diff --git a/index.html b/index.html index 06b9411e50..12cfb7226d 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html index 04b9dd0211..1cfc552641 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html index 6b335180fe..98031009e5 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html index 859894f86b..61e7fb61d2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html index b3a859bed2..361a9544cc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List<ShippingOption>): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/index.html index 9d4a91e06f..5f5ea311c5 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers.payments/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html index 9c010c2a30..dfddb7e71b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.answerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean
suspend fun TelegramBot.answerCallbackQuery(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html index 5cac2fd7c9..841be22a31 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null): Boolean
suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null): Boolean
suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?): Boolean
suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html index bb4d0a0e88..885181083e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer.html index 57b30561ce..e79c1328c0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/answer.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.answer(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean
suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null): Boolean
suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/index.html index 77fc66904e..914e309182 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.answers/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html index 3a9f58ef7f..0d42db69f6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html index edb2629782..d77b088e45 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html index 2b9ab90ce6..01cb926a61 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html index 5ddbf23b07..0d9ea8b104 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?): Boolean
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-me.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-me.html index 6f703d74eb..5c7f70d233 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-me.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-me.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html index 63af5b2c96..31bfd66ab0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang? = null): List<BotCommand>
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List<BotCommand>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html index 193fe39c49..d5b73c0d09 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html index 741c7098b5..97192ece58 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html index 5be7e927dc..bb958c0007 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-description.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-description.html index d56f059ce4..6c74096b30 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-description.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-description.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getMyDescription(languageCode: IetfLang? = null): BotDescription
suspend fun TelegramBot.getMyDescription(languageCode: String?): BotDescription
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-name.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-name.html index 3165771410..d2f7372815 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-name.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-name.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getMyName(languageCode: IetfLang? = null): BotName
suspend fun TelegramBot.getMyName(languageCode: String?): BotName
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-short-description.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-short-description.html index 2bf358817d..3c3863df63 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-short-description.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/get-my-short-description.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getMyShortDescription(languageCode: IetfLang? = null): BotShortDescription
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/index.html index da15490bfd..dd89658eb8 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/index.html @@ -359,7 +359,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html index 7fb5c8d853..cb17ddc368 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setMyCommands(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?): Boolean
suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?): Boolean
suspend fun TelegramBot.setMyCommands(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html index 520b73d9f3..a4bac2989f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html index 80f55b47dc..b53a19c721 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html index 15e27b81aa..f4e4a7cd01 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-description.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-description.html index 866ae3902b..87966f19b6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-description.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-description.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setMyDescription(description: String? = null, languageCode: IetfLang? = null): Boolean
suspend fun TelegramBot.setMyDescription(description: String?, languageCode: String?): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-name.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-name.html index 00d6a0ccbd..08aa72cb4e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-name.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-name.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setMyName(name: String? = null, languageCode: IetfLang? = null): Boolean
suspend fun TelegramBot.setMyName(name: String?, languageCode: String?): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-short-description.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-short-description.html index 83060f424e..4573a8fbfa 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-short-description.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.bot/set-my-short-description.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setMyShortDescription(shortDescription: String? = null, languageCode: IetfLang? = null): Boolean
suspend fun TelegramBot.setMyShortDescription(shortDescription: String?, languageCode: String?): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-forum-topic.html index 33aa8f180c..d22b8ab3cd 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.closeForumTopic(chatId: ChatIdentifier, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.closeForumTopic(chat: Chat, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.closeForumTopic(chat: Chat, forumTopic: ForumTopic): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-general-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-general-forum-topic.html index e1d0ad55c9..90153ee361 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-general-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/close-general-forum-topic.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/create-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/create-forum-topic.html index 6ff124a184..0e77a57635 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/create-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/create-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createForumTopic(chatId: ChatIdentifier, name: String, color: RGBColor, iconEmojiId: CustomEmojiId? = null): ForumTopic
suspend fun TelegramBot.createForumTopic(chat: Chat, name: String, color: RGBColor, iconEmojiId: CustomEmojiId? = null): ForumTopic
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/delete-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/delete-forum-topic.html index 036730dfac..bdad1ddfe7 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/delete-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/delete-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.deleteForumTopic(chatId: ChatIdentifier, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.deleteForumTopic(chatId: ChatIdentifier, forumTopic: ForumTopic): Boolean
suspend fun TelegramBot.deleteForumTopic(chat: Chat, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.deleteForumTopic(chat: Chat, forumTopic: ForumTopic): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-forum-topic.html index e4be7c8ffb..e500a113a4 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editForumTopic(chatId: ChatIdentifier, messageThreadId: MessageThreadId, name: String? = null, iconEmojiId: CustomEmojiId? = null): Boolean
suspend fun TelegramBot.editForumTopic(chat: Chat, messageThreadId: MessageThreadId, name: String? = null, iconEmojiId: CustomEmojiId? = null): Boolean
suspend fun TelegramBot.editForumTopic(chatIdentifier: ChatIdentifier, forumTopic: ForumTopic, iconEmojiId: CustomEmojiId? = forumTopic.iconEmojiId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-general-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-general-forum-topic.html index 63c233a157..a94c18262c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-general-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/edit-general-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editGeneralForumTopic(chatIdentifier: ChatIdentifier, forumTopic: ForumTopic): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/hide-general-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/hide-general-forum-topic.html index 8e012eb0a7..fb261dfde3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/hide-general-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/hide-general-forum-topic.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/index.html index e7fe94484a..560d13328b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/index.html @@ -254,7 +254,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-forum-topic.html index cfd460dc88..8d39fa0ba2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-forum-topic.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.reopenForumTopic(chatId: ChatIdentifier, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.reopenForumTopic(chat: Chat, messageThreadId: MessageThreadId): Boolean
suspend fun TelegramBot.reopenForumTopic(chat: Chat, forumTopic: ForumTopic): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-general-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-general-forum-topic.html index b69c251466..f8eb663875 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-general-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/reopen-general-forum-topic.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unhide-general-forum-topic.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unhide-general-forum-topic.html index 27f41aa9a6..a6c40640b8 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unhide-general-forum-topic.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unhide-general-forum-topic.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-forum-topic-messages.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-forum-topic-messages.html index 8db8a1724e..30452a8011 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-forum-topic-messages.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-forum-topic-messages.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.unpinAllForumTopicMessages(chat: Chat, messageThreadId: MessageThreadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-general-forum-topic-messages.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-general-forum-topic-messages.html index 2b8362cf2c..8a5c68de1f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-general-forum-topic-messages.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.forum/unpin-all-general-forum-topic-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html index 7ec54abca2..68c9c3d558 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html index 09e1fea584..f44c93c13c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html index 62f1c692a6..1cff2bf300 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html index 7e0804ba63..65974a5607 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getChat(chat: Chat): ExtendedChat


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedPublicChat with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedChannelChat with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedChannelChatImpl with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedGroupChat with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedGroupChatImpl with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedSupergroupChat with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedSupergroupChatImpl with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedPrivateChat with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedPrivateChatImpl with unsafe operator "as"

Throws


Will cast incoming dev.inmo.tgbotapi.types.chat.ExtendedChat to a ExtendedUser with unsafe operator "as"

Throws

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html index ef199f2a24..0a51f6fe78 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-forum-topic-icon-stickers.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-forum-topic-icon-stickers.html index f1772d81f6..bffa5d505c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-forum-topic-icon-stickers.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/get-forum-topic-icon-stickers.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/index.html index 99b91aa053..ef44b0149c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.get/index.html @@ -164,7 +164,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html index 87df679589..b4d91114fc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html index d76bc9a2c9..1c90f6f6f0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.approve(chatJoinRequest: ChatJoinRequest): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html index f6009c37a3..a418a3935e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html index a20551176e..be5fdde9a7 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html index cdeb5a3c42..f4c6a90df6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html index 71fbe182f0..9c43138e34 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html index bc3d4e02d7..99687059ce 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.decline(chatJoinRequest: ChatJoinRequest): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html index 2c11614fe9..5a1e276ea1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html index 62952e1e58..a4c776f8f4 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html index 888845d08b..2c00ed4c1e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/index.html index b2b0759ad8..7172cedae5 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/index.html @@ -239,7 +239,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html index c7e3eb4dbf..b3a7d4d555 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html index 23d56dea42..06298efa46 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chatId: IdChatIdentifier, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html index 0113556689..525737f882 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html index 2b93e33596..4b7c33acbe 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/index.html index 7acccc2712..c4e3242fe1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/index.html @@ -239,7 +239,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-channel-administrator.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-channel-administrator.html index c6250cd4a6..235edbe086 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-channel-administrator.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-channel-administrator.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.promoteChannelAdministrator(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, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChannelAdministrator(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, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChannelAdministrator(chatId: IdChatIdentifier, 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, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChannelAdministrator(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, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-administrator.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-administrator.html index 1eb3916720..d2b4689041 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-administrator.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-administrator.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.promoteChatAdministrator(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChatAdministrator(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChatAdministrator(chatId: IdChatIdentifier, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChatAdministrator(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html index 7cdf71df36..34afd377f6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html @@ -66,7 +66,7 @@
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? = null, canManageTopics: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
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, canManageTopics: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
suspend fun TelegramBot.promoteChatMember(chatId: IdChatIdentifier, 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, canManageTopics: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
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, canManageTopics: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-supergroup-administrator.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-supergroup-administrator.html index 728006ba24..ee5920c1ee 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-supergroup-administrator.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/promote-supergroup-administrator.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.promoteSupergroupAdministrator(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canManageTopics: Boolean? = null): Boolean
suspend fun TelegramBot.promoteSupergroupAdministrator(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canManageTopics: Boolean? = null): Boolean
suspend fun TelegramBot.promoteSupergroupAdministrator(chatId: IdChatIdentifier, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canManageTopics: Boolean? = null): Boolean
suspend fun TelegramBot.promoteSupergroupAdministrator(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canManageTopics: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html index fb928fb465..06e131907d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.restrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions(), useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
suspend fun TelegramBot.restrictChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions(), useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
suspend fun TelegramBot.restrictChatMember(chatId: IdChatIdentifier, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions(), useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
suspend fun TelegramBot.restrictChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions(), useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html index 9b4d38137d..ea3e15238d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, userId: UserId, customTitle: String): Boolean
suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, user: User, customTitle: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html index c89c1bc77e..4b7e7c77f9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chatId: IdChatIdentifier, user: User, onlyIfBanned: Boolean? = null): Boolean
suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html index a0b54cde8a..8d9ca7b72f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html index 6f99e376f3..e6b774c6fd 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/index.html index fc1408986f..2d8e0aafa3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html index 5a26d3f356..efdd867a69 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.pinChatMessage(chatId: ChatIdentifier, messageId: MessageId, disableNotification: Boolean = false): Boolean
suspend fun TelegramBot.pinChatMessage(chat: Chat, messageId: MessageId, disableNotification: Boolean = false): Boolean
suspend fun TelegramBot.pinChatMessage(message: Message, disableNotification: Boolean = false): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html index 42dd7b3eff..a121edbf6d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setChatDescription(chatId: ChatIdentifier, description: String): Boolean
suspend fun TelegramBot.setChatDescription(chat: PublicChat, description: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html index 264b419004..5d1aa7fc44 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html index 9d5325459b..8b9913d6c2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html index 1e36200b7c..e170fd3b92 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setChatTitle(chatId: ChatIdentifier, title: String): Boolean
suspend fun TelegramBot.setChatTitle(chat: PublicChat, title: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html index 37b8a2e7ab..49d319616b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions, useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
suspend fun TelegramBot.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions, useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it }): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html index 061ba5730d..4595b4d91e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html index b79bd26aa2..d3ccc853be 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html index a12f50d382..09d0321be2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.unpinChatMessage(chatId: ChatIdentifier, messageId: MessageId? = null): Boolean
suspend fun TelegramBot.unpinChatMessage(chat: Chat, messageId: MessageId? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html index ba5d51cfd9..9aeb4b005c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/index.html index e6d9fc80a6..90477af6c3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html index 22777e97b6..660c99265a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html index fcf807d55f..ebdb4e1260 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/index.html index 18cff26c67..b521360575 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html index 296dccfbf1..cd91dc2fea 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html index 55b1985f9e..405ecfffa4 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageId, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageId, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun <T : TextedWithTextSources, MediaContent> TelegramBot.editMessageCaption(message: ContentMessage<T>, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<T>
suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageId, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/index.html index 74e3ab8e80..7d8d8189f1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.caption/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html index 2924cb78f1..85d83456da 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.editLiveLocation(message: ContentMessage<LocationContent>, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageId, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageId, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that


suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/index.html index 88c4182448..54f2345c4d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html index dbdbe09c79..473b5df46a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html index e43e6b573e..7d2dbb113b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editMessageMedia(chat: Chat, messageId: MessageId, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun TelegramBot.editMessageMedia(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/index.html index 915cdfe1cd..bd718f0b9a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.media/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html index 48f121a029..5038e38bc7 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/index.html index a587a5feff..ead01ce0ec 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html index 7777b1d38e..98bff0682a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageId, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageId, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageId, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageId, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageId, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageId, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageId, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: Message, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: Message, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: Message, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): Boolean
suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/index.html index 868ad57bf5..f6ae444305 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit.text/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit-message-text.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit-message-text.html index 9bd8988206..e8c2a981f2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit-message-text.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit-message-text.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.editMessageText(message: ContentMessage<TextContent>, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit.html index d55b2f9c6f..d8d63a9d02 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/edit.html @@ -66,7 +66,7 @@
suspend fun <T : TextedWithTextSources, MediaContent> TelegramBot.edit(message: ContentMessage<T>, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<T>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.edit(chat: Chat, messageId: MessageId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.edit(message: ContentMessage<LocationContent>, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.edit(chat: Chat, messageId: MessageId, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun TelegramBot.edit(chat: Chat, messageId: MessageId, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MediaContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MessageContent>
suspend fun TelegramBot.edit(chat: Chat, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MessageContent>
suspend fun TelegramBot.edit(message: Message, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<MessageContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.edit(chatId: ChatIdentifier, messageId: MessageId, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.edit(message: ContentMessage<TextContent>, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.edit(message: ContentMessage<TextContent>, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.edit(message: ContentMessage<TextContent>, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.edit(message: ContentMessage<TextContent>, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): Boolean
suspend fun TelegramBot.edit(messageId: InlineMessageIdentifier, separator: String, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null, builderBody: EntitiesBuilderBody): Boolean

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/index.html index b3020927cf..82237da950 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.edit/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html index c7a59b0b3b..5e3b504547 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html index 6f26687fb9..8c279e53ec 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel
suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel
suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel
suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel
suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-to-temp.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-to-temp.html index b18cbc293f..ca42cf4690 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-to-temp.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file-to-temp.html @@ -68,7 +68,7 @@
suspend fun TelegramBot.downloadFileToTemp(filePath: String): File
suspend fun TelegramBot.downloadFileToTemp(pathedFile: PathedFile): File
suspend fun TelegramBot.downloadFileToTemp(fileId: FileId): File
suspend fun TelegramBot.downloadFileToTemp(file: TelegramMediaFile): File
suspend fun TelegramBot.downloadFileToTemp(file: MediaContent): File
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file.html index ca61cfc749..f78571da52 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/download-file.html @@ -69,7 +69,7 @@
suspend fun TelegramBot.downloadFile(filePath: String): ByteArray
suspend fun TelegramBot.downloadFile(pathedFile: PathedFile): ByteArray
suspend fun TelegramBot.downloadFile(fileId: FileId): ByteArray
suspend fun TelegramBot.downloadFile(file: TelegramMediaFile): ByteArray
suspend fun TelegramBot.downloadFile(file: MediaContent): ByteArray
suspend fun TelegramBot.downloadFile(filePath: String, destFile: File): File
suspend fun TelegramBot.downloadFile(pathedFile: PathedFile, destFile: File): File
suspend fun TelegramBot.downloadFile(fileId: FileId, destFile: File): File
suspend fun TelegramBot.downloadFile(file: TelegramMediaFile, destFile: File): File
suspend fun TelegramBot.downloadFile(file: MediaContent, destFile: File): File
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/index.html index fdaa5169ef..edbc9d3fb7 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.files/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html index 699b5e665b..e8e8edd42d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getGameScore(userId: UserId, chatId: IdChatIdentifier, messageId: MessageId): List<GameHighScore>
suspend fun TelegramBot.getGameScore(userId: UserId, chat: Chat, messageId: MessageId): List<GameHighScore>
suspend fun TelegramBot.getGameScore(user: CommonUser, chat: Chat, messageId: MessageId): List<GameHighScore>
suspend fun TelegramBot.getGameScore(userId: UserId, inlineMessageId: InlineMessageIdentifier): List<GameHighScore>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/index.html index 0111b8b111..73b22e4307 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html index ec2cf48519..1422617659 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chatId: IdChatIdentifier, messageId: MessageId, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chatId: IdChatIdentifier, messageId: MessageId, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chat: Chat, messageId: MessageId, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chat: Chat, messageId: MessageId, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, message: ContentMessage<GameContent>, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, message: ContentMessage<GameContent>, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-null.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-null.html index e068fa7249..539c3df934 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-null.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-throw.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-throw.html index 3f5c691e0b..da8289e0d9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-throw.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-stickers.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-stickers.html index bc44872bc3..3662d61a81 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-stickers.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-custom-emoji-stickers.html @@ -66,7 +66,7 @@
@JvmName(name = "getCustomEmojiStickersWithStringsList")
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<String>): List<CustomEmojiSticker>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html index 51326a583f..359f3af28b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-null.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-null.html index b47c839335..443e4ee63c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-null.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-throw.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-throw.html index 516edd7840..bca24d522f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-throw.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html index 91ab87b2dd..4b59888d94 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html index d0dbfae949..f8d5963e9a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos
suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/index.html index 5d4e34b0c9..26d548b140 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.get/index.html @@ -194,7 +194,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/index.html index 54834dd977..89a0fb8a86 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html index 454cf6ac56..6f4fa5ec36 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/index.html index 9140ffceed..02a7fc1d36 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html index 7cb3e0b613..366aa9ecbf 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, gameShortName: String, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
suspend fun TelegramBot.sendGame(chat: Chat, gameShortName: String, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, game: Game, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
suspend fun TelegramBot.sendGame(chat: Chat, game: Game, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/index.html index 7a1e87e47a..20eae6602e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/index.html @@ -254,7 +254,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html index 48c196deb8..e210d91f5e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html index 5ad27e0c20..11c27656dc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html @@ -66,7 +66,7 @@
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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html index 05597a5120..5618a32a25 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, entities: TextSourcesList, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html index 90cb5fc9cc..c1d843a9fe 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
@JvmName(name = "sendDocumentsByContent")
suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
@JvmName(name = "sendDocumentsByContent")
suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List<DocumentContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html index aaa7574481..35706e84ee 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
@JvmName(name = "sendMedaGroupByContent")
suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List<MediaGroupPartContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
@JvmName(name = "sendMedaGroupByContent")
suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List<MediaGroupPartContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html index 453973ed53..dcef212b19 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html index bd613913f9..f49bfcf17d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
@JvmName(name = "sendPlaylistByContent")
suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List<AudioContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
@JvmName(name = "sendPlaylistByContent")
suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List<AudioContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html index 9aba7ea631..b51cc1cda6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: InputFile, threadId: MessageThreadId? = chatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
suspend fun TelegramBot.sendSticker(chat: Chat, sticker: InputFile, threadId: MessageThreadId? = chat.id.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: Sticker, threadId: MessageThreadId? = chatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
suspend fun TelegramBot.sendSticker(chat: Chat, sticker: Sticker, threadId: MessageThreadId? = chat.id.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html index e42e839a34..cab7f494fa 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html index b10af09d6f..8beda7a3e5 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html index 7c361bd642..af55568f60 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
@JvmName(name = "sendVisualMediaGroupByContent")
suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List<VisualMediaGroupPartContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
@JvmName(name = "sendVisualMediaGroupByContent")
suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List<VisualMediaGroupPartContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html index 4eef80bee7..06b50e9c3f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, entities: TextSourcesList, duration: Long? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, entities: TextSourcesList, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/create-invoice-link.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/create-invoice-link.html index 31a2ba9309..46861cb98a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/create-invoice-link.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/create-invoice-link.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createInvoiceLink(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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): String
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/index.html index 60a06162df..46bc368be6 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html index 901ef0d0d9..a4b2176edc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendInvoice(chatId: IdChatIdentifier, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>
suspend fun TelegramBot.sendInvoice(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/index.html index f120e586e1..44a068d093 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html index 15ef194184..5ee1f1facf 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html index 2009883b36..33ee0a74f2 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendRegularPoll(chat: Chat, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.sendRegularPoll(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/-telegram-bot-action-callback/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/-telegram-bot-action-callback/index.html index 912c4d2336..e0330b125a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/-telegram-bot-action-callback/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/-telegram-bot-action-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/copy-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/copy-message.html index 8820142bb3..519c54f4e4 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/copy-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/copy-message.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChatId: ChatIdentifier, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChat: Chat, messageId: MessageId, toChatId: ChatIdentifier, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChat: Chat, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChat: Chat, messageId: MessageId, toChat: Chat, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChatId: ChatIdentifier, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChat: Chat, messageId: MessageId, toChatId: ChatIdentifier, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChat: Chat, entities: TextSourcesList, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(fromChat: Chat, messageId: MessageId, toChat: Chat, entities: TextSourcesList, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, entities: TextSourcesList, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, fromChatId: ChatIdentifier, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, fromChat: Chat, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, fromChatId: ChatIdentifier, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, fromChat: Chat, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, fromChatId: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, fromChat: Chat, messageId: MessageId, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, fromChatId: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.copyMessage(toChat: Chat, fromChat: Chat, messageId: MessageId, entities: TextSourcesList, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/index.html index b9ac48e670..ec2fc50739 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/index.html @@ -843,7 +843,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html index 84ad0e9c48..468cc16917 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, entities: TextSourcesList, spoilered: Boolean = false, 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<AnimationContent>
inline suspend fun TelegramBot.replyWithAnimation(toChatId: IdChatIdentifier, toMessageId: MessageId, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
inline suspend fun TelegramBot.replyWithAnimation(toChatId: IdChatIdentifier, toMessageId: MessageId, animation: InputFile, entities: TextSourcesList, spoilered: Boolean = false, thumb: InputFile? = null, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html index 996b4387d3..fb9a15d415 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html @@ -66,7 +66,7 @@
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<AudioContent>
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<AudioContent>
inline suspend fun TelegramBot.replyWithAudio(toChatId: IdChatIdentifier, toMessageId: MessageId, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.replyWithAudio(toChatId: IdChatIdentifier, toMessageId: MessageId, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html index 7088e14ab6..76fe724726 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithDice(to: Message, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
inline suspend fun TelegramBot.replyWithDice(toChatId: IdChatIdentifier, toMessageId: MessageId, animationType: DiceAnimationType? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html index 267172154d..8c3468b781 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html @@ -66,7 +66,7 @@
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<DocumentContent>
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<DocumentContent>
inline suspend fun TelegramBot.replyWithDocument(toChatId: IdChatIdentifier, toMessageId: MessageId, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.replyWithDocument(toChatId: IdChatIdentifier, toMessageId: MessageId, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html index de62ebdd6b..5bba10239b 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithDocuments(to: Message, media: List<DocumentMediaGroupMemberTelegramMedia>, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
inline suspend fun TelegramBot.replyWithDocuments(toChatId: IdChatIdentifier, toMessageId: MessageId, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html index 055b6ea3d3..d7c494e137 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithGallery(to: Message, media: List<VisualMediaGroupMemberTelegramMedia>, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
inline suspend fun TelegramBot.replyWithGallery(toChatId: IdChatIdentifier, toMessageId: MessageId, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html index 330a86db80..c659f2534d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithGame(to: Message, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
inline suspend fun TelegramBot.replyWithGame(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
inline suspend fun TelegramBot.replyWithGame(toChatId: IdChatIdentifier, toMessageId: MessageId, gameShortName: String, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
inline suspend fun TelegramBot.replyWithGame(toChatId: IdChatIdentifier, toMessageId: MessageId, game: Game, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html index cae0f83edf..1d352e6bf3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithMediaGroup(to: Message, media: List<MediaGroupMemberTelegramMedia>, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
inline suspend fun TelegramBot.replyWithMediaGroup(toChatId: IdChatIdentifier, toMessageId: MessageId, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html index 91abdb01fa..4596448fc5 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, entities: TextSourcesList, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(toChatId: IdChatIdentifier, toMessageId: MessageId, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.replyWithPhoto(toChatId: IdChatIdentifier, toMessageId: MessageId, fileId: InputFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html index b857d1e877..ab3341e32d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithPlaylist(to: Message, media: List<AudioMediaGroupMemberTelegramMedia>, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
inline suspend fun TelegramBot.replyWithPlaylist(toChatId: IdChatIdentifier, toMessageId: MessageId, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html index 493bf64a3d..8ba2034086 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
inline suspend fun TelegramBot.replyWithSticker(toChatId: IdChatIdentifier, toMessageId: MessageId, sticker: InputFile, threadId: MessageThreadId? = toChatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html index 802068eae2..23b0c1b7bc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html @@ -66,7 +66,7 @@
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<VideoNoteContent>
inline suspend fun TelegramBot.replyWithVideoNote(toChatId: IdChatIdentifier, toMessageId: MessageId, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html index 407bf87b1b..c624eacfd9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.replyWithVideo(toChatId: IdChatIdentifier, toMessageId: MessageId, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.replyWithVideo(toChatId: IdChatIdentifier, toMessageId: MessageId, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html index 263d26325a..bae414fdc1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html @@ -66,7 +66,7 @@
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<VoiceContent>
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<VoiceContent>
inline suspend fun TelegramBot.replyWithVoice(toChatId: IdChatIdentifier, toMessageId: MessageId, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.replyWithVoice(toChatId: IdChatIdentifier, toMessageId: MessageId, voice: InputFile, entities: TextSourcesList, duration: Long? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply.html index 46cccb6384..f9649a75f0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/reply.html @@ -66,7 +66,7 @@
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<ContactContent>
inline suspend fun TelegramBot.reply(to: Message, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
inline suspend fun TelegramBot.reply(to: Message, animationType: DiceAnimationType, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
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<TextContent>
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<TextContent>
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<VenueContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, contact: Contact, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, animationType: DiceAnimationType, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, latitude: Double, longitude: Double, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, location: StaticLocation, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.reply(to: Message, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.reply(to: Message, separator: String, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
inline suspend fun TelegramBot.reply(to: Message, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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<InvoiceContent>
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that


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<VenueContent>
inline suspend fun TelegramBot.reply(to: Message, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
inline suspend fun TelegramBot.reply(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
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<AudioContent>
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<AudioContent>
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<DocumentContent>
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<DocumentContent>
inline suspend fun TelegramBot.reply(to: Message, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(to: Message, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(to: Message, sticker: Sticker, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
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<VoiceContent>
inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.reply(to: Message, question: String, options: List<String>, 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, question: String, options: List<String>, 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List<String> = 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, question: String, options: List<String>, 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List<String> = 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = 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<PollContent>
inline suspend fun TelegramBot.reply(to: Message, fromChatId: ChatIdentifier, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.reply(to: Message, fromChat: Chat, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
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
suspend fun TelegramBot.reply(to: Message, content: MessageContent, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Message
suspend fun TelegramBot.reply(to: Message, mediaFile: TelegramMediaFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
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)
suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, venue: Venue, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, game: Game, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, audio: AudioFile, entities: TextSourcesList, title: String? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, document: DocumentFile, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, sticker: Sticker, threadId: MessageThreadId? = toChatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, videoNote: VideoNoteFile, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, voice: VoiceFile, entities: TextSourcesList, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, question: String, options: List<String>, correctOptionId: Int, entities: TextSourcesList, isAnonymous: Boolean = true, isClosed: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, fromChatId: ChatIdentifier, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, fromChat: Chat, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
inline suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, copy: Message, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, content: MessageContent, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, mediaFile: TelegramMediaFile, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, content: TextedMediaContent, text: String?, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, content: TextedMediaContent, entities: List<TextSource>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)


suspend fun TelegramBot.reply(message: Message, locationsFlow: Flow<EditLiveLocationInfo>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)
@JvmName(name = "replyLiveLocationWithLocation")
suspend fun TelegramBot.reply(message: Message, locationsFlow: Flow<Location>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)
@JvmName(name = "replyLiveLocationWithLatLong")
suspend fun TelegramBot.reply(message: Message, locationsFlow: Flow<Pair<Double, Double>>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)

Will use handleLiveLocation with replying to message each time new message will be sent by live location update

See also


suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, locationsFlow: Flow<EditLiveLocationInfo>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)
@JvmName(name = "replyLiveLocationWithLocationChatIdAndMessageId")
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, locationsFlow: Flow<Location>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)
@JvmName(name = "replyLiveLocationWithLatLongChatIdAndMessageId")
suspend fun TelegramBot.reply(toChatId: IdChatIdentifier, toMessageId: MessageId, locationsFlow: Flow<Pair<Double, Double>>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null)

Will use handleLiveLocation with replying to message each time new message will be sent by live location update

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/resend.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/resend.html index c34d31daf6..563b2121ae 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/resend.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/resend.html @@ -66,7 +66,7 @@
inline suspend fun <T : MessageContent> TelegramBot.resend(chatId: ChatIdentifier, content: T, messageThreadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<T>

This method will send content to the chatId as is


inline suspend fun <T : MessageContent> TelegramBot.resend(chat: Chat, content: T, messageThreadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<T>

This method will send content to the chatId as is


inline suspend fun <T : MessageContent> TelegramBot.resend(chatId: ChatIdentifier, message: ContentMessage<T>, messageThreadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<T>

This method will send message content to the chatId. In difference with copyMessage, this method will use native methods for data sending (like dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto if inoming content is dev.inmo.tgbotapi.types.message.content.PhotoContent)


inline suspend fun <T : MessageContent> TelegramBot.resend(chat: Chat, message: ContentMessage<T>, messageThreadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<T>

This method will send message content to the chat. In difference with copyMessage, this method will use native methods for data sending (like dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto if inoming content is dev.inmo.tgbotapi.types.message.content.PhotoContent)

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html index e36f0e4bfe..03b22e8662 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionChooseStickerAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html index 917ed0d09f..d5f738d966 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionFindLocation(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionFindLocation(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html index 500b0a65ca..d5a181fc2a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionRecordVideoNote(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionRecordVideoNote(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html index 932b4dfc66..7542137bea 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionRecordVideo(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionRecordVideo(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html index 3c0b6dd326..292b584a47 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionRecordVoice(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionRecordVoice(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html index 80330d715e..4681c62a0d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionTyping(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionTyping(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html index 5fe0c5a0d3..a8e7d07643 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionUploadDocument(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionUploadDocument(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html index 9831ed4d4a..d4f8d98dc0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionUploadPhoto(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionUploadPhoto(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html index 91e418f282..77adb606c9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionUploadVideoNote(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionUploadVideoNote(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html index 899c131bf1..aa555b4eff 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionUploadVideo(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionUploadVideo(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html index 6b9abc7985..98e05953e7 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendActionUploadVoice(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendActionUploadVoice(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html index 1060f89648..c19a4daa6c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendBotAction(chatId: ChatIdentifier, action: BotAction, threadId: MessageThreadId? = chatId.threadId): Boolean
suspend fun TelegramBot.sendBotAction(chat: Chat, action: BotAction, threadId: MessageThreadId? = chat.id.threadId): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-contact.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-contact.html index 7f1d1e52e9..ee1c8136e3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-contact.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-contact.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, contact: Contact, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.sendContact(chat: Chat, contact: Contact, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-dice.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-dice.html index dff44c5f31..30df2c52ac 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-dice.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-dice.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
suspend fun TelegramBot.sendDice(chat: Chat, animationType: DiceAnimationType? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-live-location.html index f8ecf47429..41d4b0290f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-live-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLiveLocation(chatId: ChatIdentifier, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLiveLocation(chat: Chat, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLiveLocation(chat: Chat, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-location.html index bc3259f3da..c6407c6c81 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chat: Chat, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: Location, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendLocation(chat: Chat, location: Location, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-message.html index 8f572ebc6a..f7bc2d98b9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chat: Chat, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendMessage(chat: Chat, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html index 33330c9494..1b9ff81fc3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, location: Location, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.sendStaticLocation(chat: Chat, location: Location, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html index b57a3180ad..6ca9981954 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chat: Chat, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.sendTextMessage(chat: Chat, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-venue.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-venue.html index 903359f20b..7042b004b1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-venue.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send-venue.html @@ -66,7 +66,7 @@
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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, venue: Venue, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.sendVenue(chat: Chat, venue: Venue, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send.html index a4c52ce8b2..ac00d85f95 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/send.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.send(chatId: ChatIdentifier, action: BotAction): Boolean
suspend fun TelegramBot.send(chat: Chat, action: BotAction): Boolean

Will execute sendBotAction request


suspend fun TelegramBot.send(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.send(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>
suspend fun TelegramBot.send(chat: Chat, animation: AnimationFile, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AnimationContent>

Will execute sendAnimation request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
suspend fun TelegramBot.send(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>
inline suspend fun TelegramBot.send(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<AudioContent>

Will execute sendAudio request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, contact: Contact, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.send(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>
suspend fun TelegramBot.send(chat: Chat, contact: Contact, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<ContactContent>

Will execute sendContact request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, animationType: DiceAnimationType, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>
suspend fun TelegramBot.send(chat: Chat, animationType: DiceAnimationType, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<DiceContent>

Will execute sendDice request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
suspend fun TelegramBot.send(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>
inline suspend fun TelegramBot.send(chat: Chat, document: DocumentFile, entities: TextSourcesList, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage<DocumentContent>

Will execute sendDocument request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, game: Game, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>
suspend fun TelegramBot.send(chat: Chat, game: Game, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<GameContent>

Will execute sendGame request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: IdChatIdentifier, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>
suspend fun TelegramBot.send(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>

Will execute sendInvoice request

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that


suspend fun TelegramBot.send(chatId: ChatIdentifier, latitude: Double, longitude: Double, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, location: StaticLocation, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chat: Chat, latitude: Double, longitude: Double, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chat: Chat, location: StaticLocation, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageId? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>

Will execute sendStaticLocation request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.send(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>
suspend fun TelegramBot.send(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<TextContent>

Will execute sendTextMessage request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.send(chat: Chat, separator: TextSource? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>
suspend fun TelegramBot.send(chat: Chat, separator: String, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, builderBody: EntitiesBuilderBody): ContentMessage<TextContent>

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that


suspend fun TelegramBot.send(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.send(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
suspend fun TelegramBot.send(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.send(chat: Chat, photo: Photo, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>
inline suspend fun TelegramBot.send(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PhotoContent>

Will execute sendPhoto request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chat: Chat, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List<String> = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>

Will execute sendRegularPoll request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chat: Chat, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
suspend fun TelegramBot.send(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.send(chat: Chat, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>
inline suspend fun TelegramBot.send(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List<String> = 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, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<PollContent>

Will execute sendQuizPoll request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, sticker: Sticker, threadId: MessageThreadId? = chatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>
suspend fun TelegramBot.send(chat: Chat, sticker: Sticker, threadId: MessageThreadId? = chat.id.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<StickerContent>

Will execute sendSticker request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chat: Chat, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>
suspend fun TelegramBot.send(chat: Chat, location: Location, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<LocationContent>

Will execute sendLiveLocation request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.send(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.send(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.send(chatId: ChatIdentifier, venue: Venue, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>
suspend fun TelegramBot.send(chat: Chat, venue: Venue, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VenueContent>

Will execute sendVenue request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
suspend fun TelegramBot.send(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>
inline suspend fun TelegramBot.send(chat: Chat, video: VideoFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoContent>

Will execute sendVideo request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, videoNote: VideoNoteFile, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
suspend fun TelegramBot.send(chat: Chat, videoNote: VideoNoteFile, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>

Will execute sendVideoNote request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


suspend fun TelegramBot.send(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
suspend fun TelegramBot.send(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.send(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>
inline suspend fun TelegramBot.send(chat: Chat, voice: VoiceFile, entities: TextSourcesList, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VoiceContent>

Will execute sendVoice request

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param


@JvmName(name = "sendMedaGroup")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
@JvmName(name = "sendMedaGroup")
suspend fun TelegramBot.send(chat: Chat, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
@JvmName(name = "sendMedaGroupByContent")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<MediaGroupPartContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>
@JvmName(name = "sendMedaGroupByContent")
suspend fun TelegramBot.send(chat: Chat, media: List<MediaGroupPartContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<MediaGroupPartContent>>

See also

SendMediaGroup

@JvmName(name = "sendPlaylist")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
@JvmName(name = "sendPlaylist")
suspend fun TelegramBot.send(chat: Chat, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
@JvmName(name = "sendPlaylistByContent")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<AudioContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>
@JvmName(name = "sendPlaylistByContent")
suspend fun TelegramBot.send(chat: Chat, media: List<AudioContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<AudioContent>>

See also

SendPlaylist

@JvmName(name = "sendDocuments")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
@JvmName(name = "sendDocuments")
suspend fun TelegramBot.send(chat: Chat, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
@JvmName(name = "sendDocumentsByContent")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<DocumentContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>
@JvmName(name = "sendDocumentsByContent")
suspend fun TelegramBot.send(chat: Chat, media: List<DocumentContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<DocumentContent>>

See also

SendDocumentsGroup

@JvmName(name = "sendVisualMediaGroup")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
@JvmName(name = "sendVisualMediaGroup")
suspend fun TelegramBot.send(chat: Chat, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
@JvmName(name = "sendVisualMediaGroupByContent")
suspend fun TelegramBot.send(chatId: ChatIdentifier, media: List<VisualMediaGroupPartContent>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>
@JvmName(name = "sendVisualMediaGroupByContent")
suspend fun TelegramBot.send(chat: Chat, media: List<VisualMediaGroupPartContent>, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>

See also

SendVisualMediaGroup
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-action.html index 944ef7202d..f76cddb771 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withAction(actionRequest: SendAction, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withAction(chatId: IdChatIdentifier, action: BotAction, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withAction(chat: Chat, action: BotAction, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html index 9aebbf1720..1ed12b1a85 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withChooseStickerAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withChooseStickerAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html index 8a0a4aa5f9..f4b99c279e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withFindLocationAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withFindLocationAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html index ecb74f3507..b05051d649 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withRecordVideoAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withRecordVideoAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html index f6e2482cbe..bb86685ef8 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withRecordVideoNoteAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withRecordVideoNoteAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html index a6a3c3f7d6..ddd24225a9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withRecordVoiceAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withRecordVoiceAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html index 883ce2f2e8..71f507aeae 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withTypingAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withTypingAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html index 83c74e5d94..7a59e1a153 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withUploadDocumentAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withUploadDocumentAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html index 5c101198a1..39ce69238c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withUploadPhotoAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withUploadPhotoAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html index 3e73c1a7c6..841442cb19 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withUploadVideoAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withUploadVideoAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html index d9d50ba2da..6e32ee9407 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withUploadVideoNoteAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withUploadVideoNoteAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html index 0737fd5b41..b6bddd36c4 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html @@ -66,7 +66,7 @@
suspend fun <T> TelegramBot.withUploadVoiceAction(chatId: IdChatIdentifier, threadId: MessageThreadId? = chatId.threadId, block: TelegramBotActionCallback<T>): T
suspend fun <T> TelegramBot.withUploadVoiceAction(chat: Chat, threadId: MessageThreadId? = chat.id.threadId, block: TelegramBotActionCallback<T>): T
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/add-sticker-to-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/add-sticker-to-set.html index f3a2eb18a0..62aa63d869 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/add-sticker-to-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/add-sticker-to-set.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.addStickerToSet(userId: UserId, stickerSetName: String, inputSticker: InputSticker): Boolean
suspend fun TelegramBot.addStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: InputSticker): Boolean
suspend fun TelegramBot.addStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: InputFile, emojis: List<String>, keywords: List<String> = emptyList()): Boolean
suspend fun TelegramBot.addStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: InputFile, emojis: List<String>, maskPosition: MaskPosition? = null): Boolean
suspend fun TelegramBot.addStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: InputSticker): Boolean
suspend fun TelegramBot.addStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: InputFile, emojis: List<String>, keywords: List<String> = emptyList()): Boolean
suspend fun TelegramBot.addStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: InputFile, emojis: List<String>, maskPosition: MaskPosition? = null): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/create-new-sticker-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/create-new-sticker-set.html index af9ece5df3..f105296644 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/create-new-sticker-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/create-new-sticker-set.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.createNewStickerSet(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker>, needsRepainting: Boolean = false): Boolean
suspend fun TelegramBot.createNewStickerSet(user: CommonUser, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker>, needsRepainting: Boolean = false): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html index 940d18c2fc..7cee221899 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-set.html index 5446b09608..c6a7ddafa8 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-set.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/index.html index bd991093d4..786927e836 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-emoji-list.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-emoji-list.html index cf7cd21b45..c83b805154 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-emoji-list.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-emoji-list.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerEmojiList(sticker: FileId, emojis: List<String>): Boolean
suspend fun TelegramBot.setStickerEmojiList(sticker: Sticker, vararg emojis: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-keywords.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-keywords.html index adfe2c3e93..b0b388b4dc 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-keywords.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-keywords.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerKeywords(sticker: FileId, keywords: List<String>): Boolean
suspend fun TelegramBot.setStickerKeywords(sticker: Sticker, vararg keywords: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-mask-position.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-mask-position.html index b6b9e7301e..c548d7f829 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-mask-position.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-mask-position.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerMaskPosition(sticker: FileId, maskPosition: MaskPosition): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html index 66391ff26c..e56d138e6f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerPositionInSet(sticker: FileId, position: Int): Boolean
suspend fun TelegramBot.setStickerPositionInSet(sticker: Sticker, position: Int): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-set-title.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-set-title.html index 04617c7f75..3076f094f3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-set-title.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-set-title.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerSetTitle(sticker: Sticker, title: String): Boolean
suspend fun TelegramBot.setStickerSetTitle(stickerSet: StickerSet, title: String): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html index 5ee8e45b1e..c0f13a36e0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile, stickerFormat: StickerFormat): File
suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile, stickerFormat: StickerFormat): File
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/index.html index f46815c1ba..52b9247879 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-custom-emoji-sticker-set-thumbnail.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-custom-emoji-sticker-set-thumbnail.html index 4f66409cc7..472e5e466a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-custom-emoji-sticker-set-thumbnail.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-custom-emoji-sticker-set-thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumbnail.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumbnail.html index 7693a62760..215a293e75 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumbnail.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumbnail.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSetName: StickerSetName, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSetName: StickerSetName, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, thumbnail: MultipartFile): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/index.html index 3247a49a45..053d582f52 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html index b7dd76f75a..9bc5905866 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html @@ -66,7 +66,7 @@
fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver<Update>, mediaGroupsDebounceMillis: Long = 1000): UpdateReceiver<Update>

Create UpdateReceiver object which will correctly accumulate updates and send into output updates which INCLUDE dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdates.

See also

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html index 6a87d1aedb..204d98d5e9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html index 9484eec329..7736e25dbf 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/index.html index 532f20f220..70378ebc8f 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html index 52f2e735a7..86fc5f56c1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.setWebhookInfo(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): Boolean

Use this method to send information about webhook (like url)


suspend fun TelegramBot.setWebhookInfo(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): Boolean
suspend fun TelegramBot.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): Boolean

Use this method to send information about webhook (like url and certificate)

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html index f6599d0da6..928ce16ce0 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html index 8bb3d52962..e04af7d6e1 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html @@ -66,7 +66,7 @@
var ktorClientConfig: HttpClientConfig<*>.() -> Unit?

Parameters

ktorClientConfig

Config block for preconfiguring of bot HttpClient

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html index db03ba928b..0479c886c9 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html @@ -66,7 +66,7 @@
var ktorClientEngineFactory: HttpClientEngineFactory<HttpClientEngineConfig>?
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html index 8586aa5631..d6ea67d171 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html @@ -66,7 +66,7 @@
var proxy: ProxyConfig?

Parameters

proxy

Standard ktor ProxyConfig

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/-edit-live-location-info.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/-edit-live-location-info.html index 61e6f585dc..6fedf78919 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/-edit-live-location-info.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/-edit-live-location-info.html @@ -66,7 +66,7 @@
constructor(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/heading.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/heading.html index 14745494a6..26a1dca477 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/heading.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/heading.html @@ -66,7 +66,7 @@
open override val heading: Degrees? = null
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/horizontal-accuracy.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/horizontal-accuracy.html index 1816290657..4a3c0a29c3 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/horizontal-accuracy.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/horizontal-accuracy.html @@ -66,7 +66,7 @@
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/index.html index 0f9b3d62f1..4f6cc04a91 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/latitude.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/latitude.html index 408a7b122f..7c98209019 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/latitude.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/latitude.html @@ -66,7 +66,7 @@
open override val latitude: Double
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/longitude.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/longitude.html index fd5fa612e7..a09dbd09ce 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/longitude.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/longitude.html @@ -66,7 +66,7 @@
open override val longitude: Double
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/proximity-alert-radius.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/proximity-alert-radius.html index 78ff742bba..46d9bbe817 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/proximity-alert-radius.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/proximity-alert-radius.html @@ -66,7 +66,7 @@
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/reply-markup.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/reply-markup.html index cfb2a9b84b..a8eb23b82e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/reply-markup.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-edit-live-location-info/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html index 631c3f5749..1b9c12ab26 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html @@ -66,7 +66,7 @@
open override fun close()
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html index 7d62d0afbb..944866d46e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html index e166651d7d..8a7e371c1a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html index 6051ff6463..28df46ab5d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html index 51a47d1f8a..e995b30893 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html @@ -66,7 +66,7 @@
val leftUntilCloseMillis: TimeSpan
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/message.html index 66ab270a5d..f54ce9d508 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html index a02d7f19ee..b57292835e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html @@ -66,7 +66,7 @@
suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/build-bot.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/build-bot.html index 19d46f02b4..b8cf66d259 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/build-bot.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/build-bot.html @@ -66,7 +66,7 @@
fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, block: BotBuilder.() -> Unit): RequestsExecutor

Return

Created by telegramBotWithCustomClientConfig function TelegramBot. This executor will be preconfigured using token and block

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/close.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/close.html index 79cdde7ff5..5d553f8930 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/close.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/close.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.close(): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html index 186202e2af..a7bdcefd4a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete-message.html index cbc373946c..238d2f4108 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.deleteMessage(chatId: ChatIdentifier, messageId: MessageId): Boolean
suspend fun TelegramBot.deleteMessage(chat: Chat, messageId: MessageId): Boolean
suspend fun TelegramBot.deleteMessage(message: Message): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete.html index b68ba79bd8..7d60ef1e19 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/delete.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.delete(chatId: ChatIdentifier, messageId: MessageId): Boolean
suspend fun TelegramBot.delete(chat: Chat, messageId: MessageId): Boolean
suspend fun TelegramBot.delete(message: Message): Boolean
suspend fun Message.delete(requestsExecutor: TelegramBot): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/forward-message.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/forward-message.html index df40976db2..2cbe678080 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/forward-message.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/forward-message.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageId, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageId, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageId, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChat: Chat, messageId: MessageId, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
suspend fun TelegramBot.forwardMessage(toChatId: ChatIdentifier, message: Message, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
suspend fun TelegramBot.forwardMessage(toChat: Chat, message: Message, threadId: MessageThreadId? = toChat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-raw-updates.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-raw-updates.html index f36c0c6e13..7881ff005c 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-raw-updates.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-raw-updates.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getRawUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST): JsonArray
suspend fun TelegramBot.getRawUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST): JsonArray
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-updates.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-updates.html index 7f698be991..6077d81f7a 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-updates.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/get-updates.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.getUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST): List<Update>
suspend fun TelegramBot.getUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST): List<Update>
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/handle-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/handle-live-location.html index 1d0cbaf526..d3d60c8827 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/handle-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/handle-live-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.handleLiveLocation(chatId: ChatIdentifier, locationsFlow: Flow<EditLiveLocationInfo>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, sentMessageFlow: FlowCollector<ContentMessage<LocationContent>>? = null)

Will sendLiveLocation with the first EditLiveLocationInfo data and update than. Each liveTimeMillis passing, the message will be sent again and new edits will be applied to the new message


@JvmName(name = "handleLiveLocationWithLocation")
suspend fun TelegramBot.handleLiveLocation(chatId: ChatIdentifier, locationsFlow: Flow<Location>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, sentMessageFlow: FlowCollector<ContentMessage<LocationContent>>? = null)
@JvmName(name = "handleLiveLocationWithLatLong")
suspend fun TelegramBot.handleLiveLocation(chatId: ChatIdentifier, locationsFlow: Flow<Pair<Double, Double>>, liveTimeMillis: Long = defaultLivePeriodDelayMillis, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, sentMessageFlow: FlowCollector<ContentMessage<LocationContent>>? = null)

Will apply Flow.map to the locationsFlow to create EditLiveLocationInfo and pass the result flow to the handleLiveLocation with Flow typed by EditLiveLocationInfo

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/index.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/index.html index d9d4116dd6..f1f2712887 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/index.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/index.html @@ -337,7 +337,7 @@ diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/log-out.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/log-out.html index 4db63e047a..1402bc474d 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/log-out.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/log-out.html @@ -66,7 +66,7 @@
inline suspend fun TelegramBot.logOut(): Boolean
diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html index f63601dd88..3d33b55183 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html @@ -66,7 +66,7 @@
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, threadId: MessageThreadId? = to.threadIdOrNull, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider
inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, threadId: MessageThreadId? = to.threadIdOrNull, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/start-live-location.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/start-live-location.html index 194cbeded2..151628ec7e 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/start-live-location.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/start-live-location.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatIdentifier, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider
suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider
suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: IdChatIdentifier, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider
suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chat.id.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider

Parameters

replyMarkup

Some of KeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard or dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builders for that param

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/stop-poll.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/stop-poll.html index 443cdbc12d..d317669709 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/stop-poll.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/stop-poll.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.stopPoll(chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(chat: Chat, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(chatId: IdChatIdentifier, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll
suspend fun TelegramBot.stopPoll(chat: Chat, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll

Parameters

replyMarkup

Some InlineKeyboardMarkup. See dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard as a builder for that

diff --git a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/telegram-bot.html b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/telegram-bot.html index cfbd72617e..e1facc1307 100644 --- a/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/telegram-bot.html +++ b/tgbotapi.api/dev.inmo.tgbotapi.extensions.api/telegram-bot.html @@ -66,7 +66,7 @@
fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): TelegramBot

Allows to create bot using bot urlsKeeper and already prepared client


inline fun <T : HttpClientEngineConfig> telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientFactory: HttpClientEngineFactory<T>, noinline clientConfig: HttpClientConfig<T>.() -> Unit = {}): RequestsExecutor

Allows to create bot using bot urlsKeeper and specify HttpClientEngineFactory by passing clientFactory param and optionally configure it with clientConfig


inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientEngine: HttpClientEngine, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor

Allows to create bot using bot urlsKeeper and specify HttpClientEngine by passing clientEngine param and optionally configure HttpClient using clientConfig


inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor

Allows to create bot using bot urlsKeeper and specify HttpClientEngine by configuring HttpClient using clientConfig


inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, client: HttpClient = HttpClient()): TelegramBot

Allows to create bot using bot token, apiUrl (for custom api servers) and already prepared client


inline fun <T : HttpClientEngineConfig> telegramBot(token: String, clientFactory: HttpClientEngineFactory<T>, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<T>.() -> Unit = {}): RequestsExecutor


inline fun telegramBot(token: String, clientEngine: HttpClientEngine, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor

Allows to create bot using bot token and specify HttpClientEngine by passing clientEngine param and optionally configure HttpClient using clientConfig


inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor

Allows to create bot using bot token and apiUrl and specify HttpClientEngine by configuring HttpClient using clientConfig

diff --git a/tgbotapi.api/index.html b/tgbotapi.api/index.html index 322f69d168..dafea66198 100644 --- a/tgbotapi.api/index.html +++ b/tgbotapi.api/index.html @@ -609,7 +609,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html index 3d10311c12..2eca07fc77 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html index 0599e306ff..092976dea9 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun <T : State> invoke(behaviourContext: BehaviourContext, handlers: List<BehaviourWithFSMStateHandlerHolder<*, T>>, statesManager: StatesManager<T>, fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler()): DefaultBehaviourContextWithFSM<T>
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html index a760ddfaae..a59fddfc75 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html @@ -66,7 +66,7 @@
open fun <I : T> addStrict(kClass: KClass<I>, handler: BehaviourWithFSMStateHandler<I, T>)

Add STRICT handler to list of available in future BehaviourContextWithFSM. Strict means that for input State will be used State::class == kClass and any State with exactly the same type will pass requirements

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html index 5674ddee50..547fd56a65 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html @@ -66,7 +66,7 @@
abstract fun <I : T> add(kClass: KClass<I>, strict: Boolean = false, handler: BehaviourWithFSMStateHandler<I, T>)

Add NON STRICT handler to list of available in future BehaviourContextWithFSM. Non strict means that for input State will be used KClass.isInstance and any inheritor of kClass will pass this requirement

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html index dbff60b34e..9fd1aa7afb 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html @@ -66,7 +66,7 @@
abstract override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow<Update>?, triggersHolder: TriggersHolder): BehaviourContextWithFSM<T>
open fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null, triggersHolder: TriggersHolder = this.triggersHolder, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler()): BehaviourContextWithFSM<T>
open fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null, triggersHolder: TriggersHolder = this.triggersHolder, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), updatesFilter: BehaviourContextAndTypeReceiver<Boolean, Update>? = null): BehaviourContextWithFSM<T>
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html index f82e65abcd..9480ed1af5 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html @@ -698,7 +698,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html index a4ee1eb031..65fe4c89f4 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html @@ -66,7 +66,7 @@
open suspend fun start(): Job
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html index 5d46e132df..b07f3ad6ce 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html index ccb62d9427..72a5b85049 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html @@ -66,7 +66,7 @@
constructor(inputKlass: KClass<I>, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler<I, O>)

Parameters

inputKlass

This KClass will be used to compare input State type and declare ability of delegateTo to handle incoming State. See checkHandleable for more info

strict

This flag will be used in checkHandleable to choose strategy of checking incoming State

delegateTo

This handler will be called in case checkHandleable returns true with class caster incoming State in handleState

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html index 772ca9674d..434ee3a927 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html @@ -66,7 +66,7 @@
open suspend override fun checkHandleable(state: O): Boolean

Check ability of delegateTo to handle this state

Return

When state::class exactly equals to inputKlass will always return true. Otherwise when strict mode is disabled, will be used KClass.isInstance of inputKlass for checking

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html index 5338d3ee8d..60198236e3 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html @@ -66,7 +66,7 @@
open suspend override fun BehaviourContextWithFSM<in O>.handleState(state: O): O?

Handling of state :)


open suspend override fun StatesMachine<in O>.handleState(state: O): O?
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html index ec81a19303..2df4859126 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html index 10e1a96ce2..d87999bb64 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html @@ -66,7 +66,7 @@
abstract suspend fun BehaviourContextWithFSM<in O>.handleState(state: I): O?
open suspend override fun StatesMachine<in O>.handleState(state: I): O?
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html index 175f586b9d..e8844d3098 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html index 088ae4a2aa..71b915171b 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html @@ -66,7 +66,7 @@
constructor(behaviourContext: BehaviourContext, statesManager: StatesManager<T>, handlers: List<BehaviourWithFSMStateHandlerHolder<*, T>>, fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler())

Parameters

onStateHandlingErrorHandler

Will be used in case if state handling has not been successfully completed in launchStateHandling

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html index 81181fc5e9..8735e0836d 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html @@ -66,7 +66,7 @@
open override fun <I : T> add(kClass: KClass<I>, strict: Boolean, handler: BehaviourWithFSMStateHandler<I, T>)

Add NON STRICT handler to list of available in future BehaviourContextWithFSM. Non strict means that for input State will be used KClass.isInstance and any inheritor of kClass will pass this requirement

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html index 16ad252bfc..f6d6fcca50 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html @@ -66,7 +66,7 @@
open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow<Update>?, triggersHolder: TriggersHolder): DefaultBehaviourContextWithFSM<T>
open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow<Update>?, triggersHolder: TriggersHolder, onStateHandlingErrorHandler: StateHandlingErrorHandler<T>): DefaultBehaviourContextWithFSM<T>
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html index 00c905b089..fe55c4aea1 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html @@ -66,7 +66,7 @@
open suspend override fun StatesMachine<in T>.handleState(state: T): T?
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html index b1f2be8bbc..38840f6788 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html @@ -728,7 +728,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/launch-state-handling.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/launch-state-handling.html index ba94622d38..47869c880c 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/launch-state-handling.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/launch-state-handling.html @@ -66,7 +66,7 @@
open suspend override fun launchStateHandling(state: T, handlers: List<CheckableHandlerHolder<in T, T>>): T?
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html index cfaa4887b8..69ae004bde 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html @@ -66,7 +66,7 @@

Add NON STRICT handler to list of available in future BehaviourContextWithFSM. Non strict means that for input State will be used KClass.isInstance and any inheritor of kClass will pass this requirement

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html index ba4e92e628..d49b29fae1 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html @@ -66,7 +66,7 @@
open suspend override fun startChain(state: T)
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html index 40f92c108e..04f666b495 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html @@ -66,7 +66,7 @@
open override fun start(scope: CoroutineScope): Job
diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html index 2c51347cf1..0a44d2d2c9 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html @@ -66,7 +66,7 @@
inline fun <I : T> strictlyOn(handler: BehaviourWithFSMStateHandler<I, T>)

Add STRICT handler to list of available in future BehaviourContextWithFSM. Strict means that for input State will be used State::class == kClass and any State with exactly the same type will pass requirements

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html index 386fab8527..04f690842d 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html @@ -66,7 +66,7 @@
suspend fun <T : State> TelegramBot.buildBehaviourWithFSMAndStartLongPolling(upstreamUpdatesFlow: Flow<Update>? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): Pair<DefaultBehaviourContextWithFSM<T>, Job>

Use buildBehaviourWithFSM to create BehaviourContextWithFSM and launch getting of updates using longPolling. For longPolling will be used result BehaviourContextWithFSM for both parameters flowsUpdatesFilter and scope

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates


suspend fun <T : State> TelegramBot.buildBehaviourWithFSMAndStartLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): Job

Use buildBehaviourWithFSM to create BehaviourContextWithFSM and launch getting of updates using longPolling. For longPolling will be used result BehaviourContextWithFSM for both parameters flowsUpdatesFilter and scope

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html index 89125a4f33..9901718a4c 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html @@ -66,7 +66,7 @@
suspend fun <T : State> TelegramBot.buildBehaviourWithFSM(upstreamUpdatesFlow: Flow<Update>? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): DefaultBehaviourContextWithFSM<T>

Creates BehaviourContextWithFSM via creating of DefaultBehaviourContext with this as TelegramBot, scope as target scope for that DefaultBehaviourContext and upstreamUpdatesFlow. Pass statesManager to customize some internal logic of states changes. Pass presetHandlers in case you have some list of BehaviourWithFSMStateHandlerHolder with presets.

!!! WARNING !!! This method WILL NOT call BehaviourContextWithFSM.start of result object and WILL NOT start any updates retrieving. See buildBehaviourWithFSMAndStartLongPolling or telegramBotWithBehaviourAndFSMAndStartLongPolling in case you wish to start longPolling automatically


suspend fun <T : State> TelegramBot.buildBehaviourWithFSM(flowUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): DefaultBehaviourContextWithFSM<T>

Creates BehaviourContextWithFSM via creating of DefaultBehaviourContext with this as TelegramBot, scope as target scope for that DefaultBehaviourContext and FlowsUpdatesFilter.allUpdatesFlow of flowUpdatesFilter as DefaultBehaviourContext.upstreamUpdatesFlow. Pass statesManager to customize some internal logic of states changes. Pass presetHandlers in case you have some list of BehaviourWithFSMStateHandlerHolder with presets. Use this method in case you wish to make some additional actions with flowUpdatesFilter.

!!! WARNING !!! This method WILL NOT call BehaviourContextWithFSM.start of result object and WILL NOT start any updates retrieving. See buildBehaviourWithFSMAndStartLongPolling or telegramBotWithBehaviourAndFSMAndStartLongPolling in case you wish to start longPolling automatically

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html index eda777e38f..d2806e6b2b 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html @@ -243,7 +243,7 @@ diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html index 3a258a1456..4b02125820 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html @@ -66,7 +66,7 @@

Add NON STRICT handler to list of available in future BehaviourContextWithFSM. Non strict means that for input State will be used KClass.isInstance and any inheritor of kClass will pass this requirement

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html index 0b664925f3..3957700504 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html @@ -66,7 +66,7 @@
inline fun <I : O, O : State> BehaviourContextWithFSM<O>.strictlyOn(handler: BehaviourWithFSMStateHandler<I, O>)

Add STRICT handler to list of available in future BehaviourContextWithFSM. Strict means that for input State will be used State::class == kClass and any State with exactly the same type will pass requirements

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html index 1b48c5f694..6028a59fbc 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html @@ -66,7 +66,7 @@
suspend fun <T : State> telegramBotWithBehaviourAndFSMAndStartLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, testServer: Boolean = false, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): Pair<TelegramBot, Job>

Create bot using telegramBot and start listening for updates using buildBehaviourWithFSMAndStartLongPolling. This method will launch updates retrieving via long polling inside of buildBehaviourWithFSMAndStartLongPolling

Return

Pair of TelegramBot and Job. This Job can be used to stop listening updates in your block you passed here

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html index 9459ab1df8..4f3e586c7d 100644 --- a/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html +++ b/tgbotapi.behaviour_builder.fsm/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html @@ -66,7 +66,7 @@
suspend fun <T : State> telegramBotWithBehaviourAndFSM(token: String, flowsUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler<Unit>? = null, statesManager: StatesManager<T> = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List<BehaviourWithFSMStateHandlerHolder<*, T>> = listOf(), fallbackHandler: BehaviourWithFSMStateHandlerHolder<T, T>? = null, testServer: Boolean = false, onStateHandlingErrorHandler: StateHandlingErrorHandler<T> = defaultStateHandlingErrorHandler(), timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: CustomBehaviourContextReceiver<DefaultBehaviourContextWithFSM<T>, Unit>): TelegramBot

Create bot using telegramBot and start listening for updates using buildBehaviourWithFSM. Use this method in case you wish to make some additional actions with flowsUpdatesFilter.

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

Return

Created bot which has been used to create BehaviourContext via buildBehaviourWithFSM

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.behaviour_builder.fsm/index.html b/tgbotapi.behaviour_builder.fsm/index.html index d76df17d14..a8e4d1f36c 100644 --- a/tgbotapi.behaviour_builder.fsm/index.html +++ b/tgbotapi.behaviour_builder.fsm/index.html @@ -85,7 +85,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-callback-query-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-callback-query-mapper/index.html index a3b3a961e5..0d5b73fb61 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-callback-query-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-callback-query-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-join-requests-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-join-requests-mapper/index.html index 856e281db2..c83410e59d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-join-requests-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-join-requests-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-member-updated-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-member-updated-mapper/index.html index 93fb294d71..f64e6c2536 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-member-updated-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chat-member-updated-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chosen-inline-result-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chosen-inline-result-mapper/index.html index 932aad0271..f4f07ddefa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chosen-inline-result-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-chosen-inline-result-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-common-message-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-common-message-mapper/index.html index 9d9f023a66..b57b8750cb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-common-message-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-common-message-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-content-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-content-mapper/index.html index 66ca8b5751..86ca759524 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-content-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-common-message-to-content-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-event-message-to-event-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-event-message-to-event-mapper/index.html index 3580c67aeb..c10f5376f1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-event-message-to-event-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-event-message-to-event-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-inline-query-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-inline-query-mapper/index.html index 0d4d8c70b0..169814a882 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-inline-query-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-inline-query-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-nullable-request-builder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-nullable-request-builder/index.html index 609c602598..cc246856cd 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-nullable-request-builder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-nullable-request-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-passport-message-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-passport-message-mapper/index.html index 10e61465de..7527811f13 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-passport-message-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-passport-message-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-answer-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-answer-mapper/index.html index 45aa34baa2..0d08af441e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-answer-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-answer-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-mapper/index.html index 77b8339078..a15b15788c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-poll-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-pre-checkout-query-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-pre-checkout-query-mapper/index.html index 3d16372f80..aee0e1a177 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-pre-checkout-query-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-pre-checkout-query-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-request-builder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-request-builder/index.html index aecd9c2060..650f82dccb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-request-builder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-request-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-shipping-query-mapper/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-shipping-query-mapper/index.html index 9101981436..3c0741de79 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-shipping-query-mapper/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/-shipping-query-mapper/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-messages-waiter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-messages-waiter.html index 2f3a0dba69..bf45da9478 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-messages-waiter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-messages-waiter.html @@ -66,7 +66,7 @@
inline suspend fun <T : MediaGroupPartContent> BehaviourContext.buildMediaGroupMessagesWaiter(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<T>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-waiter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-waiter.html index 55a3794aa6..f226ba5489 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-waiter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/build-media-group-waiter.html @@ -66,7 +66,7 @@
inline suspend fun <T : MediaGroupPartContent> BehaviourContext.buildMediaGroupWaiter(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<T>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/command-params.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/command-params.html index 6220611915..0a9d7da500 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/command-params.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/command-params.html @@ -66,7 +66,7 @@

Use flattenCommandsWithParams and filter out the commands which do not matches to commandRegex

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-args.html index 687bce47e6..bade316cce 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-args.html @@ -66,7 +66,7 @@
fun Flow<CommonMessage<TextContent>>.commandsWithArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Flow<Pair<CommonMessage<TextContent>, List<Pair<String, Array<String>>>>>

Uses parseCommandsWithArgs on incoming text sources and map them with CommonMessage

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-named-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-named-args.html index 5c32736fb5..24cf835bf0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-named-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-named-args.html @@ -66,7 +66,7 @@
fun Flow<CommonMessage<TextContent>>.commandsWithNamedArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Flow<Pair<CommonMessage<TextContent>, List<Pair<String, List<Pair<String, String>>>>>>
fun Flow<CommonMessage<TextContent>>.commandsWithNamedArgs(argsSeparator: String, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Flow<Pair<CommonMessage<TextContent>, List<Pair<String, List<Pair<String, String>>>>>>

Uses parseCommandsWithNamedArgs on incoming text sources and map them with CommonMessage

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-params.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-params.html index 560cb16708..a5a979ad08 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-params.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/commands-with-params.html @@ -66,7 +66,7 @@

Uses parseCommandsWithArgsSources on incoming text sources and map them with CommonMessage

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html index 3c35e0df71..ecce0a0d7a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html @@ -66,7 +66,7 @@
suspend fun <T> FlowsUpdatesFilter.expectFlow(bot: TelegramBot, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List<T>): Flow<T>

Parameters

initRequest

If not null, this request will be sent by bot before returning value

errorFactory

If set, this factory will be used to produce requests in case when user have sent incorrect data

cancelRequestFactory

If set, this factory will be used to produce requests in case when it is required to say user that chain of scenario has been cancelled

cancelTrigger

When this trigger returns true, chain is cancelled

filter

It is main param, which will be called on each update. When it return not null, result will be returned as is, but when it returns null, then will be called cancelTrigger (if it will return true - cancelRequestFactory will be called too), errorFactory and then will be returned null


suspend fun <T> BehaviourContext.expectFlow(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List<T>): Flow<T>

Parameters

initRequest

If not null, this request will be sent by bot before returning value

errorFactory

If set, this factory will be used to produce requests in case when user have sent incorrect data

cancelRequestFactory

If set, this factory will be used to produce requests in case when it is required to say user that chain of scenario has been cancelled

cancelTrigger

When this trigger returns true, chain is cancelled

filter

It is main param, which will be called on each update. When it return not null, result will be returned as is, but when it returns null, then will be called cancelTrigger (if it will return true - cancelRequestFactory will be called too), errorFactory and then will be returned null

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html index 1c8ef05390..fdddc82e6b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html @@ -66,7 +66,7 @@
suspend fun <T> 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

Parameters

initRequest

If not null, this request will be sent by bot before returning value

errorFactory

If set, this factory will be used to produce requests in case when user have sent incorrect data

cancelRequestFactory

If set, this factory will be used to produce requests in case when it is required to say user that chain of scenario has been cancelled

cancelTrigger

When this trigger returns true, chain is cancelled

filter

It is main param, which will be called on each update. When it return not null, result will be returned as is, but when it returns null, then will be called cancelTrigger (if it will return true - cancelRequestFactory will be called too), errorFactory and then will be returned null


suspend fun <T> BehaviourContext.expectOne(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T

Parameters

initRequest

If not null, this request will be sent by bot before returning value

errorFactory

If set, this factory will be used to produce requests in case when user have sent incorrect data

cancelRequestFactory

If set, this factory will be used to produce requests in case when it is required to say user that chain of scenario has been cancelled

cancelTrigger

When this trigger returns true, chain is cancelled

filter

It is main param, which will be called on each update. When it return not null, result will be returned as is, but when it returns null, then will be called cancelTrigger (if it will return true - cancelRequestFactory will be called too), errorFactory and then will be returned null

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions-messages.html index 3736eda87d..df4f3f6a5d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions-messages.html @@ -66,7 +66,7 @@

Uses isWithMention passing username as argument to take only messages with username mentions or text mentions


Uses isWithMention passing user as argument to take only messages with user mentions or text mentions

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions.html index 7a9647d129..bef21a982f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-mentions.html @@ -66,7 +66,7 @@

Uses isWithMention passing username as argument to take only messages with username mentions or text mentions


Uses isWithMention passing user as argument to take only messages with user mentions or text mentions

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions-messages.html index 06d98a0fa7..e749334c30 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions-messages.html @@ -66,7 +66,7 @@

Uses isWithTextMention passing userId as argument to take only messages with userId text mentions

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions.html index 2019941dc5..a513e980c6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/filter-text-mentions.html @@ -66,7 +66,7 @@

Uses isWithTextMention passing userId as argument to take only messages with userId text mentions

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/flatten-commands-with-params.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/flatten-commands-with-params.html index c86ccaabc7..3dd90ffd6b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/flatten-commands-with-params.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/flatten-commands-with-params.html @@ -66,7 +66,7 @@

Flat commandsWithParams. Each Pair of BotCommandTextSource and its Array of arg text sources will be associated with its source message

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/index.html index 6d9411451e..376d9b6fa9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/index.html @@ -4218,7 +4218,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/internal-wait-chat-join-requests.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/internal-wait-chat-join-requests.html index 87156b0ec4..52f36da948 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/internal-wait-chat-join-requests.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/internal-wait-chat-join-requests.html @@ -66,7 +66,7 @@
inline suspend fun <O> BehaviourContext.internalWaitChatJoinRequests(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-mention.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-mention.html index e7959506c4..9b303e215c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-mention.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-mention.html @@ -66,7 +66,7 @@

Check, that TextedContent.textSources contains:


Uses isWithMention with user (is presented) or isWithTextMention with user to determine user mentioning in this


diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-text-mention.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-text-mention.html index 5f338de52d..1f78e78852 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-text-mention.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/is-with-text-mention.html @@ -66,7 +66,7 @@

Check, that TextedContent.textSources contains:


diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-content.html index 573d970c72..976a826283 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-content.html @@ -66,7 +66,7 @@
inline fun <T : MessageContent> Flow<MessageContent>.mapContent(): Flow<T>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-with-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-with-content.html index adef347e25..ab102b8157 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-with-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/map-with-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-command-at-start.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-command-at-start.html index ef514ac222..cc4c04790b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-command-at-start.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-command-at-start.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-commands-without-params.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-commands-without-params.html index 6fec1c2f7e..8a53e2514c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-commands-without-params.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-commands-without-params.html @@ -66,7 +66,7 @@

Subsequent Flow will retrieve only messages without TextContent.textSources which are not BotCommandTextSource

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-single-command.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-single-command.html index 10e2402311..4e44fde12a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-single-command.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/require-single-command.html @@ -66,7 +66,7 @@

Subsequent Flow will retrieve only messages with ONE BotCommandTextSource. It does not guarantee that this BotCommandTextSource will be at the start of the message

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html index 9e906f1a87..9d3035249b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<AnimationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html index f855a797db..0d381265f0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<AnimationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content-message.html index 06feafaf33..960f9d6e66 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MessageContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content.html index a3b8472f4d..97aa617e4e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html index 9da8f4e75e..fb739324f6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<InlineQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html index cd8d82a9f7..3e2c5db244 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html index 5e82015b39..9e6ecdfa56 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html index 3c7471e1ab..809e6c00ef 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAnyPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<EncryptedPassportElement>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html index c4754c472a..7f4a5d14d9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAudioMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<AudioMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html index a8b5558a37..46c69e4c16 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<AudioMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html index b5525f7670..7d6623a30a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<AudioContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html index cc0782e208..89ba85b64d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<AudioContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html index 1280deb827..1f3858794d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitBaseChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<BaseChosenInlineResult>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html index 657aac8375..75b029c936 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitBaseInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<BaseInlineQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-callback-queries.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-callback-queries.html index ac3508131a..950acd80b0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-callback-queries.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-callback-queries.html @@ -66,7 +66,7 @@
inline suspend fun <O> BehaviourContext.waitCallbackQueries(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events-messages.html index 2c703da0f0..27f188bfaa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChannelChatCreatedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ChannelChatCreated>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html index 74a72115da..2aa75b6bd4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChannelChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChannelChatCreated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events-messages.html index c555cee52b..94c00588fb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChannelEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ChannelEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html index d6431ef28d..f4b0fb5159 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChannelEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChannelEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events-messages.html index 7b4655b9f1..6a82acdf31 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ChatEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html index 092863eabb..a08a3e375d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html index 284939ac5a..b63bdeab95 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatJoinRequests(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatJoinRequest>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated-with-filter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated-with-filter.html index f152d68a8f..6166fbc9fa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated-with-filter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated-with-filter.html @@ -66,7 +66,7 @@
inline suspend fun <O : ChatMemberUpdatedUpdate> BehaviourContext.waitChatMemberUpdatedWithFilter(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatMemberUpdated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html index 769150a0ee..b825752394 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatMemberUpdated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-events-messages.html index ef42f696da..0a5856a731 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatSharedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ChatShared>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request-events-messages.html index 506383e301..f3d87b260b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatSharedRequestEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ChatSharedRequest>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request.html index 88eccb5a53..06623a7319 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared-request.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatSharedRequest(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatSharedRequest>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared.html index f524597030..8c24646528 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-shared.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChatShared(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatShared>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html index acb4f6f10e..9a25872a23 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChosenInlineResult>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-results.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-results.html index f341178c63..3a2af5f823 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-results.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-results.html @@ -66,7 +66,7 @@
inline suspend fun <O> BehaviourContext.waitChosenInlineResults(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-command-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-command-message.html index 400e6f6089..af6743fb24 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-command-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-command-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitCommandMessage(commandRegex: Regex, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextContent>>

Will filter all the messages and include required commands with commandRegex.


suspend fun BehaviourContext.waitCommandMessage(command: String, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextContent>>
suspend fun BehaviourContext.waitCommandMessage(botCommand: BotCommand, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html index d99cd2087d..c109c9ec6e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitCommonChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatMemberUpdated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events-messages.html index 4d8de395d9..6883cf753e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitCommonEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<CommonEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html index 0cdc063b77..f2512e8435 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitCommonEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html index 4be75e3d1b..428eb3b59e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<ContactContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html index 86be69bfc2..9a610fe5c2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ContactContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-mentions.html index 1531c17b97..9542198228 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-mentions.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContentMessageWithMentions(username: Username, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedContent>>

Creates cold Flow with the messages with TextedContent where username has been mentioned

See also


suspend fun BehaviourContext.waitContentMessageWithMentions(user: User, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedContent>>

Creates cold Flow with the messages with TextedContent where user has been mentioned as text or mentioned with text

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-text-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-text-mentions.html index 5ebcbccca8..3d90585a7f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-text-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message-with-text-mentions.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContentMessageWithTextMentions(userId: UserId, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedContent>>

Creates cold Flow with the messages with TextedContent where userId has been mentioned with text

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html index db1e3284d9..811be2c26d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html @@ -66,7 +66,7 @@
inline suspend fun BehaviourContext.waitContentMessage(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MessageContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-mentions.html index b14dce7956..2b7d31e04a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-mentions.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContentWithMentions(username: Username, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextedContent>

Creates cold Flow with the messages with TextedContent where username has been mentioned

See also


suspend fun BehaviourContext.waitContentWithMentions(user: User, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextedContent>

Creates cold Flow with the messages with TextedContent where user has been mentioned as text or mentioned with text

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-text-mentions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-text-mentions.html index 44fa30f167..19b52d1d6c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-text-mentions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-with-text-mentions.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitContentWithTextMentions(userId: UserId, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextedContent>

Creates cold Flow with the messages with TextedContent where userId has been mentioned with text

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html index 90ac8598ba..febda12184 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html @@ -66,7 +66,7 @@
inline suspend fun BehaviourContext.waitContent(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html index 7ac601de7e..d800ce214e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DataCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-deep-links.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-deep-links.html index e1c119f194..bd9c91386e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-deep-links.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-deep-links.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDeepLinks(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<Pair<CommonMessage<TextContent>, String>>
suspend fun BehaviourContext.waitDeepLinks(regex: Regex, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<Pair<CommonMessage<TextContent>, String>>
suspend fun BehaviourContext.waitDeepLinks(deepLink: String, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<Pair<CommonMessage<TextContent>, String>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events-messages.html index 406bb3772c..fe9bc3af22 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDeleteChatPhotoEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<DeleteChatPhoto>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html index 89f44dd879..52f4bcf25a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDeleteChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DeleteChatPhoto>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html index 7ff7eb3060..d40e8cfea3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<DiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html index 9416a17528..149d163134 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html index 23bd89a730..099cf254da 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html index f870fee2ae..483f13623f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DocumentMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html index f380699d9c..a05a7083b6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<DocumentContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html index f26e4e7317..6c7707d154 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DocumentContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group-messages.html index 21e561578d..3b699e17cf 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDocumentsGroupMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<DocumentMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html index cda86f3a82..82b33129b4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitDocumentsGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<DocumentMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation-message.html index 90129884d2..454ae58931 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<AnimationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html index fbaaee4be3..3c28445888 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<AnimationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content-message.html index 676f63fdb4..2dc636129a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html index 4d5d720e16..121d880492 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<MediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content-message.html index 112bb7931a..2343d3aa2e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html index f1ce1c4c27..b1a2f940bc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<AudioMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-message.html index ea63267629..73810a281e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<CommonMessage<AudioContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html index fe3512086b..bb40a93764 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<AudioContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact-message.html index 28215c5338..b16d4c6bc2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<ContactContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html index 3a60f0b0eb..7420b923d7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ContactContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html index 201e0765eb..df57d1faa8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<MessageContent>
inline suspend fun <O : MessageContent> BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<O>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content.html index 8ee9cdb2b1..324b2a3a85 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content.html @@ -66,7 +66,7 @@
inline suspend fun <O : MessageContent> BehaviourContext.waitEditedContent(initRequest: Request<*>? = null, includeMediaGroups: Boolean = true, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice-message.html index 9c1f7d60e5..640a9d7448 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<DiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html index d2717d7f57..59b051f7be 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<DiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content-message.html index d8acd7ace5..3fdfee03f1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html index 59ea452e42..b0a037ab79 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<DocumentMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-message.html index 197b31a93f..a10827b36c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<CommonMessage<DocumentContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html index 2b3c131eea..b29758f6db 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<DocumentContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game-message.html index eb321800d4..9c21d156a6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<GameContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html index a99edace95..fbebbdb323 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GameContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice-message.html index 36e2c575c1..66dd7472b7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<InvoiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html index a7a5371ae0..e98eb9bd65 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<InvoiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location-message.html index f9dc81f10e..f0c23f4957 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<LiveLocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html index 338c956af9..f9f632c65f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LiveLocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location-message.html index 38a999dfb3..5ac05c98f1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<LocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html index 34857b1625..4af443cd48 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media-message.html index cec5147347..f187c98fba 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<CommonMessage<MediaContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html index 5cd06a03a0..a48d2c9116 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<MediaContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content-message.html index d2cec066e3..c895a5cd82 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedMessageContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MessageContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content.html index 9c35db173b..e338db8e4a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-message-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedMessageContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<MessageContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo-message.html index eb5ed84151..5dc96d8ca5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<CommonMessage<PhotoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html index 960f1b36ca..1077687ba6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<PhotoContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location-message.html index 1fb42999fa..43c68248a8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<StaticLocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html index 59ac987482..21d415da78 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<StaticLocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker-message.html index bec7138da0..75fd1437b4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<StickerContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html index 0fd86367e1..79026f6a47 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<StickerContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text-message.html index 9fa018155a..f04f16cca7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html index 1f101cea51..d6bf549a4d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content-message.html index 4ff8d1e893..79adf3160f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedMediaContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html index 4413f49913..131ee53ba2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<TextedMediaContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue-message.html index 686185f28f..05a30d1203 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VenueContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html index bdcd9f38ba..4d52d3be40 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VenueContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-message.html index 4f20648d5d..4b9c845950 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<CommonMessage<VideoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note-message.html index 347ae78607..54b46f0dd3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VideoNoteContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html index a9bab81db7..e724410996 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoNoteContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html index cc4560efa4..0d45159b06 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = false): Flow<VideoContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content-message.html index d71eab3b43..a02bea9179 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html index 51ba9c51d0..8accbfe0b7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, includeMediaGroups: Boolean = true): Flow<VisualMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice-message.html index fa655f67a0..63dc74591e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VoiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html index 027089c01c..767f37a1a1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitEditedVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VoiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events-messages.html index 124e32c6fe..777c59173f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events-messages.html @@ -66,7 +66,7 @@
inline suspend fun <O : ChatEvent> BehaviourContext.waitEventsMessages(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<O>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events.html index 7643605360..a1bb2398f5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-events.html @@ -66,7 +66,7 @@
inline suspend fun <O : ChatEvent> BehaviourContext.waitEvents(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed-events-messages.html index 4b225033dd..1c93e8b6f0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicClosedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ForumTopicClosed>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed.html index d15144d1fd..8e37c03caa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-closed.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicClosed(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ForumTopicClosed>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created-events-messages.html index 5c9266c1fb..803589e5a4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicCreatedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ForumTopicCreated>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created.html index 5fa2b4d41c..d59a1031d7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-created.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicCreated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ForumTopicCreated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited-events-messages.html index 80cd3919b8..58dd33ba83 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicEditedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ForumTopicEdited>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited.html index 31c5584e78..eb0cee806b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-edited.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicEdited(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ForumTopicEdited>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened-events-messages.html index 3f3bddd03e..752d55b7aa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicReopenedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<ForumTopicReopened>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened.html index 5629cc3c4a..8372d820d8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-forum-topic-reopened.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitForumTopicReopened(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ForumTopicReopened>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html index 593f979ce0..b510837334 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<GameContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html index 4aa8a7765d..0d7ab55f5b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GameShortNameCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html index ac8ba8e6fc..0a25d61c6b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GameContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden-events-messages.html index 7e7dcfcfa1..39743029b8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden.html index 7bb83027c4..cb9ac57a19 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-hidden.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGeneralForumTopicHidden(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GeneralForumTopicHidden>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden-events-messages.html index 3a5ecbff46..b423ea9457 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden.html index 8efd2f02f1..fbd86f9f22 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-general-forum-topic-unhidden.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGeneralForumTopicUnhidden(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GeneralForumTopicUnhidden>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events-messages.html index cf42b33b78..b61e36c121 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGroupChatCreatedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<GroupChatCreated>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html index 694b45a463..203757542b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GroupChatCreated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events-messages.html index 976023e616..528d19044f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGroupEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<GroupEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html index 18dd471cfe..27b515c4b9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitGroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<GroupEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html index e7f0002fe0..71d9eb637b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitInlineMessageIdCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<InlineMessageIdCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html index bc651c5791..8a78d6ed3e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitInlineMessageIdDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<InlineMessageIdDataCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html index f83f4b4639..96d7d30698 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-queries.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-queries.html index 77f563d4b6..0a1a702a0c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-queries.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-queries.html @@ -66,7 +66,7 @@
inline suspend fun <O : InlineQuery> BehaviourContext.waitInlineQueries(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html index 85f4dbd806..fc9a9512d6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<InvoiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html index 5c81bd98bd..4f65cdab2c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<InvoiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events-messages.html index 6bc7f028ad..261e989054 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLeftChatMemberEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<LeftChatMemberEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html index fb20547fa2..44d226727d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLeftChatMemberEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LeftChatMemberEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html index 78b5863201..bc2acf3f26 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<LiveLocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html index e12d93a60b..acc3a80804 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LiveLocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html index ddfb65da85..31a76c86a8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLocationChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LocationChosenInlineResult>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html index cd16e888ef..e95f8dd479 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLocationInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LocationInlineQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html index db6bca88b0..35b1644e41 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<LocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html index 27dad896ce..ee62d959c6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<LocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content-message.html index 731bfec7d0..8d2166e025 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MediaContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content.html index a904b4c742..8eb27d3ff2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group-messages.html index 4c58e323f8..8e1ea0846b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMediaGroupMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<MediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html index 259e350075..b40133c677 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMediaGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<MediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html index 6d6f68e752..0aef8ff6b4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<MediaContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html index fea2c124e3..f6e476b63d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events-messages.html index 448502edb8..b124cf3b96 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html index 2cf132fe30..8dfc78a348 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMessageAutoDeleteTimerChangedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageAutoDeleteTimerChanged>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html index 26424b0a3b..8e266ad705 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMessageCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html index 4514782bee..4395cb8abb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMessageDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageDataCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html index 92dd773b3b..fb52d8fb68 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMessageGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MessageGameShortNameCallbackQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html index 07a3d70335..d2c92ad146 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitMyChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatMemberUpdated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events-messages.html index cdbc953fff..7d19754ac0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatMembersEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<NewChatMembers>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html index e8c37f7ed1..c6678cc5be 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatMembersEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<NewChatMembers>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events-messages.html index 48b0588b97..ef9aa58668 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatPhotoEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<NewChatPhoto>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html index 8e091b1797..ee6523490a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<NewChatPhoto>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events-messages.html index 205751fb2f..9ab8dcce36 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatTitleEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<NewChatTitle>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html index 5b782dbe74..55a272aef6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitNewChatTitleEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<NewChatTitle>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html index 6960430f90..5768c53094 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html @@ -66,7 +66,7 @@
inline suspend fun <O : EncryptedPassportElement> BehaviourContext.waitPassportMessagesWith(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery-messages.html index 103375c2d1..d5676cd6f6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPhotoGalleryMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<PhotoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html index bdd28ebefd..cfe6b68fbc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPhotoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<PhotoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html index fdf48fea03..47111cd1f4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<PhotoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html index 13d2c56fc9..08ae9c0395 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PhotoContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events-messages.html index a35ce817a9..a21c64ee60 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPinnedMessageEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<PinnedMessage>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html index c4c6cb930d..3742a3c3aa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPinnedMessageEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PinnedMessage>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist-messages.html index fa4ae07bc8..1ee7e51317 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPlaylistMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<AudioMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html index 4739017391..733e267fc2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPlaylist(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<AudioMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html index eb0205aa6d..ece0b2d4aa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPollAnswers(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PollAnswer>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html index cfd4e0794a..26c5ade93b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPollMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<PollContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html index a60b828851..b002818d23 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<Poll>

This wait will be triggered only for stopped polls and polls, which are sent by the bot

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html index 2784e6e74b..3ebd33fb45 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPoll(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PollContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-polls.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-polls.html index 12da26e48e..9953d87b9c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-polls.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-polls.html @@ -66,7 +66,7 @@
inline suspend fun <O : Poll> BehaviourContext.waitPolls(initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }): Flow<O>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html index 3f43988d86..77d8f1006c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPreCheckoutQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PreCheckoutQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events-messages.html index 96668f139c..944f3c890b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPrivateEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<PrivateEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html index 9f578f1095..bad549c115 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPrivateEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PrivateEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events-messages.html index 0cbb06291a..29683923c6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html index 39d2aecf09..4f3037c355 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitProximityAlertTriggeredEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ProximityAlertTriggered>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events-messages.html index cfbdff4e0c..db7ff32050 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPublicChatEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<PublicChatEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html index 0a24107bb6..17ca9d57a2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitPublicChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<PublicChatEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html index 8a63411dd6..c9e3f628f5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitQuizPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<QuizPoll>

This wait will be triggered only for stopped polls and polls, which are sent by the bot

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html index 8a1e838f87..ea8669b468 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitRegularPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<RegularPoll>

This wait will be triggered only for stopped polls and polls, which are sent by the bot

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html index 9017af0fc6..080ab0ee43 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitShippingQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ShippingQuery>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html index 57b61cb5ee..bc20e4f3e3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<StaticLocationContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html index 24d3c0e0e3..1eac21ca9d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<StaticLocationContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html index 83b9cc3381..1832209378 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<StickerContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html index ab70a4e00f..58971597e3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<StickerContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story-message.html index ade2faf78c..c0ad28e185 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitStoryMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<StoryContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story.html index de62bf2cb3..3250b66646 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-story.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitStory(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<StoryContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events-messages.html index 15a4a96c52..ea33c6532b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSuccessfulPaymentEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<SuccessfulPaymentEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html index 7e3ebe4815..c420edb6e4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSuccessfulPaymentEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<SuccessfulPaymentEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events-messages.html index b5f28505ae..a7d7febdf2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html index b477efe0dc..1533546d6d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSupergroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<SupergroupChatCreated>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events-messages.html index a90555202e..75e3a0bafa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSupergroupEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<SupergroupEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html index b84edd6802..21cfbdd3fe 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitSupergroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<SupergroupEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html index 260e3bcd53..33afae366d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html index f6565efe0c..9b68bc92c9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content-message.html index f8674a85b1..32dcf039c0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitTextedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content.html index a92ec320c0..eff1100a7b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitTextedContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextedContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html index 580bca5f03..6ba1b93c70 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<TextedMediaContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html index 53ef319e1e..50741c9ee2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<TextedMediaContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html index 97d362d5b9..a8330deb71 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitUnknownCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<UnknownCallbackQueryType>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events-messages.html index f394bff308..0329d9bc69 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitUserLoggedInEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<UserLoggedIn>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html index 35c1248a22..af74df9959 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitUserLoggedInEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<UserLoggedIn>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared-events-messages.html index fdf7ff8216..c1d14b2631 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitUserSharedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<UserShared>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared.html index bfa7c67c9b..fa81a74255 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-shared.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitUserShared(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<UserShared>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html index 26e5e31306..be13db55f9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VenueContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html index 3fd7efe4ec..c02816b895 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VenueContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events-messages.html index 9e40e6f4f4..34a8d2ac9b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatEndedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<VideoChatEnded>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html index 51eb697bd8..d865552604 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatEndedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoChatEnded>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events-messages.html index 2a1a17dc61..a3cd24ae91 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<VideoChatEvent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html index 04325935b6..19ffbe0ed8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoChatEvent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events-messages.html index 3bd4b1d270..1434ef42a6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html index 3f12ea9b98..015b2d3d6f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoChatParticipantsInvited>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events-messages.html index 247e9b731a..136f1a0e3c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatStartedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<VideoChatStarted>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html index 04b1211c38..dc25ae5c3e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoChatStartedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoChatStarted>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery-messages.html index 217d37c737..26c2e82322 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoGalleryMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<VideoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html index 348a311d1e..54728adad8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<VideoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html index aec1b99faf..ee5dba4555 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VideoContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html index ccb421de2c..80cbea254c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VideoNoteContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html index 2d42098bb0..612853d228 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoNoteContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html index ffbbcf74dc..114d1ebe76 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VideoContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content-message.html index 4fb50a81b4..b6816eaf61 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVisualContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VisualMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content.html index 1513276534..c067e65423 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVisualContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VisualMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery-messages.html index f822823228..1e8deb8768 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVisualGalleryMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupMessage<VisualMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html index 815b72bb68..8ce5d7ee84 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVisualGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<MediaGroupContent<VisualMediaGroupPartContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html index 12cee836ae..52ca59dfeb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html index 4b15a76177..7ef6b518ac 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VisualMediaGroupPartContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html index 8d191a8426..4f24bc982e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<CommonMessage<VoiceContent>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html index 96f42a0f8b..15d9ed0754 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<VoiceContent>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events-messages.html index 969894f948..637ab0fe4f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWebAppDataEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<WebAppData>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html index 4e23a1d13d..27a5582709 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWebAppDataEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<WebAppData>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-events-messages.html index b17a881d3f..db1b69a0fb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-events-messages.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWriteAccessAllowedEventsMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<ChatEventMessage<WriteAccessAllowed>>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu-events-messages.html index de272ca319..f170c4fbd7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu.html index b281f1b3da..6070c635dc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-attachment-menu.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request-events-messages.html index f119f09ace..e42167c2bb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request.html index 50f00bc1d8..415cf659a9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-request.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWriteAccessAllowedFromRequest(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<WriteAccessAllowed.FromRequest>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link-events-messages.html index 6ac608e88d..e7c44a959c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link.html index 70bb1b3039..2a72e11cd3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-from-web-app-link.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWriteAccessAllowedFromWebAppLink(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<WriteAccessAllowed.FromWebAppLink>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other-events-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other-events-messages.html index f5f9d73c43..a607e77ecb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other-events-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other-events-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other.html index 80c5485958..a70f84b7ce 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed-other.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWriteAccessAllowedOther(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<WriteAccessAllowed.Other>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed.html index aa66e853f6..0a1e4a51ad 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-write-access-allowed.html @@ -66,7 +66,7 @@
suspend fun BehaviourContext.waitWriteAccessAllowed(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }): Flow<WriteAccessAllowed>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html index 881406ac3b..dbf103328c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html @@ -66,7 +66,7 @@

Allow only updates from the same user as base CallbackQuery.user

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html index bfe3e48417..79ebe89c32 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html @@ -66,7 +66,7 @@

Allow only events from the same chat as base ChatMemberUpdated

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html index 9f9eedc8c2..255fc41a14 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html @@ -66,7 +66,7 @@

Allow only events from the same chat as base ChatMemberUpdated

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html index 12421e1f8b..b51771abbd 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html @@ -66,7 +66,7 @@

Allow only messages which are not MediaGroupMessage

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html index 57f9aa908f..89e57965d5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html @@ -66,7 +66,7 @@

Allow only updates from the same user as base InlineQuery.from

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html index 6407739218..29ce128744 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html @@ -66,7 +66,7 @@

Allow only events from the same chat as base Message

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-forums.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-forums.html index e94ce47209..70c5407caf 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-forums.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-forums.html @@ -66,7 +66,7 @@

Allow only messages which are not in some forum

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html index d1eb5acd59..412e115bf6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html @@ -66,7 +66,7 @@

Allow only events from the same chat as base List of Message

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html index 86d1611ccb..b094433ec5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html @@ -66,7 +66,7 @@

Allow only updates from the same user as base ShippingQuery.user

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html index 6aa471fcda..1ff76dc3aa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html @@ -66,7 +66,7 @@

Allow only updates from the same user as base ShippingQuery.user

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/index.html index 7637a04ed4..ccd8417b38 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/-common-message-filter/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/-common-message-filter/index.html index f78e3528b0..d68a2921f9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/-common-message-filter/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/-common-message-filter/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html index 5a4a682a40..bc61873cda 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.commandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
suspend fun <BC : BehaviourContext> BC.commandWithArgs(command: String, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
suspend fun <BC : BehaviourContext> BC.commandWithArgs(botCommand: BotCommand, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-named-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-named-args.html index bb5395e398..3c37717246 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-named-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-named-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.commandWithNamedArgs(commandRegex: Regex, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
suspend fun <BC : BehaviourContext> BC.commandWithNamedArgs(command: String, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
suspend fun <BC : BehaviourContext> BC.commandWithNamedArgs(botCommand: BotCommand, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html index 7334df378a..6dff41a00b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.command(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
suspend fun <BC : BehaviourContext> BC.command(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
suspend fun <BC : BehaviourContext> BC.command(botCommand: BotCommand, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/index.html index 3f4f67555f..dd6ce6afd6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/index.html @@ -2553,7 +2553,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html index c1afaa2fd7..8f5484c112 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onAnimation(initialFilter: CommonMessageFilter<AnimationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AnimationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AnimationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AnimationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html index 226729472c..703611006d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onAnyInlineQuery(initialFilter: SimpleFilter<InlineQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, InlineQuery, Update>? = InlineQueryFilterByUser, markerFactory: MarkerFactory<in InlineQuery, Any> = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, InlineQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html index 75927360aa..a328fd7900 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onAudioMediaGroup(initialFilter: CommonMessageFilter<AudioMediaGroupPartContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AudioMediaGroupMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AudioMediaGroupMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AudioMediaGroupMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html index 17220a4725..61fe2e625c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onAudio(initialFilter: CommonMessageFilter<AudioContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AudioMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AudioMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AudioMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html index 1d150acbf6..a6269e0c6d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onBaseChosenInlineResult(initialFilter: SimpleFilter<BaseChosenInlineResult>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, BaseChosenInlineResult, Update>? = null, markerFactory: MarkerFactory<in BaseChosenInlineResult, Any> = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, BaseChosenInlineResult>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html index 3da1a050be..4e719892ff 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onBaseInlineQuery(initialFilter: SimpleFilter<BaseInlineQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, BaseInlineQuery, Update>? = InlineQueryFilterByUser, markerFactory: MarkerFactory<in BaseInlineQuery, Any> = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, BaseInlineQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html index 79841c82b3..9eb44a6df5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html index 9557af8242..99617ec2b1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChannelEvent(initialFilter: SimpleFilter<ChatEventMessage<ChannelEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<ChannelEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<ChannelEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<ChannelEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html index f2d4d77688..8ab13b2435 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChatEvent(initialFilter: SimpleFilter<ChatEventMessage<ChatEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<ChatEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<ChatEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<ChatEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html index 465547eba7..5e9c332a53 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChatJoinRequest(initialFilter: SimpleFilter<ChatJoinRequest>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatJoinRequest, Update>? = null, markerFactory: MarkerFactory<in ChatJoinRequest, Any> = ByChatChatJoinRequestMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatJoinRequest>): Job

Please, remember that your bot must have can_invite_users to receive these requests

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html index e59b3994c3..79228b07db 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChatMemberUpdated(initialFilter: SimpleFilter<ChatMemberUpdated>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatMemberUpdated, Update>? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory<ChatMemberUpdated, Any> = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatMemberUpdated>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared-request.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared-request.html index 9c853a51d7..7e63a4c101 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared-request.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared-request.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared.html index e7ee3f0472..88b6fabc9e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-shared.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChatShared(initialFilter: SimpleFilter<PrivateEventMessage<ChatShared>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PrivateEventMessage<ChatShared>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<ChatShared>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PrivateEventMessage<ChatShared>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html index 395a2ae665..94247a4fe1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onChosenInlineResult(initialFilter: SimpleFilter<ChosenInlineResult>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChosenInlineResult, Update>? = null, markerFactory: MarkerFactory<in ChosenInlineResult, Any> = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChosenInlineResult>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html index 5b9da5b449..ba149ca4f6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onCommandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
suspend fun <BC : BehaviourContext> BC.onCommandWithArgs(command: String, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
suspend fun <BC : BehaviourContext> BC.onCommandWithArgs(botCommand: BotCommand, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Array<String>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-named-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-named-args.html index 21991490c3..de65f5ea04 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-named-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-named-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onCommandWithNamedArgs(commandRegex: Regex, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
suspend fun <BC : BehaviourContext> BC.onCommandWithNamedArgs(command: String, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
suspend fun <BC : BehaviourContext> BC.onCommandWithNamedArgs(botCommand: BotCommand, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, List<Pair<String, String>>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html index 3916771b9e..b9275ba576 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onCommand(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
suspend fun <BC : BehaviourContext> BC.onCommand(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
suspend fun <BC : BehaviourContext> BC.onCommand(botCommand: BotCommand, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html index 8a73950e53..14d8d3c484 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onCommonChatMemberUpdated(initialFilter: SimpleFilter<ChatMemberUpdated>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatMemberUpdated, Update>? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory<ChatMemberUpdated, Any> = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatMemberUpdated>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html index b9fdd3e7aa..b344fa2db9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onCommonEvent(initialFilter: SimpleFilter<ChatEventMessage<CommonEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<CommonEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<CommonEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<CommonEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html index 09fd081509..a94d2762d8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onContact(initialFilter: CommonMessageFilter<ContactContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ContactMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ContactMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ContactMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html index d668d4ed34..38f461794a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onContentMessage(initialFilter: CommonMessageFilter<MessageContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<MessageContent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in CommonMessage<MessageContent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<MessageContent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html index 9715e91038..19e2091ad9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onDataCallbackQuery(initialFilter: SimpleFilter<DataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in DataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


suspend fun <BC : BehaviourContext> BC.onDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter<DataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in DataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DataCallbackQuery>): Job

Parameters

dataRegex
initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


suspend fun <BC : BehaviourContext> BC.onDataCallbackQuery(data: String, initialFilter: SimpleFilter<DataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in DataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DataCallbackQuery>): Job

Parameters

data

Will be converted to Regex via its constructor and pass it to upstream onDataCallbackQuery

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-deep-link.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-deep-link.html index 7cb4e64c57..e8dc94cd2a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-deep-link.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-deep-link.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onDeepLink(initialFilter: SimpleFilter<Pair<TextMessage, String>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, Pair<TextMessage, String>, Update>? = { (message, _), update -> MessageFilterByChat(this, message, update) }, markerFactory: MarkerFactory<Pair<TextMessage, String>, Any> = MarkerFactory { (message, _) -> ByChatMessageMarkerFactory(message) }, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, Pair<TextMessage, String>>): Job
suspend fun <BC : BehaviourContext> BC.onDeepLink(regex: Regex, initialFilter: SimpleFilter<Pair<TextMessage, String>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, Pair<TextMessage, String>, Update>? = { (message, _), update -> MessageFilterByChat(this, message, update) }, markerFactory: MarkerFactory<Pair<TextMessage, String>, Any> = MarkerFactory { (message, _) -> ByChatMessageMarkerFactory(message) }, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, Pair<TextMessage, String>>): Job
suspend fun <BC : BehaviourContext> BC.onDeepLink(deepLink: String, initialFilter: SimpleFilter<Pair<TextMessage, String>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, Pair<TextMessage, String>, Update>? = { (message, _), update -> MessageFilterByChat(this, message, update) }, markerFactory: MarkerFactory<Pair<TextMessage, String>, Any> = MarkerFactory { (message, _) -> ByChatMessageMarkerFactory(message) }, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, Pair<TextMessage, String>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html index fcfd2832e9..161d18fc13 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onDeleteChatPhoto(initialFilter: SimpleFilter<ChatEventMessage<DeleteChatPhoto>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<DeleteChatPhoto>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<DeleteChatPhoto>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<DeleteChatPhoto>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html index b11d49dbcc..8226805597 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onDice(initialFilter: CommonMessageFilter<DiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in DiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html index 74fd2f1838..acc285cfa0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html index 54c57aedf9..a5a53f4a03 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onDocument(initialFilter: CommonMessageFilter<DocumentContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DocumentMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in DocumentMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DocumentMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group-messages.html index d82b735517..8a967b395b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html index 715ad776ff..572bf65fcb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html index 592de25505..fc5603b756 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedAnimation(initialFilter: CommonMessageFilter<AnimationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AnimationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AnimationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AnimationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html index 5aafaf1dc4..d6af3890f2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedAudioMediaGroup(initialFilter: CommonMessageFilter<AudioMediaGroupPartContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AudioMediaGroupMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AudioMediaGroupMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AudioMediaGroupMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html index 14f25bc3b8..67b6752d24 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedAudio(initialFilter: CommonMessageFilter<AudioContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, AudioMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in AudioMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, AudioMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html index 8c713410ba..b685f082f7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedContact(initialFilter: CommonMessageFilter<ContactContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ContactMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ContactMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ContactMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html index 4c2ee6a0cf..c934482caa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedContentMessage(initialFilter: CommonMessageFilter<MessageContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<MessageContent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in CommonMessage<MessageContent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<MessageContent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html index 5ade557562..cb9e052974 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedDice(initialFilter: CommonMessageFilter<DiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in DiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html index 510a94cdd5..54eb268725 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html index 48035da478..6e1285f5c8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedDocument(initialFilter: CommonMessageFilter<DocumentContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DocumentMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in DocumentMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DocumentMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html index 8e584825d6..1977844ee1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedGame(initialFilter: CommonMessageFilter<GameContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, GameMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in GameMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, GameMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html index 3d102c1598..45c866ef3e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedInvoice(initialFilter: CommonMessageFilter<InvoiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, InvoiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in InvoiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, InvoiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html index 6ebbd54d76..bed55b64b1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedLocation(initialFilter: CommonMessageFilter<LocationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, LocationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in LocationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, LocationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html index 409c5a5358..17f616f799 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html index 2431706d77..a6286420ae 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedMedia(initialFilter: CommonMessageFilter<MediaContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MediaMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in MediaMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MediaMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html index 87233d4335..b468613c33 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedPhoto(initialFilter: CommonMessageFilter<PhotoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PhotoMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in PhotoMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PhotoMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html index 2e3a68de95..563a83979c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedSticker(initialFilter: CommonMessageFilter<StickerContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, StickerMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in StickerMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, StickerMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html index 0bebcd401e..a6d3e6b75a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedText(initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html index af1cb24122..fb7a01ca20 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedTextedMediaContent(initialFilter: CommonMessageFilter<TextedMediaContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextedMediaMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextedMediaMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextedMediaMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html index 0ee140bd8d..68c869cebc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedVenue(initialFilter: CommonMessageFilter<VenueContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VenueMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VenueMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VenueMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html index 68804ea2f7..03eeef0b10 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedVideoNote(initialFilter: CommonMessageFilter<VideoNoteContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VideoNoteMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VideoNoteMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VideoNoteMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html index c7fc6bd9b8..1082fc08e4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedVideo(initialFilter: CommonMessageFilter<VideoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VideoMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VideoMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VideoMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html index 11a73ccee2..65ba680948 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onEditedVoice(initialFilter: CommonMessageFilter<VoiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VoiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VoiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VoiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-closed.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-closed.html index 0024028720..583c78547e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-closed.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-closed.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-created.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-created.html index bbe9c59d2d..fb4f481834 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-created.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-created.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-edited.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-edited.html index e419e64b09..329c1d7a10 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-edited.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-edited.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-reopened.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-reopened.html index d8a89004d4..0b16008dc0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-reopened.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-forum-topic-reopened.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html index a01ba21bae..226a01547c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onGameShortNameCallbackQuery(initialFilter: SimpleFilter<GameShortNameCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, GameShortNameCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in GameShortNameCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, GameShortNameCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html index c895affd18..4b281fba3a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onGame(initialFilter: CommonMessageFilter<GameContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, GameMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in GameMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, GameMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-hidden.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-hidden.html index 8d97a3824e..4aca252e17 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-hidden.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-hidden.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-unhidden.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-unhidden.html index 6c37a6408e..dbdd66ebc7 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-unhidden.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-general-forum-topic-unhidden.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html index a57ad164f6..bdd30f5ff2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onGroupChatCreated(initialFilter: SimpleFilter<ChatEventMessage<GroupChatCreated>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<GroupChatCreated>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<GroupChatCreated>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<GroupChatCreated>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html index 4dbee84ff8..f190385ced 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onGroupEvent(initialFilter: SimpleFilter<ChatEventMessage<GroupEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<GroupEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<GroupEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<GroupEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html index 24aa6cc3c3..7da39242bb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onInlineMessageIdCallbackQuery(initialFilter: SimpleFilter<InlineMessageIdCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, InlineMessageIdCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in InlineMessageIdCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, InlineMessageIdCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html index 3af52ffd61..9d9fc7c21a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


suspend fun <BC : BehaviourContext> BC.onInlineMessageIdDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter<InlineMessageIdDataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, InlineMessageIdDataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in InlineMessageIdDataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, InlineMessageIdDataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


Parameters

data

Will be converted to Regex via its constructor and pass it to upstream onInlineMessageIdDataCallbackQuery

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html index 18d8b20796..b172455858 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html index 963a2eabc6..dfa894ff37 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onInvoice(initialFilter: CommonMessageFilter<InvoiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, InvoiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in InvoiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, InvoiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html index 5596dacc44..835a86fb84 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html index 0fe9c03f83..4c80f69427 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onLiveLocation(initialFilter: CommonMessageFilter<LiveLocationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, LiveLocationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in LiveLocationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, LiveLocationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html index 0b5cfc12ef..4dcaf9cbbc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onLocationChosenInlineResult(initialFilter: SimpleFilter<LocationChosenInlineResult>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, LocationChosenInlineResult, Update>? = null, markerFactory: MarkerFactory<in LocationChosenInlineResult, Any> = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, LocationChosenInlineResult>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html index 797343227f..19a9521dc0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onLocationInlineQuery(initialFilter: SimpleFilter<LocationInlineQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, LocationInlineQuery, Update>? = InlineQueryFilterByUser, markerFactory: MarkerFactory<in LocationInlineQuery, Any> = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, LocationInlineQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html index 7ba01bb2f1..826abba3ba 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onLocation(initialFilter: CommonMessageFilter<LocationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, LocationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in LocationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, LocationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html index ed47354e43..13f08a841e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-content.html index 2dc748de81..849eed5f76 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMediaContent(initialFilter: CommonMessageFilter<MediaContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MediaMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in MediaMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MediaMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group-messages.html index 4b801a6d50..fed7e2b8bf 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html index 98ca0f368d..b754a2089c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html index 98ad027ca7..48c99a8337 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMedia(initialFilter: CommonMessageFilter<MediaContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MediaMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in MediaMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MediaMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-animation-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-animation-content.html index dfb84432a8..2ee5de3dc4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-animation-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-any-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-any-content.html index e2d0521706..a3373b5844 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-any-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-any-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-audio-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-audio-content.html index 859c641906..b27c229e52 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-audio-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-audio-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMentionWithAudioContent(username: Username, initialFilter: CommonMessageFilter<AudioContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<AudioContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<AudioContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<AudioContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-document-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-document-content.html index 3e3a4f58cb..9e898cbfb4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-document-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-content.html index 359c5efbe9..c859621eea 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-part-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-part-content.html index cd830df8e5..67f320bf20 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-part-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-photo-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-photo-content.html index f92da092ad..ef1a6ee8a6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-photo-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-photo-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMentionWithPhotoContent(username: Username, initialFilter: CommonMessageFilter<PhotoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<PhotoContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<PhotoContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<PhotoContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-text-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-text-content.html index 4c9b08e11b..0e36f5219b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-text-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-text-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMentionWithTextContent(username: Username, initialFilter: CommonMessageFilter<TextContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<TextContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<TextContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<TextContent>>): Job
suspend fun <BC : BehaviourContext> BC.onMentionWithTextContent(user: User, initialFilter: CommonMessageFilter<TextContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<TextContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<TextContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<TextContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-video-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-video-content.html index b56b041223..cbb1c8112d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-video-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-video-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMentionWithVideoContent(username: Username, initialFilter: CommonMessageFilter<VideoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<VideoContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<VideoContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<VideoContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-visual-media-group-part-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-visual-media-group-part-content.html index 44bb3c9dab..93f39f8449 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-visual-media-group-part-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-visual-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-voice-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-voice-content.html index 8ef4ab2d9c..0af25eea84 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-voice-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-mention-with-voice-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMentionWithVoiceContent(username: Username, initialFilter: CommonMessageFilter<VoiceContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<VoiceContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<VoiceContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<VoiceContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html index c44b291b66..13dc9430d4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html index 1296bf8272..de075378b5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMessageCallbackQuery(initialFilter: SimpleFilter<MessageCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MessageCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in MessageCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MessageCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html index 397e0a672e..8a01af6fff 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMessageDataCallbackQuery(initialFilter: SimpleFilter<MessageDataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MessageDataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in MessageDataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MessageDataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


suspend fun <BC : BehaviourContext> BC.onMessageDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter<MessageDataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MessageDataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in MessageDataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MessageDataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data


suspend fun <BC : BehaviourContext> BC.onMessageDataCallbackQuery(data: String, initialFilter: SimpleFilter<MessageDataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MessageDataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in MessageDataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MessageDataCallbackQuery>): Job

Parameters

data

Will be converted to Regex via its constructor and pass it to upstream onMessageDataCallbackQuery

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html index bd7f4a9190..7e98797ddf 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html index a07f80b519..e9cf75647d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onMyChatMemberUpdated(initialFilter: SimpleFilter<ChatMemberUpdated>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatMemberUpdated, Update>? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory<ChatMemberUpdated, Any> = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatMemberUpdated>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html index da3b3f5d49..439d0b3567 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onNewChatMembers(initialFilter: SimpleFilter<ChatEventMessage<NewChatMembers>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<NewChatMembers>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<NewChatMembers>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<NewChatMembers>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html index 7a719d6171..7bedfcd602 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onNewChatPhoto(initialFilter: SimpleFilter<ChatEventMessage<NewChatPhoto>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<NewChatPhoto>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<NewChatPhoto>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<NewChatPhoto>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html index a64f4d6395..c860866a6a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onNewChatTitle(initialFilter: SimpleFilter<ChatEventMessage<NewChatTitle>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<NewChatTitle>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<NewChatTitle>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<NewChatTitle>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html index f17f0dc237..6a51ae4677 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPassportMessage(initialFilter: SimpleFilter<PassportMessage>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PassportMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in PassportMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PassportMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery-messages.html index 4aa6934642..b312e9b28d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html index da59f298d7..759980019c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html index c1850753ca..679a74aae0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPhoto(initialFilter: CommonMessageFilter<PhotoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PhotoMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in PhotoMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PhotoMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html index d0c4652fbf..88e433742f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPinnedMessage(initialFilter: SimpleFilter<ChatEventMessage<PinnedMessage>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<PinnedMessage>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<PinnedMessage>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<PinnedMessage>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist-messages.html index fffc8d486e..74208f2761 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html index a11233a84b..262d1141f6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html index 4212be7726..8b9039bbef 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPollAnswer(initialFilter: SimpleFilter<PollAnswer>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PollAnswer, Update>? = null, markerFactory: MarkerFactory<in PollAnswer, Any> = ByIdPollAnswerMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PollAnswer>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html index c52087f3f5..d3bd91a08e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPollUpdates(initialFilter: SimpleFilter<Poll>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, Poll, Update>? = null, markerFactory: MarkerFactory<in Poll, Any> = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, Poll>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html index 5b085bc9d2..a756cc68cb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPoll(initialFilter: CommonMessageFilter<PollContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PollMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in PollMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PollMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html index dec2a689a4..be70a443b1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPreCheckoutQuery(initialFilter: SimpleFilter<PreCheckoutQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PreCheckoutQuery, Update>? = PreCheckoutQueryFilterByUser, markerFactory: MarkerFactory<in PreCheckoutQuery, Any> = ByUserPreCheckoutQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PreCheckoutQuery>): Job

Please, remember that you must answer to this type of queries using something like dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk or dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html index 11a6809f51..6ba968c624 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPrivateEvent(initialFilter: SimpleFilter<ChatEventMessage<PrivateEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<PrivateEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<PrivateEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<PrivateEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html index bc48d2636a..d69a9b97da 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html index 369b435299..f16bfa5401 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onPublicChatEvent(initialFilter: SimpleFilter<ChatEventMessage<PublicChatEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<PublicChatEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<PublicChatEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<PublicChatEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html index fc3f429216..63adb649fa 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onQuizPollUpdates(initialFilter: SimpleFilter<QuizPoll>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, QuizPoll, Update>? = null, markerFactory: MarkerFactory<in QuizPoll, Any> = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, QuizPoll>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html index 0b7f7cdf50..a258c438e4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onRegularPollUpdates(initialFilter: SimpleFilter<RegularPoll>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, RegularPoll, Update>? = null, markerFactory: MarkerFactory<in RegularPoll, Any> = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, RegularPoll>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html index eed7926c49..d361745aa9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onShippingQuery(initialFilter: SimpleFilter<ShippingQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ShippingQuery, Update>? = ShippingQueryFilterByUser, markerFactory: MarkerFactory<in ShippingQuery, Any> = ByUserShippingQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ShippingQuery>): Job

Please, remember that you must answer to this type of queries using something like dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk or dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html index 76f7c979f6..60f508888b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onStaticLocation(initialFilter: CommonMessageFilter<StaticLocationContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, StaticLocationMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in StaticLocationMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, StaticLocationMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html index 39c8162894..06866b67ba 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onSticker(initialFilter: CommonMessageFilter<StickerContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, StickerMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in StickerMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, StickerMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-story.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-story.html index fa70a4874d..1ac37e2238 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-story.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-story.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onStory(initialFilter: CommonMessageFilter<StoryContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, StoryMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in StoryMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, StoryMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html index 8da0e0ae6c..900223dda8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html @@ -66,7 +66,7 @@

Please, remember that SuccessfulPaymentEvent will be retrieved only in case you will correctly handle dev.inmo.tgbotapi.types.payments.PreCheckoutQuery (via onPreCheckoutQuery, for example)

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html index a70ed57ada..71254f072b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html index 22d55b1261..9c857fda40 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onSupergroupEvent(initialFilter: SimpleFilter<ChatEventMessage<SupergroupEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<SupergroupEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<SupergroupEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<SupergroupEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-animation-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-animation-content.html index cc15e12f01..3ce59ac5ca 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-animation-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-any-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-any-content.html index 5c6c4869d9..f1ac465c84 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-any-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-any-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-audio-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-audio-content.html index cfa9eaa186..ad799ca9c1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-audio-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-audio-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-document-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-document-content.html index a49b61b0d8..283bfb9374 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-document-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-content.html index 652a8f033e..faa7d36341 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-part-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-part-content.html index fc548bbad5..29c262851a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-part-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-photo-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-photo-content.html index a0ff9365ad..d5351c8981 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-photo-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-photo-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-text-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-text-content.html index 8d1951730f..fb40253066 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-text-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-text-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onTextMentionWithTextContent(userId: UserId, initialFilter: CommonMessageFilter<TextContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, CommonMessage<TextContent>, Update>? = null, markerFactory: MarkerFactory<in CommonMessage<TextContent>, Any> = AnyMarkerFactory(), scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, CommonMessage<TextContent>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-video-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-video-content.html index 84f26587a4..956f13cd3a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-video-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-video-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-visual-media-group-part-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-visual-media-group-part-content.html index 461d9ba376..12dfa40678 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-visual-media-group-part-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-visual-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-voice-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-voice-content.html index 62cc7a9e05..7d574cb854 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-voice-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text-mention-with-voice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html index 21937696bd..21df015388 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onText(initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-content.html index 3108f24ace..41d07c7d59 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onTextedContent(initialFilter: CommonMessageFilter<TextedContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextedMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextedMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextedMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html index 499570a519..76c57d4a28 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onTextedMediaContent(initialFilter: CommonMessageFilter<TextedMediaContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextedMediaMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextedMediaMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextedMediaMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html index 38d84e7746..7f7b4dfc13 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUnhandledCommandWithArgs(initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Map<String, Array<String>>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html index 145c1fe538..9a439db3c5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUnhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html index 45f10ae6b5..a5b920b8df 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUnhandledDataCallbackQuery(initialFilter: SimpleFilter<DataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, DataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in DataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, DataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html index 140e021a62..6d394242b8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html index defdb877b9..1fb393d4af 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUnhandledMessageDataCallbackQuery(initialFilter: SimpleFilter<MessageDataCallbackQuery>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, MessageDataCallbackQuery, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in MessageDataCallbackQuery, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, MessageDataCallbackQuery>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html index e6d77fd7c1..7b4645cff2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUnknownCallbackQueryType(initialFilter: SimpleFilter<UnknownCallbackQueryType>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, UnknownCallbackQueryType, Update>? = CallbackQueryFilterByUser, markerFactory: MarkerFactory<in UnknownCallbackQueryType, Any> = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, UnknownCallbackQueryType>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html index a23751d6fb..64b3e60211 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUserLoggedIn(initialFilter: SimpleFilter<ChatEventMessage<UserLoggedIn>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<UserLoggedIn>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<UserLoggedIn>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<UserLoggedIn>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-shared.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-shared.html index afcbbb3b01..f758add189 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-shared.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-shared.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onUserShared(initialFilter: SimpleFilter<PrivateEventMessage<UserShared>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PrivateEventMessage<UserShared>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<UserShared>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PrivateEventMessage<UserShared>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html index 23b25099e7..27c7fd398d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVenue(initialFilter: CommonMessageFilter<VenueContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VenueMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VenueMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VenueMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html index 69e7483806..43952c7f28 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVideoChatEndedEvent(initialFilter: SimpleFilter<ChatEventMessage<VideoChatEnded>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<VideoChatEnded>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<VideoChatEnded>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<VideoChatEnded>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html index 57db9f3811..cff4e545ca 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVideoChatEvent(initialFilter: SimpleFilter<ChatEventMessage<VideoChatEvent>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, ChatEventMessage<VideoChatEvent>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<VideoChatEvent>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, ChatEventMessage<VideoChatEvent>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html index 7759bc2bf0..55154f9116 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html index 6beb9b9f8d..bc3355498a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery-messages.html index 0a1075b6ff..a9b6fe58d6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html index b9bdd68c13..ee113171ae 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html index e3f07097a9..b377ed0c38 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVideoNote(initialFilter: CommonMessageFilter<VideoNoteContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VideoNoteMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VideoNoteMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VideoNoteMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html index bd1b9380bc..fcc815bae3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVideo(initialFilter: CommonMessageFilter<VideoContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VideoMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VideoMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VideoMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-content.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-content.html index 115520dfc2..4937d8c255 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-content.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-content.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVisualContent(initialFilter: CommonMessageFilter<VisualMediaGroupPartContent>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VisualMediaGroupMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VisualMediaGroupMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VisualMediaGroupMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery-messages.html index 8148bf2053..f9158b29c9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html index 349ef79cec..7de49f4760 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group-messages.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group-messages.html index 6eaa1743f7..905352e996 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group-messages.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group-messages.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html index b426bef5ed..7da1923b4c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html index e823112c0e..7a97c6afe5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onVoice(initialFilter: CommonMessageFilter<VoiceContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, VoiceMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in VoiceMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, VoiceMessage>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html index d0e2293efb..cf9ad11729 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.onWebAppData(initialFilter: SimpleFilter<PrivateEventMessage<WebAppData>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, PrivateEventMessage<WebAppData>, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in ChatEventMessage<WebAppData>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, PrivateEventMessage<WebAppData>>): Job

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-attachment-menu.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-attachment-menu.html index 81bf534d55..a47b356a83 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-attachment-menu.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-attachment-menu.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-request.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-request.html index f64fb9dc7f..5bb261056e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-request.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-request.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-web-app-link.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-web-app-link.html index c788526dec..3c5ddaee8b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-web-app-link.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-from-web-app-link.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-other.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-other.html index bdb64dc15a..2c3438d068 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-other.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed-other.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed.html index 388996c8c1..efb7c1d8b0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-write-access-allowed.html @@ -66,7 +66,7 @@

Parameters

initialFilter

This filter will be called to remove unnecessary data BEFORE scenarioReceiver call

subcontextUpdatesFilter
markerFactory

Will be used to identify different "stream". scenarioReceiver will be called synchronously in one "stream". Output of markerFactory will be used as a key for "stream"

scenarioReceiver

Main callback which will be used to handle incoming data if initialFilter will pass that data

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html index 7d47462deb..2f5d952fe0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.unhandledCommandWithArgs(initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver<BC, Unit, TextMessage, Map<String, Array<String>>>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html index 36cbd086af..31196ceb31 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html @@ -66,7 +66,7 @@
suspend fun <BC : BehaviourContext> BC.unhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter<TextContent>? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver<BC, Boolean, TextMessage, Update>? = MessageFilterByChat, markerFactory: MarkerFactory<in TextMessage, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver<BC, Unit, TextMessage>): Job
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html index f1b644037a..726551b4b4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html index 4f1b777bd9..d42a09cf5e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html index 0b5678369b..57b59fa770 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html @@ -66,7 +66,7 @@
suspend fun isHandled(data: T): Boolean
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html index 31c36a9ff5..d62be34cc6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html index 836fdebf93..38416f019b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html index dd58db7bbb..949cdf4dfd 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html @@ -66,7 +66,7 @@
fun isHandled(command: String): Boolean
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html index 669937c79a..97d5fe6529 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html @@ -66,7 +66,7 @@
constructor(preset: List<T> = emptyList())
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html index cfc9f52156..b6022d16ee 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html index fb14e4f3f3..186507f058 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html index 8690571fdb..1db59484a6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html @@ -66,7 +66,7 @@
suspend fun registerHandleable(data: T)
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html index d9482886f6..64f5201426 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html @@ -66,7 +66,7 @@
suspend fun unregisterHandleable(data: T)
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html index 37f670b9f9..d15169c2cc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html index b3d39d04c3..6070d5a4ca 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html index d9c890a939..da8f35b46a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html index 0f13632db6..a4e24d4362 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/do-with-registration.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/do-with-registration.html index 75bf60a17f..4283226f32 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/do-with-registration.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/do-with-registration.html @@ -66,7 +66,7 @@
suspend fun <T, R> HandleableTriggersHolder<T>.doWithRegistration(data: T, block: suspend () -> R): R
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/index.html index 55c6ed4036..a61d4c7d4a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/index.html @@ -153,7 +153,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-any-marker-factory.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-any-marker-factory.html index f4ff8d7cff..0de1789292 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-any-marker-factory.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-any-marker-factory.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html index ff9e95483b..4edc0d78f6 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html index a3ef6ee2dc..a26d471462 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: ChatJoinRequest): PublicChat
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html index 89d0262a88..b1f75ecf5c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html index 7b4e804047..039dacc8a1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: ChatMemberUpdated): PreviewChat
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html index 07b9680e15..8b8fa451de 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html index 7595646908..a5f98d5cf4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: CallbackQuery): String
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html index 7e18f1016a..881aacfd1a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html index d1557d8a4f..009aec6b74 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: Message): PreviewChat
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html index 000d061f54..ac53e01956 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html index 92be69b375..6e16ae297c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: CallbackQuery): String
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html index b2420985e6..24b688c58b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html index 15f3c1ff2f..767a1705b0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: InlineQuery): String
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html index 6f6e37bbe6..6734a7a1f3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html index d1604a459c..8aae3895e4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: PollAnswer): String
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html index d53a76e660..4c0833cb10 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html index 5116893121..9a86866c01 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: Poll): String
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html index c961b11e98..8d6e5c5973 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html index 3de3d0716b..7c87be544c 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: CallbackQuery): CommonUser
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html index 2215e5d30f..a2ee1adfb8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html index f6ebbd09cb..c441c7fddb 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: ChosenInlineResult): ChatId
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html index 037aa91359..3e70004b12 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html index 57f7618e2f..78d528b96a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: InlineQuery): CommonUser
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html index ec9aa43a63..5956e3f066 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html index de79fe6079..d13eb8f0d0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: Message): Chat
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html index e2ebf2b5bb..daf0d23b51 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html index dd1a7d88de..dea9456cf4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: PreCheckoutQuery): User
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html index 5d2e94d90c..3c78c6e180 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html index 24c014ea49..3bfd291898 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html @@ -66,7 +66,7 @@
open suspend operator override fun invoke(data: ShippingQuery): User
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html index 0af26a4d8e..96b06ba142 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html index b9018188a0..c1c334807b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html @@ -66,7 +66,7 @@
abstract suspend operator fun invoke(data: T): M
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/index.html index 76bce74f01..94418fcaef 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/index.html @@ -318,7 +318,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-false-simple-filter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-false-simple-filter.html index 2057d2e768..45c22ca2e4 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-false-simple-filter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-false-simple-filter.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html index 4ee39915f2..defd37a378 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html index 95aa7fdd15..b4f84fe973 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html @@ -66,7 +66,7 @@
abstract suspend operator fun invoke(o: T): Boolean
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html index b03586a9d3..919848a364 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html index 95871dbe70..ef32ff2f51 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html @@ -66,7 +66,7 @@

Use this extension when you want to follow LiveLocation until it will became StaticLocation. This method is synchronous. You may use something like kotlinx.coroutines.launch or kotlinx.coroutines.async to run it asynchronously

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/index.html index 1d930ccd43..e370990474 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/index.html @@ -232,7 +232,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html index 5a70f6c1ef..788db84fcd 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html @@ -66,7 +66,7 @@

Return

SimpleFilter which will return true in case when all the items in incoming data passed this filter

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html index d5c9df0dbb..c17a29971d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html @@ -66,7 +66,7 @@

Return

SimpleFilter which will return true in case when there is any item in incoming data passed this filter

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html index f981c5b43b..3fbc0a8639 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html @@ -66,7 +66,7 @@

Return

SimpleFilter which will return true in case when there is no any item in incoming data passed this filter

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html index 51195d767d..fe05cee49b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html @@ -66,7 +66,7 @@
operator fun <T> SimpleFilter<T>.not(): SimpleFilter<T>

Reverse results of this

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html index c4ae7b96a9..39a0d176b5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html @@ -66,7 +66,7 @@
infix operator fun <T> SimpleFilter<T>?.plus(other: SimpleFilter<T>?): SimpleFilter<T>

Makes an OR (||) operation between this and other


Makes an OR (||) operation between this and other

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html index 1f4abcb5a3..68d6961c12 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html @@ -66,7 +66,7 @@
infix operator fun <T> SimpleFilter<T>?.times(other: SimpleFilter<T>?): SimpleFilter<T>

Makes an AND (&&) operation between this and other


Makes an AND (&&) operation between this and other

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html index cd0ba35afe..736f0bf933 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver/index.html index 4da71ea903..5dd75271f5 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html index bd7d1e6990..dcd0e995e2 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver/index.html index 9b2b0d2585..f684d6b351 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html index 271a39ecf4..3ff0d45214 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html @@ -66,7 +66,7 @@
inline fun <T> BehaviourContextReceiver(noinline block: BehaviourContextReceiver<T>): suspend BehaviourContext.() -> T
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver/index.html index d31f28049e..284389f333 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html index 62d0b7b2d5..15bbbcd3d1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html @@ -66,7 +66,7 @@
fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder()): DefaultBehaviourContext
inline fun <T> BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder(), crossinline block: BehaviourContext.() -> T): T
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html index a593888fc1..1555dd383a 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html @@ -66,7 +66,7 @@
open val bot: TelegramBot
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html index 2589c422ee..b0a0cb7ba0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html @@ -66,7 +66,7 @@
abstract fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null, triggersHolder: TriggersHolder = TriggersHolder()): BehaviourContext
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html index 6a4f6336f7..d3d8d455c8 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html @@ -66,7 +66,7 @@

This parameter will be used to subscribe on different types of update

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html index 2fa16e2255..a4fb10ae46 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html @@ -4309,7 +4309,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html index 83dc48e9be..e594cc83b3 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html @@ -66,7 +66,7 @@
open val scope: CoroutineScope

Will be used for creating of some subscriptions inside of methods, updates listening and different other things in context of working with CoroutineScope and coroutines.

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html index 8e95e7c911..680f0f58c1 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-two-types-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-two-types-receiver/index.html index bb72a480d2..4d5fa0f940 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-two-types-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-two-types-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-type-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-type-receiver/index.html index 9ea80d8549..982f6ee514 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-type-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-and-type-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html index 8440336cd6..be03a1fd2e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html @@ -66,7 +66,7 @@
inline fun <BC, T> CustomBehaviourContextReceiver(noinline block: CustomBehaviourContextReceiver<BC, T>): suspend BC.() -> T
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver/index.html index 33817631c9..2cb70ee89e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html index 1ab05894a8..13df2b3ad9 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html @@ -66,7 +66,7 @@
constructor(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null, triggersHolder: TriggersHolder = TriggersHolder())
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html index 996ce5047b..2bdb2c3242 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html @@ -66,7 +66,7 @@
open override val allUpdatesFlow: Flow<Update>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html index 81747c2e57..05d14e2a6e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html index 34dce3ce8b..18b2395835 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html @@ -66,7 +66,7 @@
open override val bot: TelegramBot
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html index 3ce1108c23..cbad1bc65f 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html @@ -66,7 +66,7 @@
open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow<Update>?, triggersHolder: TriggersHolder): DefaultBehaviourContext
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html index 48f0dbb74b..a208538c33 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html @@ -4328,7 +4328,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html index 37bff396e4..d23d27e037 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html @@ -66,7 +66,7 @@
open override val scope: CoroutineScope

Will be used for creating of some subscriptions inside of methods, updates listening and different other things in context of working with CoroutineScope and coroutines.

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html index a46ae8cec2..d52c45f384 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html @@ -66,7 +66,7 @@
open override val triggersHolder: TriggersHolder
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html index af9f93c9dd..a34e7fec59 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html @@ -66,7 +66,7 @@
inline fun <T> Deferred<T>.asAction(): DeferredAction<T, T>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html index 955c062da8..aaa6540101 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.buildBehaviourWithLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler<Unit>? = null, timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: BehaviourContextReceiver<Unit>): Job

Use this method to build bot behaviour and run it via long polling. In case you wish to get FlowsUpdatesFilter for additional manipulations, you must provide external FlowsUpdatesFilter in other buildBehaviour function.

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html index 2e2c9517e6..3b22a852c0 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html @@ -66,7 +66,7 @@
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/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html index 1d02f092fa..4306892576 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html @@ -66,7 +66,7 @@
suspend fun <T, BC : BehaviourContext> BC.createSubContextAndDoWithUpdatesFilter(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow<Update> = allUpdatesFlow, stopOnCompletion: Boolean = true, behaviourContextReceiver: CustomBehaviourContextReceiver<BC, T>): T

Creates new one BehaviourContext using createSubContext and launches behaviourContextReceiver in a new context using doInContext

Parameters

stopOnCompletion

TRUE BY DEFAULT

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html index 700be965f6..3cf00752dc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html @@ -66,7 +66,7 @@
fun <BC : BehaviourContext> BC.createSubContext(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow<Update> = allUpdatesFlow): BC

Creates new BehaviourContext using its BehaviourContext.copy method

Parameters

updatesFilter

This param will not be used anymore

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html index 88fd034b9b..5e7b613a23 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html @@ -73,7 +73,7 @@
expect var defaultCoroutineScopeProvider: () -> CoroutineScope

This function is used in buildBehaviour extensions to provide default CoroutineScope and allow to avoid all unnecessary parameters except of block

actual var defaultCoroutineScopeProvider: () -> CoroutineScope
actual var defaultCoroutineScopeProvider: () -> CoroutineScope
actual var defaultCoroutineScopeProvider: () -> CoroutineScope
actual var defaultCoroutineScopeProvider: () -> CoroutineScope
actual var defaultCoroutineScopeProvider: () -> CoroutineScope
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html index e89857541a..aeabd56521 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html @@ -66,7 +66,7 @@
suspend fun <T, BC : BehaviourContext> BC.doInContext(stopOnCompletion: Boolean = false, behaviourContextReceiver: CustomBehaviourContextReceiver<BC, T>): T

Launch behaviourContextReceiver in context of this as BehaviourContext and as kotlin.coroutines.CoroutineContext

Parameters

stopOnCompletion

FALSE BY DEFAULT. Will stop this in case if passed true

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html index b4fcc76a0c..0ed81b4101 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/index.html @@ -494,7 +494,7 @@ diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html index b73710f492..8cba712c2e 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html @@ -66,7 +66,7 @@
suspend fun <O> BehaviourContext.oneOfActions(deferredActions: Iterable<DeferredAction<*, O>>): O
suspend fun <O> BehaviourContext.oneOfActions(vararg deferredActions: DeferredAction<*, O>): O
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html index a31e4b4351..a50cbe05ec 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html @@ -66,7 +66,7 @@
suspend fun <O> BehaviourContext.oneOf(deferredActions: Iterable<Deferred<O>>): O
suspend fun <O> BehaviourContext.oneOf(vararg deferredActions: Deferred<O>): O
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html index 36300153dc..cfa51de933 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html @@ -66,7 +66,7 @@
suspend fun <T> BehaviourContext.parallel(action: BehaviourContextReceiver<T>): Deferred<T>
diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html index 38de9878fc..65868f189d 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html @@ -66,7 +66,7 @@

This method will cancel ALL subsequent contexts, expectations and waiters

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html index 62062d283b..4794d89f7b 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html @@ -66,7 +66,7 @@
suspend fun telegramBotWithBehaviourAndLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler<Unit>? = null, testServer: Boolean = false, timeoutSeconds: Seconds = 30, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, block: BehaviourContextReceiver<Unit>): Pair<TelegramBot, Job>

Create bot using telegramBot and start listening for updates using buildBehaviourWithLongPolling. Use this method in case you wish to make some additional actions with flowsUpdatesFilter.

WARNING This method WILL launch updates listening inside of calling buildBehaviourWithLongPolling

Return

Pair of TelegramBot and Job. This Job can be used to stop listening updates in your block you passed here

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html index f4d9fc076c..334ee8f918 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html @@ -66,7 +66,7 @@
suspend fun telegramBotWithBehaviour(token: String, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler<Unit>? = null, testServer: Boolean = false, block: BehaviourContextReceiver<Unit>): TelegramBot

Create bot using telegramBot and start listening for updates using buildBehaviour. Use this method in case you wish to make some additional actions with flowsUpdatesFilter.

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

Return

Created bot which has been used to create BehaviourContext via buildBehaviour

See also

diff --git a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html index bf24e45191..b40c0670bc 100644 --- a/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html +++ b/tgbotapi.behaviour_builder/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html @@ -66,7 +66,7 @@
infix inline fun <T, O> Deferred<T>.withAction(noinline callback: suspend (T) -> O): DeferredAction<T, O>
diff --git a/tgbotapi.behaviour_builder/index.html b/tgbotapi.behaviour_builder/index.html index f9fd2d1283..246bfc3a1b 100644 --- a/tgbotapi.behaviour_builder/index.html +++ b/tgbotapi.behaviour_builder/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html index ea1ad351f8..91f63b1554 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html @@ -66,7 +66,7 @@
abstract override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html index 7e5c65d7b3..359a74b1b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html index 81cef863ff..ee41f498cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html index 236e89c30f..72c3000b89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html index 8e2e5d1b0a..c891edae2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html index 81f0ff278c..34aa338012 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html index de8d3fb8f5..6fdcae1984 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html index f5e154e087..278e13f53d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html index 12f41269c4..77c533b933 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html index c27ef043c3..5e74029503 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html @@ -66,7 +66,7 @@
abstract val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html index 3d2ac72390..c04ebe6b1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: ChatIdentifier?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html index 162ace8826..38e1b12628 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html index 564caa5011..777542c56d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html index cc19af62b1..a7a58becc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html @@ -66,7 +66,7 @@
abstract val protectContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html index 45fb6da709..cef6683956 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html index 146d7732dd..3ae104d955 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html index c9a625d764..770bd62629 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html index f275fd2fbd..7550809b6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html index 2bb1fedc59..4cd59eeffd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html @@ -66,7 +66,7 @@
abstract val untilDate: TelegramDate?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/index.html index d6106ca6d2..de6183b0c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/reply-markup.html index 68d98ad97c..6e2f40e0b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/-with-reply-markup/reply-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/index.html index f282f31c19..11f3539c22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts.types/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html index 38f6b66f4c..9d1e510806 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html @@ -66,7 +66,7 @@
abstract val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html index 0305d9bf0a..6b17566bc8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html index 468400dbf2..db3c84b9e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html @@ -66,7 +66,7 @@
abstract val lastName: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html index 53513fa842..2a173b0fbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html @@ -66,7 +66,7 @@
abstract val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html index 88603cf29b..1d2ef36fff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html @@ -66,7 +66,7 @@
abstract val vcard: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html index 5567b4d59b..0b0bd161fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html @@ -66,7 +66,7 @@
abstract val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html index a229cae5df..e7854ee824 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html @@ -427,7 +427,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html index 1755816132..3f627c08bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html @@ -66,7 +66,7 @@
abstract val maxTipAmount: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html index eb4691f4ca..529b905c47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html @@ -66,7 +66,7 @@
abstract val payload: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html index fde8a87e67..8b4e8eb59d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html @@ -66,7 +66,7 @@
abstract val photoHeight: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html index c9e9e5bcd1..7a379868e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html @@ -66,7 +66,7 @@
abstract val photoSize: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html index 3d48a1091e..667844ea90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html @@ -66,7 +66,7 @@
abstract val photoUrl: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html index aac763463d..688b43e627 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html @@ -66,7 +66,7 @@
abstract val photoWidth: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html index b84d13f4fe..85b5d8ae53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html index c5031ba557..a2a494afb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html @@ -66,7 +66,7 @@
abstract val providerData: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html index a5e06e4ca0..2ef8d7612c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html @@ -66,7 +66,7 @@
abstract val providerToken: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html index 5fe3f74da7..1e1cea80a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html @@ -66,7 +66,7 @@
abstract val requireEmail: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html index ca00bb0e44..1bc0353010 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html @@ -66,7 +66,7 @@
abstract val requireName: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html index db627eb0cb..41a678b417 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html index 0c4677c79c..d935df3dec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html index 46ed58f957..fb52afc2c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html @@ -66,7 +66,7 @@
abstract fun setPhoto(photoUrl: String, photoSize: Long? = null, photoWidth: Int? = null, photoHeight: Int? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html index fa4c6a94c2..0238034bd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html index 563d4fe0e3..f55521a38b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html index b53064f737..7f42dd50fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html @@ -66,7 +66,7 @@
abstract val suggestedTipAmounts: List<Int>?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html index 7fb1e3d4d7..5be645442e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html @@ -66,7 +66,7 @@
abstract fun unsetPhoto()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html index 8b83a42300..0188d9bf04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html @@ -66,7 +66,7 @@
abstract val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html index c92af48d5f..658fc78f9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html @@ -66,7 +66,7 @@
abstract val foursquareId: FoursquareId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html index f47506a680..fd870f731b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html index 2a81ef10d1..d8679de70d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html index 6f4f716cfc..bbe50da5c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html index fb93ef7947..0863c1bacd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html index e7dbdff7ce..983fccb7e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html @@ -66,7 +66,7 @@
abstract override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html index 54e8236e1a..0f03b57b78 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/index.html index 4d5d24b5a7..50d43122bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-entities-output/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/from.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/from.html index 97b5945978..62c2e70d90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/from.html @@ -66,7 +66,7 @@
abstract val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/index.html index 23cb42dbc8..2ecb90a313 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/user.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/user.html index 3993474aaf..66db1b148a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-from-user/user.html @@ -66,7 +66,7 @@
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/heading.html index 41ea2e1e9f..97980ff347 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/heading.html @@ -66,7 +66,7 @@
abstract val heading: Degrees?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/index.html index 302bdd74ad..3386b9d287 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-headed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html index c3e8812e97..dc474c1f8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html @@ -66,7 +66,7 @@
abstract val horizontalAccuracy: Meters?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html index a4af767920..fca7f16b8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/index.html index a8d1e3bfd0..a5b341493a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/live-period.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/live-period.html index 920e02283d..aa7b13cff3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/live-period.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-livable/live-period.html @@ -66,7 +66,7 @@
abstract val livePeriod: Seconds?

Period in Seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/index.html index 20032d73c7..238afb3164 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html index a2a1786da8..f48decb5b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html @@ -66,7 +66,7 @@
abstract val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html index 76bc20a240..dab1d5c73f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html @@ -66,7 +66,7 @@
abstract val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html index c0582b930e..77540b6b91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html index c6fef9fae7..b3be78191a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html @@ -66,7 +66,7 @@
abstract val mimeType: MimeType?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html index 5be592d004..163a925ae4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html index 89a0f9c169..d0ee4b54f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html @@ -66,7 +66,7 @@
abstract val parseMode: ParseMode?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/index.html index 7795e804c4..c375420f23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/performer.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/performer.html index 13896a75ac..8ec805107c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/performer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-performerable/performer.html @@ -66,7 +66,7 @@
abstract val performer: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html index 952b7cdbbd..6be94d2512 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html index 32974fb043..27553782cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/index.html index 48d6dc6eed..f07aa0985c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/spoilered.html index 247279866b..d43ae8d21a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-spoilerable-data/spoilered.html @@ -66,7 +66,7 @@
abstract val spoilered: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/index.html index 6f0aeecbc5..9f27e5901b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html index 00aa068aba..8dee35d203 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html @@ -66,7 +66,7 @@
abstract override val textSources: List<TextSource>

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-output/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-output/index.html index 8d3e4026d5..eef120bd52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-output/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-output/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html index fd333c1779..1660b47f05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html index 9098921f5b..8a847ea24b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html @@ -66,7 +66,7 @@
abstract val textSources: List<TextSource>?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/index.html index 9a7cf6056d..e173016257 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/text.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/text.html index 5152f1e4a0..0b40f04c25 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-texted/text.html @@ -66,7 +66,7 @@
abstract val text: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/index.html index 60d1b21ca8..ca9bbf4c57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/title.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/title.html index 6a0875c6a4..520ee8cb38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-titled/title.html @@ -66,7 +66,7 @@
abstract val title: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-chat/index.html index 6153a64824..55a7245d7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-chat/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/chat.html index d33324a4ba..80a44580b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/chat.html @@ -66,7 +66,7 @@
abstract val chat: PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/index.html index 306ed07b3a..142615e20b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-preview-chat/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/index.html index a98847fd1b..0c67049c0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/user.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/user.html index 1619e95f41..26c41b5eb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/-with-user/user.html @@ -66,7 +66,7 @@
abstract val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/index.html index f2efcc8686..3db8741b43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.abstracts/index.html @@ -404,7 +404,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html index 15cde20225..24d1c4329e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/-common-bot-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/-common-bot-exception.html index 29fb24a585..3b14e5a593 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/-common-bot-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/-common-bot-exception.html @@ -66,7 +66,7 @@
constructor(message: String = "Something went wrong", cause: Throwable? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/create-copy.html index a91db47046..2183c41300 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/index.html index 48bc8a25ff..a02add534e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-bot-exception/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html index debc1dbe5c..aebe8c5d83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/create-copy.html index 6cf5db69b2..943d17fa88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html index 8dddf48386..c26fcf3bc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html index d57992ea4c..c9397e70bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/create-copy.html index 5e3005d253..19d445babf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html index 0867653853..327a17b359 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html index 1f6fa10dc2..cc62a080db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/create-copy.html index a0f38ba935..9249e0f99f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html index 98182f708c..9538e70377 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html index 3703fed834..e6e179b886 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/create-copy.html index 8ed6a41f48..5ca9f615f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html index 4a6a9a02f2..4ddbed1f47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html index 7487cb3da8..f9b4430a18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/create-copy.html index 94269f67ab..c31a695103 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html index d7af04d0e8..dfe6e4d56f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html index 2496d8a1a4..2f134c9991 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/create-copy.html index c7ce08a5b5..f00f7942a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html index affe5523ee..31bb956e0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html index 98f159de2e..21b58cc4f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html index 14c20eb55d..6ca5371de3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html index 5c228101dd..7104c05115 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html index 3a705a8404..59f5a6d901 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html @@ -66,7 +66,7 @@
constructor(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/create-copy.html index 8ebbd9f679..49b3018497 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html index e263852039..a9dabfb9d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html index 556c13fc21..ff80aba18b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html index f67190b7b4..0109d698e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/create-copy.html index 48af524270..275bc50784 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html index 88428fa64d..6cd43645be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html index 23238c01b4..fa83b84d1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html @@ -66,7 +66,7 @@
constructor(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/create-copy.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/create-copy.html index d161b4dc4f..061d681229 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/create-copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/create-copy.html @@ -66,7 +66,7 @@
open override fun createCopy(): BotException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html index 09e2dd9690..293edd8d53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/index.html index fc1e7f37f1..dbd6530653 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/index.html @@ -273,7 +273,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html index 5fe5265507..b893e667c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html @@ -66,7 +66,7 @@
fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html index fcc6720687..6960a4a53c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html @@ -66,7 +66,7 @@
constructor(logger: KSLog = DefaultKTgBotAPIKSLog)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html index f2a52c1d6e..cb21eb32ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html index 76a870e2a6..24f04b16f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: Json): T?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/close.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/close.html index 98fb6eeff1..4a27af2706 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/close.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/close.html @@ -66,7 +66,7 @@
open override fun close()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/execute.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/execute.html index 5ecae55a84..ba56945cbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/execute.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/execute.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> execute(request: Request<T>): T

Unsafe execution of incoming request. Can throw almost any exception. So, it is better to use something like dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync or dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe

Throws

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/index.html index b307ceb3db..309f9a1b43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-default-ktor-requests-executor/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html index 4d1840372c..916b2fdba8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html index 40012a1ec7..d358b92754 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: Json): T?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html index f5568d5e0a..840583c975 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html index 081f28421f..8e03aca822 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: Json): T?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html index b2bb7dd56f..80c031c4ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html @@ -66,7 +66,7 @@
constructor(logger: KSLog? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html index 841fdb35bd..ada5b62a95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/-multiple-client-ktor-requests-executor.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/-multiple-client-ktor-requests-executor.html index 96aa1b2c96..0d7d87e2f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/-multiple-client-ktor-requests-executor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/-multiple-client-ktor-requests-executor.html @@ -66,7 +66,7 @@
constructor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, callsFactories: List<KtorCallFactory>, excludeDefaultFactories: Boolean, requestsLimiter: RequestLimiter, jsonFormatter: Json, pipelineStepsHolder: KtorPipelineStepsHolder, requestExecutorsCount: Int, logger: KSLog, clientFactory: () -> HttpClient)

Parameters

requestExecutorsCount

Amount of DefaultKtorRequestsExecutor which will be created and used under the hood

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/close.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/close.html index f9db4ad5d1..9ec6a54bb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/close.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/close.html @@ -66,7 +66,7 @@
open override fun close()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/execute.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/execute.html index a14b27196f..32f233cee5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/execute.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/execute.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> execute(request: Request<T>): T

Unsafe execution of incoming request. Can throw almost any exception. So, it is better to use something like dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync or dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe

Throws

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/index.html index 24455dae93..97826e017d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-multiple-client-ktor-requests-executor/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html index a8c2b1795d..1ee93f2733 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html @@ -66,7 +66,7 @@
constructor(logger: KSLog? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html index 3c5652e4ff..700bbe1dcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html index 997a523895..483b9a34a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/index.html index 86334792ef..20434e271c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor.base/index.html @@ -198,7 +198,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html index 97bcedd742..89362f834a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html index 97c8f34ba8..b1d74ba467 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html @@ -66,7 +66,7 @@
abstract suspend fun <T : Any> makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request<T>, jsonFormatter: Json): T?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html index b214568e09..8e5834d619 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html index 4faeafea54..8b6be56acd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html index cf9abe1ee3..4f04706bf3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html @@ -66,7 +66,7 @@
open suspend fun <T : Any> onAfterCallFactoryMakeCall(result: T?, request: Request<T>, potentialFactory: KtorCallFactory): T?

Will always be called after potentialFactory has tried to make request and got some result. If returns value - that value will be returned from dev.inmo.tgbotapi.bot.RequestsExecutor.execute instead

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html index 112ac17d67..83154f68fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html @@ -66,7 +66,7 @@
open suspend fun onBeforeCallFactoryMakeCall(request: Request<*>, potentialFactory: KtorCallFactory)

Will always be called before potentialFactory will try to make request

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html index 097142e79d..5e4e2da7ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html @@ -66,7 +66,7 @@
open suspend fun onBeforeSearchCallFactory(request: Request<*>, callsFactories: List<KtorCallFactory>)

Will always be called before requests executor will check all callsFactories for an opportunity to make call of request

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html index 168d718e54..8c85373a8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html @@ -66,7 +66,7 @@
open suspend fun <T : Any> onRequestException(request: Request<T>, t: Throwable): T?

Will be called when any exception will happen due to the request handling. If returns value - that value will be returned from dev.inmo.tgbotapi.bot.RequestsExecutor.execute instead

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html index 09a001d139..3d79103ae5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html @@ -66,7 +66,7 @@
open suspend fun <T : Any> onRequestResultAbsent(request: Request<T>, callsFactories: List<KtorCallFactory>): T?

Will be called when there is no KtorCallFactory from callsFactories which may handle request. If returns value - that value will be returned from dev.inmo.tgbotapi.bot.RequestsExecutor.execute instead

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html index 57ba027cc8..3da57cf571 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html @@ -66,7 +66,7 @@
open suspend fun <T : Any> onRequestResultPresented(result: T, request: Request<T>, resultCallFactory: KtorCallFactory, callsFactories: List<KtorCallFactory>): T?

Will be called when resultCallFactory is the KtorCallFactory from callsFactories which has successfully handled request and returned result. If returns value - that value will be returned from dev.inmo.tgbotapi.bot.RequestsExecutor.execute instead

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html index acd82e899c..a6664aa289 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html @@ -66,7 +66,7 @@
open suspend fun <T : Any> onRequestReturnResult(result: Result<T>, request: Request<T>, callsFactories: List<KtorCallFactory>): T

This step will be called when the result has been retrieved (or exception has happened). If returns value - that value will be returned from dev.inmo.tgbotapi.bot.RequestsExecutor.execute instead

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html index 38c4552be2..bb23439245 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html @@ -66,7 +66,7 @@
constructor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html index 8021c25911..66abcd9878 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html index 8de5dabab9..f5751d6657 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html index ad5fc84f3b..aaf685ad5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html @@ -66,7 +66,7 @@
var client: HttpClient
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html index 1a09b9dd4f..4cbf407b77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html index 0afcf8400c..88bed4cca5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html index e343f8aca8..14346a8ad1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html @@ -66,7 +66,7 @@
var jsonFormatter: Json
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/logger.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/logger.html index 3f7b259d6b..ef38f4bd13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/logger.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/logger.html @@ -66,7 +66,7 @@
var logger: KSLog
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/pipeline-steps-holder.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/pipeline-steps-holder.html index e1069e2a9b..350226bae6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/pipeline-steps-holder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/pipeline-steps-holder.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html index 98d570f5b8..f8e8682983 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html index d3a2d59db5..fa29833f77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor.html index 5f5a5abafe..ecfc72da64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor.html @@ -66,7 +66,7 @@
fun KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List<KtorCallFactory> = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter, jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder, logger: KSLog = DefaultKTgBotAPIKSLog): KtorRequestsExecutor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html index bcc1bc831f..9b360d816c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html @@ -112,7 +112,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html index a9ea22101c..e50bdd7da6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/index.html index d1722ec402..2ae547d7f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/index.html @@ -190,7 +190,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html index 17e2817366..d2e6c25424 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html @@ -66,7 +66,7 @@
inline fun telegramBot(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot


inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot

Shortcut for telegramBot

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html index c99c7e64ce..91b6ba5dd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html @@ -96,7 +96,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html index 28e28cbcc0..10fba3e7ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html @@ -72,7 +72,7 @@ }, noinline onClose: (List<TelegramBot>) -> Unit? = null): SimpleMultiServerRequestsExecutor

Parameters

tokens

Pairs with first parameter as a token and second parameter api url. Will be used to create result bots

builder

Will be called with each item from tokens in process of bots creation

botSelector

It is strategy by which the bot is selected for the execution. This lambda will receive -1 when request execution just started and this call is first in context of one execute. By default, will select next TelegramBot when called (or first when current index is last or -1)

onClose

This method will be called inside of close method. By default, will close all bots

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html index 1aadfd3a74..f6caba8137 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html @@ -70,7 +70,7 @@ })

Parameters

bots

Bots which will be used to executes

botSelector

It is strategy by which the bot is selected for the execution. This lambda will receive -1 when request execution just started and this call is first in context of one execute. By default, will select next TelegramBot when called (or first when current index is last or -1)

onClose

This method will be called inside of close method. By default, will close all bots

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html index 586905d1da..c79a4f4953 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html @@ -66,7 +66,7 @@
open override fun close()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html index 418ab9530c..eb66637ac8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html @@ -66,7 +66,7 @@
open suspend override fun <T : Any> execute(request: Request<T>): T

Unsafe execution of incoming request. Can throw almost any exception. So, it is better to use something like dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync or dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe

Throws

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html index cdf563f361..72516dd021 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html @@ -151,7 +151,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/index.html index b1e8ba4306..559467ae08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/index.html @@ -122,7 +122,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html index 7e7da3a4f3..7d3fa9d9d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html @@ -76,7 +76,7 @@ }, noinline onClose: (List<TelegramBot>) -> Unit? = null): TelegramBot

Parameters

tokens

Pairs with first parameter as a token and second parameter api url. Will be used to create result SimpleMultiServerRequestsExecutor.bots

builder

Will be called with each item from tokens in process of bots creation

botSelector

It is strategy by which the bot is selected for the execution. This lambda will receive -1 when request execution just started and this call is first in context of one SimpleMultiServerRequestsExecutor.execute. By default, will select next TelegramBot when called (or first when current index is last or -1)

onClose

This method will be called inside of SimpleMultiServerRequestsExecutor.close method. By default, will close all SimpleMultiServerRequestsExecutor.bots

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html index 6fc3ddb5e1..df394eac9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html @@ -66,7 +66,7 @@
constructor(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html index 41fb804868..ddbbafefef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html index 926454f86e..9c61b2d268 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html @@ -66,7 +66,7 @@
open suspend override fun <T> limit(block: suspend () -> T): T

Use limit for working of block (like delay between or after, for example)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html index d731948dca..e70e77633d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html index 2b9ed04440..2475e8e953 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html @@ -66,7 +66,7 @@
open suspend override fun <T> limit(block: suspend () -> T): T

Use limit for working of block (like delay between or after, for example)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/index.html index 1a202e4cc7..2435e7e2b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/limit.html index cbe38051bf..92992eba4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-no-limits-limiter/limit.html @@ -66,7 +66,7 @@
open suspend override fun <T> limit(block: suspend () -> T): T

Use limit for working of block (like delay between or after, for example)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html index 12de951b93..5410c93870 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html @@ -66,7 +66,7 @@
constructor(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html index a7f086adc7..a984ad2aa8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html index 06f46ca38a..5411e91ed9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html @@ -66,7 +66,7 @@
open suspend override fun <T> limit(block: suspend () -> T): T

Use limit for working of block (like delay between or after, for example)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html index 7bdb57b327..331dc54744 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html index 9a5c141629..fcfcf6f490 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html @@ -66,7 +66,7 @@
abstract suspend fun <T> limit(block: suspend () -> T): T

Use limit for working of block (like delay between or after, for example)


open suspend fun <T : Any> limit(request: Request<T>, block: suspend () -> T): T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/index.html index 938e5b2dc2..efa6fddf1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings.limiters/index.html @@ -149,7 +149,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html index 545466301e..676757e173 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html @@ -66,7 +66,7 @@
constructor(host: String = "localhost", port: Int = 1080, username: String? = null, password: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html index a4d13d6b24..21256e932f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html index 92d5a525ae..9281caf079 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html index 9be2c43afc..582e46ee18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html @@ -66,7 +66,7 @@
val password: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html index 1b94169f27..5bf4db1237 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html @@ -66,7 +66,7 @@
val port: Int = 1080
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html index bf47609bf5..758e626305 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html @@ -66,7 +66,7 @@
val username: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/index.html index 669980458a..6fe4ee8c98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.settings/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html index 6561f13f8c..ccd82f4ef6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html @@ -66,7 +66,7 @@
constructor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html index 7f7b45ff1b..0d1fb5928f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/execute.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/execute.html index acf6a96990..ff6d256cbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/execute.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/execute.html @@ -66,7 +66,7 @@
abstract suspend fun <T : Any> execute(request: Request<T>): T

Unsafe execution of incoming request. Can throw almost any exception. So, it is better to use something like dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync or dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe

Throws

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/index.html index 6c24cfdc7e..60472833c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/-requests-executor/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html index 688d7c86d6..e81ec21a94 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/-telegram-bot/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot/index.html index d5674edfa4..180c146ff6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html index a155c38cc4..617d5b2004 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html @@ -66,7 +66,7 @@
constructor(fileId: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html index ffc9df3c1c..0ce1b48054 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html @@ -66,7 +66,7 @@
open override val fileId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html index ca196658d7..36aabe5754 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-url/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-url/index.html index a4a57e48a6..857774a736 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-url/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-file-url/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html index 33364566dc..c38e74fd62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html index 55b608163e..992d5609c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html index 5c55f441ac..730cc8843c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html index 364d5dc869..9db8c486c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: InputFile)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html index 788f1cc2cb..130c761fdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html @@ -66,7 +66,7 @@
fun fromFile(file: MPPFile): MultipartFile

Creates MultipartFile based on incoming MPPFile (common File in java, for example)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html index 9c7e7b54ea..2fc4eb7a8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html @@ -66,7 +66,7 @@
fun fromId(id: String): FileId

Creates FileId from the incomming id with believe that it is FileId

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html index 51a7c4f579..8e361c0c7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html @@ -66,7 +66,7 @@
fun fromInput(filename: String, inputSource: () -> Input): MultipartFile

Creates MultipartFile based on incoming filename and inputSource

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html index 1debab1fe1..a240c7bab2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html @@ -66,7 +66,7 @@
fun fromUrl(url: String): FileId

Creates FileUrl from the incomming url

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html index 734e6b4db3..af852887bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html index 64b2995b07..4b950a2b4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(file: MPPFile): MultipartFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html index 99ab094eca..a934c153c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html @@ -66,7 +66,7 @@
abstract val fileId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html index eb9221b375..e53d05c6a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html index 0aace0a929..097fbc108e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html @@ -66,7 +66,7 @@
constructor(filename: String, inputSource: () -> Input)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html index d1ae0d7692..c366a7c88e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html @@ -66,7 +66,7 @@
@Required
open override val fileId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html index 5418ca9c16..57d133f511 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html index 59b5354bd0..0a5ecbe04c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html index aa4791f868..409f8fdfce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html @@ -66,7 +66,7 @@
val input: Input
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html index a1654fe6ed..8bbe746153 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html index aee40e7173..1893a9ba55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html index af0dc47b19..2e8b7de07d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html @@ -66,7 +66,7 @@
abstract val paramsJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/index.html index 8064ff0e23..658d3e5335 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/method.html index 15ad397543..8b15549d2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/method.html @@ -66,7 +66,7 @@
abstract fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html index dc264e85ef..8e8bd4e591 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html @@ -66,7 +66,7 @@
abstract val resultDeserializer: DeserializationStrategy<T>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html index fec9ff819a..5146e79d33 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html index 8b40971e58..fde92e3de6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html @@ -66,7 +66,7 @@
abstract val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html index 7456134dbd..f5d7262da5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html @@ -66,7 +66,7 @@
inline suspend fun ByteReadChannel.asMultipartFile(fileName: String): MultipartFile
expect fun MPPFile.asMultipartFile(): MultipartFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/index.html index ef7f87f374..b442920729 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html index 15b6e29f43..e556221919 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html @@ -66,7 +66,7 @@
inline fun MPPFile.multipartFile(): MultipartFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html index cb5de3a728..7ea62366c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html index 3a1027e282..04a6255aa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html index 1569c7f3d4..76fadbb682 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html @@ -66,7 +66,7 @@
abstract val isOk: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html index 45fd768d7f..782001c730 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html index bfd893dcea..cfc21ce0a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html index 7f41a2d684..7d621c7a1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: KSerializer<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html index 18f702c0e0..10f76d0a62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html index bf24635e61..af915df4cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html @@ -66,7 +66,7 @@
abstract val isOk: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html index d3606c020f..f9b0ec59c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html index 98fc0b867e..e1562197ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html index 3c06150a22..9c65c1288d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/index.html index 5c9550266a..c3c8b3bedd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments.abstracts/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html index 81b0100b57..e1060975b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html @@ -66,7 +66,7 @@
constructor(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html index 70b3c968b2..65187a4d7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html @@ -66,7 +66,7 @@
@SerialName(value = "error_message")
val errorMessage: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html index 34df829d2c..08df291b00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html index 0a2092b237..5f48aa60c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html @@ -66,7 +66,7 @@
@SerialName(value = "ok")
open override val isOk: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html index 2224d566c9..42fa97d637 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "pre_checkout_query_id")
open override val preCheckoutQueryId: PreCheckoutQueryId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html index 2906d7ccdb..8a05f00543 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html index 7fb5b41669..8a25c69009 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html @@ -66,7 +66,7 @@
constructor(preCheckoutQueryId: PreCheckoutQueryId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html index 00c1e5b65e..1da59bdaf8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html index 1b5a9c531d..e74c559ef0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html @@ -66,7 +66,7 @@
@SerialName(value = "ok")
open override val isOk: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html index 0fe3414208..30e361c840 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "pre_checkout_query_id")
open override val preCheckoutQueryId: PreCheckoutQueryId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html index 496b519108..1127a6c4e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html index b4243c7410..972ce999db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html @@ -66,7 +66,7 @@
constructor(shippingQueryId: ShippingQueryIdentifier, error: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html index f91dc84f31..7872d0d7c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html @@ -66,7 +66,7 @@
@SerialName(value = "error_message")
val error: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html index da57aa0e6c..916b465e8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html index 64a6f62be1..0315bdca02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html @@ -66,7 +66,7 @@
@SerialName(value = "ok")
open override val isOk: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html index 23e3a2174e..49f5b0bd09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html index 2e2021c826..0012135a71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_query_id")
open override val shippingQueryId: ShippingQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html index 3a7d01a026..05f5af9e81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html @@ -66,7 +66,7 @@
constructor(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List<ShippingOption>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html index 1c6e3c39f6..8ab4af09be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html index 91ada41fa1..2b68a33a7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html @@ -66,7 +66,7 @@
@SerialName(value = "ok")
open override val isOk: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html index bee7d2556f..9a07ba48e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html index 357419011f..d846d7c476 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html @@ -66,7 +66,7 @@
@Serializable(with = ShippingOptionsSerializer::class)
@SerialName(value = "shipping_options")
val shippingOptions: List<ShippingOption>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html index 468bd51212..98458cb209 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_query_id")
open override val shippingQueryId: ShippingQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html index 3ed8c06435..2e11177e05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html index 02b059ac88..dc217f4b69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html index 67d18fdac9..7a46619b59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/index.html index 80932d8672..b76a01f378 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers.payments/index.html @@ -183,7 +183,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html index 8f3cc48b0a..d8c001eb8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html @@ -66,7 +66,7 @@
constructor(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html index 98f4f20d90..39dd345c75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html @@ -66,7 +66,7 @@
@SerialName(value = "cache_time")
val cachedTimeSeconds: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html index 7aee416739..cbfa6ed75f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "callback_query_id")
val callbackQueryId: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html index 40f2d43e59..2c4af9d54d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html index 6459c1fe58..da4c3508e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html index 07b2bf1ca4..4a55700a2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html index 9c16e663a7..2f1e624b31 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html index b71434ce56..312c314a19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html @@ -66,7 +66,7 @@
@SerialName(value = "show_alert")
val showAlert: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html index a4a45dd433..0878840b46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html index e219e5065c..0704d046aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html index cd855a2244..914c1bd87d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html @@ -66,7 +66,7 @@
constructor(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?)
constructor(inlineQueryID: InlineQueryIdentifier, results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/button.html index 06e5d88d2b..e39e6bddf4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/button.html @@ -66,7 +66,7 @@
@SerialName(value = "button")
val button: InlineQueryResultsButton? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html index 3aab6e4d53..7aaab55bb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html @@ -66,7 +66,7 @@
@SerialName(value = "cache_time")
val cachedTime: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html index 238f6a2fa8..4a9a4dd2da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html index deda2d2c72..58be42ce46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_query_id")
val inlineQueryID: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html index 7a88f46cec..1f268a0c0d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html @@ -66,7 +66,7 @@
@SerialName(value = "is_personal")
val isPersonal: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html index 112b5bf631..49755b6e39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html index 140be355ff..9ee54bca65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html @@ -66,7 +66,7 @@
@SerialName(value = "next_offset")
val nextOffset: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html index c7888bb8d9..84c2e88dad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html index 79e3ab6554..8685aefd2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html index 1862e27d5d..90342cad5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html @@ -66,7 +66,7 @@
@SerialName(value = "results")
val results: List<InlineQueryResult>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html index b3e1b41603..f8074e51d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html @@ -66,7 +66,7 @@
constructor(webAppQueryId: WebAppQueryId, result: InlineQueryResult)

Parameters

webAppQueryId

dev.inmo.tgbotapi.webapps.WebAppInitData.queryId

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html index 4d7b35037e..2446194569 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html index 4608fd04a1..ee8f7ea67e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html index 05e1e1240e..282f989a94 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html index 2244de80a3..e62de3d0ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<SentWebAppMessage>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html index feb0b08531..42bfe66107 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html @@ -66,7 +66,7 @@
@SerialName(value = "result")
val result: InlineQueryResult
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html index 27e5b78fe8..19fe49d108 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app_query_id")
val webAppQueryId: WebAppQueryId

Parameters

webAppQueryId

dev.inmo.tgbotapi.webapps.WebAppInitData.queryId

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html index 067cce0921..071d3f37e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/descriptor.html index bf8c3629d5..6a184762ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/deserialize.html index 6309dcc06f..4db38d0d5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): InlineQueryResultsButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/index.html index d92171eb27..fc7ad7880e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/serialize.html index 1383ea760f..fe6cf2585b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: InlineQueryResultsButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/index.html index 25d5f81322..ca2afd99b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/invoke.html index 2401216d8c..a7c3409950 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(text: String, deepLinkParameter: String): InlineQueryResultsButton.Start
operator fun invoke(text: String, webAppInfo: WebAppInfo): InlineQueryResultsButton.WebApp
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/deep-link-parameter.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/deep-link-parameter.html index 05498ce2d3..5223af917e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/deep-link-parameter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/deep-link-parameter.html @@ -66,7 +66,7 @@
@SerialName(value = "start_parameter")
val deepLinkParameter: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/index.html index f2d95f66e3..f66a35b26c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/text.html index d8dcfadfb0..756b7d8d7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/web-app-info.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/web-app-info.html index 24eb69cdbd..e9c5fa41ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/web-app-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-raw/web-app-info.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app")
val webAppInfo: WebAppInfo? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/-start.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/-start.html index 46ca34e30b..fec1cb178b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/-start.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/-start.html @@ -66,7 +66,7 @@
constructor(text: String, deepLinkParameter: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/deep-link-parameter.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/deep-link-parameter.html index 5e77931881..b386a294b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/deep-link-parameter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/deep-link-parameter.html @@ -66,7 +66,7 @@
@SerialName(value = "start_parameter")
val deepLinkParameter: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/index.html index 6195b545da..e0a2edbfc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/text.html index d4502c29ff..b8175922be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-start/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/index.html index 1e682174d7..f4df53c816 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/text.html index 7c950d0327..bbf84751a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-unknown/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/-web-app.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/-web-app.html index 9ca9838b8e..8683fe7a5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/-web-app.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/-web-app.html @@ -66,7 +66,7 @@
constructor(text: String, webAppInfo: WebAppInfo)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/index.html index f0fb608172..22e5ef2d06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/text.html index 6f660bbce1..4b4bc021f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/web-app-info.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/web-app-info.html index 01201be5d0..2c2c451edd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/web-app-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/-web-app/web-app-info.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app")
val webAppInfo: WebAppInfo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/index.html index 4853c8a445..9ebc842f4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/text.html index 6fc2f09361..c8155718dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/-inline-query-results-button/text.html @@ -66,7 +66,7 @@
abstract val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/create-answer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/create-answer.html index af1bcbea2a..cf48c5ca8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/create-answer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/create-answer.html @@ -66,7 +66,7 @@
fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery
fun InlineQuery.createAnswer(results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, button: InlineQueryResultsButton? = null): AnswerInlineQuery
fun InlineQuery.createAnswer(results: List<InlineQueryResult> = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String?, switchPmParameter: String?): AnswerInlineQuery
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/index.html index a355404501..342df217d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.answers/index.html @@ -183,7 +183,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html index dc3fa63745..e218836108 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html @@ -66,7 +66,7 @@
constructor(forChannels: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html index 04daed9f83..e353a18dd6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html @@ -66,7 +66,7 @@
@SerialName(value = "for_channels")
val forChannels: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html index 6feba6adcb..b56f8e6563 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html index d5ea1304e4..84646aefcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html index e08cda0771..eacb8fed52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html index 7f5d5f70fd..ae3e45e45c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html index bfdd8eb042..73f244b892 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html @@ -187,7 +187,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html index 6905550981..4065ade554 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html @@ -66,7 +66,7 @@
constructor(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)
constructor(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html index 970f628869..3544aafe6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html index c16a897949..f91d71e50f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html index 14ee050a38..e13092fedd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html index 7fa7717007..d6db2a05f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<DeleteMyCommands>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html index 3980f67739..d5068bd1fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html index c3dfbdf9e1..4a0c57c581 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html @@ -66,7 +66,7 @@
@SerialName(value = "scope")
@Serializable(with = BotCommandScopeSerializer::class)
open override val scope: BotCommandScope
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/index.html index 357518d819..247c9b45b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/method.html index be3fe6bab2..867b7544e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html index e21af1084d..4ccd2bd9a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html index e1f2231710..7f226d1765 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ExtendedBot>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html index 08ed5d006a..59b2557725 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html @@ -187,7 +187,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html index 2a3d7ad254..a53ad94c15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html @@ -66,7 +66,7 @@
constructor(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)
constructor(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html index 5ba021d12b..971d37be27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html index a40847507e..1d33a48f20 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html index 06c0f9c234..9218145083 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html index 30681f27ed..841be68af2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html index dd3dad55df..5e636ec48e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<BotCommand>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html index 47939d0e1c..55b0d1eddc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html @@ -66,7 +66,7 @@
@SerialName(value = "scope")
@Serializable(with = BotCommandScopeSerializer::class)
open override val scope: BotCommandScope
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html index 10621ee172..3b9f4e4810 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html index 12e6a6d300..c841244e77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html index 86aaa5c0e4..9fa27b4e48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html index b4d504fa2e..cca4c0cdd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html @@ -66,7 +66,7 @@
constructor(forChannels: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html index 2540392b3d..db71962ddd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html @@ -66,7 +66,7 @@
@SerialName(value = "for_channels")
val forChannels: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html index bc3f9acb53..ba2bdea340 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html @@ -177,7 +177,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html index 46ee49d98c..b1b4efb35c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html index 4b9f430539..f6ba468154 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html index 3f42b2d8dc..033c495044 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<AdministratorChatMemberImpl>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/-get-my-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/-get-my-description.html index f8f6c1394f..8aea5183a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/-get-my-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/-get-my-description.html @@ -66,7 +66,7 @@
constructor(ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/ietf-language-code.html index 92b7532f8a..9db5a6e9ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/index.html index 128d3d95d6..8b8c37defb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/index.html @@ -191,7 +191,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/method.html index 9639960712..a2cefd4d0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/request-serializer.html index e6e22ee305..548910117f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/result-deserializer.html index 486868a9a5..892f3c6e96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-description/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<BotDescription>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/-get-my-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/-get-my-name.html index 994d0cfe30..d560352e6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/-get-my-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/-get-my-name.html @@ -66,7 +66,7 @@
constructor(ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/ietf-language-code.html index c4855697f8..f596ed31b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/index.html index bacd7b5a59..94ad30f40c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/index.html @@ -191,7 +191,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/method.html index b382dab98f..c3582d5780 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/request-serializer.html index 3a7d8a130a..de5b1fd5ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/result-deserializer.html index c8e15286a9..6504be986b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-name/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<BotName>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/-get-my-short-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/-get-my-short-description.html index faabb6f574..f3da248f3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/-get-my-short-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/-get-my-short-description.html @@ -66,7 +66,7 @@
constructor(ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/ietf-language-code.html index f1f6ae719b..420176fead 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/index.html index b2dacd1fbf..af32f94085 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/index.html @@ -191,7 +191,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/method.html index eb2033357d..e5913b8980 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/request-serializer.html index d8dfb493ce..6bacc8e2af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/result-deserializer.html index d70ea406ee..4c9d1fb9da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-get-my-short-description/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<BotShortDescription>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html index 6f142c3ab3..448eb67149 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html @@ -187,7 +187,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html index 48f9caade3..01e72de908 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html @@ -66,7 +66,7 @@
abstract val scope: BotCommandScope
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html index fff044603f..6c3f810b0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html @@ -66,7 +66,7 @@
constructor(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)
constructor(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html index b0d4abcb3e..4fa580b10f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html @@ -66,7 +66,7 @@
@SerialName(value = "commands")
val commands: List<BotCommand>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html index 6e8074c391..8030befb60 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html index 5729ce9adf..b4fb402ae8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html @@ -221,7 +221,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html index 84cd7f4c9a..01699b849b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html index 0b09f565db..8808b76416 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html index 311f7773fd..34529ee402 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html index 383203bbd8..15abaf59e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html @@ -66,7 +66,7 @@
@SerialName(value = "scope")
@Serializable(with = BotCommandScopeSerializer::class)
open override val scope: BotCommandScope
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html index 49e2240e8e..5c82f87ecc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html @@ -66,7 +66,7 @@
constructor(rights: ChatCommonAdministratorRights, forChannels: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html index 786bb159b5..e96beda833 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html @@ -66,7 +66,7 @@
@SerialName(value = "for_channels")
val forChannels: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html index 6e5b1d35de..8f0db86a7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html index fcab9592c1..3d4c3cf4f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html index c35e912582..199af301db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html index cc8701da8b..07a3042e46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html index 510f5cc2fe..cfbd08c7a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html @@ -66,7 +66,7 @@
@SerialName(value = "rights")
val rights: ChatCommonAdministratorRights
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/-set-my-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/-set-my-description.html index d7e793fd54..24f8e561a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/-set-my-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/-set-my-description.html @@ -66,7 +66,7 @@
constructor(description: String? = null, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/description.html index 6070555a6d..b560ab3727 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/ietf-language-code.html index ae53d3e513..fb0fbecf26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/index.html index 4e1d26017e..f81fd8179f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/index.html @@ -206,7 +206,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/method.html index 1c90d4fb63..fc7951ed75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/request-serializer.html index 4e3ba335b4..4bc6d16775 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/result-deserializer.html index dd09f6ce07..10ba121119 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-description/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/-set-my-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/-set-my-name.html index b6afb7b479..4ac0cae0ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/-set-my-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/-set-my-name.html @@ -66,7 +66,7 @@
constructor(name: String? = null, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/ietf-language-code.html index 08ca6e4c12..09cf0c9b0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/index.html index 9c80cca4a3..5f1faf79e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/index.html @@ -206,7 +206,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/method.html index d82be56d5d..b295e4a4c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/name.html index a6b820eb77..41bff23ade 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/request-serializer.html index 0de6df219e..b657134889 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/result-deserializer.html index 7a2fa7cb2b..64f0c91f57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-name/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/-set-my-short-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/-set-my-short-description.html index efae3c8154..1665439c18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/-set-my-short-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/-set-my-short-description.html @@ -66,7 +66,7 @@
constructor(shortDescription: String? = null, ietfLanguageCode: IetfLang? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/ietf-language-code.html index b8f4077aee..acf23d4ef3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/index.html index 7669ccbfc2..35816f39d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/index.html @@ -206,7 +206,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/method.html index 6c3a94aebb..19ab11834a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/request-serializer.html index 34a351254a..6de719a58e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/result-deserializer.html index a4db3990c8..fcb878c43e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/short-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/short-description.html index 0e8a50c0d6..81ae49cc7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/short-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/-set-my-short-description/short-description.html @@ -66,7 +66,7 @@
@SerialName(value = "short_description")
val shortDescription: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/index.html index ebdd23b18d..73504e0a3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.bot/index.html @@ -284,7 +284,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html index f91bbab99e..d8c6dc8583 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html index f99b169d85..f353edb846 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html index 15cb2cb274..0be669a449 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html index 53949e23bb..4107294c8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html @@ -66,7 +66,7 @@
abstract val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html index b51420df19..cc69037669 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html index fb28338db3..f71478974c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html index 3a8ab009d0..4bb74f6118 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html @@ -66,7 +66,7 @@
abstract val expireDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html index efa8111abd..72e211ef12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html index e078bcfe2d..a462b30852 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html @@ -66,7 +66,7 @@
abstract val name: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html index 2eabd4146c..1069ec5f7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html index 54cee94fda..913f3e079c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html @@ -66,7 +66,7 @@
abstract val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html index ecb4d2deca..da77cc1404 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html index 94f35ad0f5..d16f890204 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html index 1cd8fd897b..4c0a4b68e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithLimitedMembers>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html index 187594059a..70c374ee35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html index 44cb45ab90..093b81e62e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ChatInviteLinkWithJoinRequest>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/index.html index 27d6d386ff..aa89944452 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.abstracts/index.html @@ -179,7 +179,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/-close-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/-close-forum-topic.html index c537634f5a..9a164cccbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/-close-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/-close-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageThreadId: MessageThreadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/chat-id.html index 8d9078e409..b73a073ee3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/index.html index d203a299dc..32ceb8fe23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/message-thread-id.html index 6db68672fb..683d39997f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/method.html index a7463b1a99..65238a170f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/request-serializer.html index dff49cf004..f462c99a48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/-close-general-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/-close-general-forum-topic.html index b580bbed5d..d1f9764022 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/-close-general-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/-close-general-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/chat-id.html index 16c92ca8b8..37766b7656 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/index.html index 2188b836b9..3a52ff1030 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/method.html index 0de4d6221f..f75fe700e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/request-serializer.html index 9e769a448b..b81454a56c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-close-general-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/-create-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/-create-forum-topic.html index 802f3c6c98..bc04358829 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/-create-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/-create-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, name: String, color: RGBColor, iconEmojiId: CustomEmojiId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/chat-id.html index d3b2cba37b..992bd352bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/color.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/color.html index 0ab6c5af6d..3161b11f03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/color.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/color.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_color")
val color: RGBColor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/icon-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/icon-emoji-id.html index 0904f11965..c504ba1645 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/icon-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/icon-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_custom_emoji_id")
val iconEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/index.html index 4ab5e55d9c..0bfc5182db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/method.html index fe742415ea..a8fa0f6dec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/name.html index 830950192f..bf99000a28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/request-serializer.html index dff2af2bc0..de5cba9a97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/result-deserializer.html index 89811c982a..86967fdd8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-create-forum-topic/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ForumTopic>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/-delete-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/-delete-forum-topic.html index 41fb6fa872..3dd17b0a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/-delete-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/-delete-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageThreadId: MessageThreadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/chat-id.html index de019f09ae..51216601b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/index.html index 3dd2bffa2f..6332ea3793 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/message-thread-id.html index 42c2d6e919..07b1f68ccf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/method.html index e7910e0b8a..c306419684 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/request-serializer.html index 0694d18078..a3194c524a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-delete-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/-edit-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/-edit-forum-topic.html index 3858f55005..e79f00286e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/-edit-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/-edit-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageThreadId: MessageThreadId, name: String? = null, iconEmojiId: CustomEmojiId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/chat-id.html index 2bd8b4b19c..f04681bc23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/icon-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/icon-emoji-id.html index 764bda4041..ce5d194489 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/icon-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/icon-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_custom_emoji_id")
val iconEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/index.html index 0d5e454528..937afe0476 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/message-thread-id.html index f0c3994b66..72935bed44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/method.html index 39c9f5b8f5..b9a768c1a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/name.html index 68852f81d1..f0e1716198 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/request-serializer.html index 58e5ac25b9..aaa71c34fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/-edit-general-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/-edit-general-forum-topic.html index 6fdea46ac2..6c5db1f6ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/-edit-general-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/-edit-general-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, name: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/chat-id.html index fcb307b4e5..babccbdc7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/index.html index e91613bede..778ec2a72c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/method.html index eb6f0b0782..c57cee7718 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/name.html index 06eeeb3966..54d9b1c16c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/request-serializer.html index 06f6b6ab22..d9f77384cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-edit-general-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-forum-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-forum-request/index.html index 36b9ed6ca6..b5691e1f3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-forum-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-forum-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-general-forum-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-general-forum-request/index.html index bd9fc1b269..1045133b3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-general-forum-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-general-forum-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/-hide-general-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/-hide-general-forum-topic.html index d14900181b..b319a8ec00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/-hide-general-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/-hide-general-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/chat-id.html index 49adf85ed8..30ab189881 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/index.html index 25d791769a..d55842c991 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/method.html index 5fff54a5e5..13b84625a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/request-serializer.html index fcb46b7d5f..9444001dea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-hide-general-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/index.html index 075ea5166e..c5dba66085 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/result-deserializer.html index f939dd1f76..77bda7735d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-modify-forum-request/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/-reopen-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/-reopen-forum-topic.html index acfd9ab2ed..964f80150b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/-reopen-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/-reopen-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageThreadId: MessageThreadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/chat-id.html index 9077bc95d7..0a754475d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/index.html index 6351138305..9d25cbfc30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/message-thread-id.html index 7ffd729b98..a104919c6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/method.html index dff3e42972..d4c131a1d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/request-serializer.html index 8a1d7969e2..f06fd9eeac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/-reopen-general-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/-reopen-general-forum-topic.html index 956684b22e..ef62443cf2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/-reopen-general-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/-reopen-general-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/chat-id.html index 08420399ce..702601b74f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/index.html index f823ec0a95..09cfcfdcfa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/method.html index 9922f1adee..b5cc7e7589 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/request-serializer.html index 741f4a8846..d824e8d214 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-reopen-general-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/-unhide-general-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/-unhide-general-forum-topic.html index f609e56bc6..c0f0a88f43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/-unhide-general-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/-unhide-general-forum-topic.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/chat-id.html index a51e6d825d..f7fff58233 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/index.html index 567a2c34f8..331fcc6ca2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/method.html index e120bf7019..e146b6fd29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/request-serializer.html index 03df5934a2..44be31af57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unhide-general-forum-topic/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/-unpin-all-forum-topic-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/-unpin-all-forum-topic-messages.html index bbb28c7cc1..4f400afc08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/-unpin-all-forum-topic-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/-unpin-all-forum-topic-messages.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageThreadId: MessageThreadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/chat-id.html index 58429c1eed..5743c2cfb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/index.html index d196770d56..52017d7a8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/message-thread-id.html index 5e45dd04f0..025b2752c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/method.html index 270bd791be..e52b0499d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/request-serializer.html index 602defa8d4..467ce216d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-forum-topic-messages/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/-unpin-all-general-forum-topic-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/-unpin-all-general-forum-topic-messages.html index c54d0d3cea..01ac97f1a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/-unpin-all-general-forum-topic-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/-unpin-all-general-forum-topic-messages.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/chat-id.html index cc3d650af4..265f636c63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/index.html index c94e972b44..9e878b1019 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/method.html index d122b7b6aa..896c39568f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/request-serializer.html index c062426082..a14f31ef90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/-unpin-all-general-forum-topic-messages/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/index.html index ca87aff95f..87f19fa949 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.forum/index.html @@ -299,7 +299,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html index c03a182774..b6ec7870a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html index d9b0540664..979ced9a32 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html index 9a7cc883c9..70d2e5de36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html index 4820c10bfb..75ab91510d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html index 8cb7756843..9e72675efc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html index 4a954a1fdd..46de3e345c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<AdministratorChatMember>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html index 297612afe4..3a4e921d0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html index 3d204234c7..dbbd180480 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html index 9d6baab7b7..e7c0900ae0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html index ac27289c8b..728fe5b992 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html index 7337edcede..75695d846a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html index aaf6a3c9f7..d8bf443fc4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Int>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html index a38b72f4b4..d28030b13f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html index 4e961902ff..a8927951b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html index 298c8d849f..4a0d6f96f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html index 3cb1bb508e..13f5888e39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html index 8b956688bb..aa5de19946 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html index beeec01293..f51a28175f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<MenuButton>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html index 84db936789..f65c78cc45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html index e3c9226405..735e0def89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html index b260fb8ddc..35f7758069 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html index 020415fdd2..a7c26e3de1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html index d29e1f4ab2..a6bee401a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html index 823ed63c09..35023b8922 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html @@ -66,7 +66,7 @@
@Transient
open override val resultDeserializer: DeserializationStrategy<ExtendedChat>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html index ae72b7e141..cb8c397326 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html index d8189e3f19..0fc687d063 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html index 6f2e3390f7..a2e4cc5463 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html index 75c127bca2..00a054c215 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html index f52b9ac660..92c2c26634 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<MenuButton>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/index.html index c0e386c1e5..3add75339e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/method.html index 7a1700b4ed..3a6ca02429 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/request-serializer.html index fea0ea231c..2cbcfc2617 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/result-deserializer.html index 778d090ac1..5a74e8e171 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/-get-forum-topic-icon-stickers/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<Sticker>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/index.html index 27da5ee659..dc322a19aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.get/index.html @@ -164,7 +164,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html index 5c78653298..6ee00a9c3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html index fc5dfec7ee..b5afc86314 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html index 449bb86c82..5990ec0411 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html index e5e73c3690..12b0be3f7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html index 5c4c8756d1..7672d3ac04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html index d598b0d618..195d239f8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html index 1f2f3d593a..53b1637080 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html index f7f3f67ed0..b36dfe01b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html index f4901f497d..a5c18e8387 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html index d63ee77291..3da873a777 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html @@ -66,7 +66,7 @@
abstract val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html index 405817b9db..b76ac9b76c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html index 93404874af..9dab025631 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html index f4cecf46ef..8708d91995 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html index 2a42287810..6c7d3ef482 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html index 5b526af93a..db50423868 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html index a1b13536cb..d8d750bcd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html index 6136f213bd..e625e98bd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ChatInviteLinkUnlimited>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html index 6625e215d8..fe1eed55f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html index 12e9cfdbd3..145131bd35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html index 3b70655cc5..f0eb38d7ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html index d5a22d5c7f..0fa0532522 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html index 4327944049..3868d56b3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html index f50e8e4440..ead14208ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html index ddf2097c35..85af090109 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html index 11a7ab373c..d61f2cea82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html index 9a2d33a359..f7d03d8cef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html index 7e0ae7155d..a431422458 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html index e0587c0f74..551f5fe3de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html @@ -66,7 +66,7 @@
@SerialName(value = "member_limit")
open override val membersLimit: MembersLimit
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html index 5f64c310d0..16123058a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html index 14809cfb88..f53234ce4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html index 46496c3cff..74295a69f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html index cc2b8165c0..cafef4070a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html @@ -66,7 +66,7 @@
fun unlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited
fun unlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html index 6cac493f45..b22145350d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html @@ -66,7 +66,7 @@
fun withJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest
fun withJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html index bee2a5d2f7..723329227c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html @@ -66,7 +66,7 @@
fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers
fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html index 22b53938a3..2552132e02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html index 60b1f43cc7..434d0afaed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html @@ -66,7 +66,7 @@
open override val expireDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html index 604b782760..8dc9b4c3f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html index 2bb55796a4..a1000e805d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html index dfb065856c..4e0bcd796b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html index 00fcbdf908..661a2fb49d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html index 18fd6db56a..7082289f82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html index 1c8ccbd833..7468f375e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html index 673dc246ba..edb6d2ccbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html index 59da9154b3..f3b9a99c38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html index 0f7ae70338..d4cfe634c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html index ebc0d71a2e..4f58326a1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html index c832e929ab..66e522cf3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html index f0c29a4a8e..0a87cef365 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html index 41109eec9f..647d660a7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html index 921e81a07a..bdb4b01947 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html index fac4a53e77..e53ffda2aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html index 581e6a06a3..978928a319 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ChatInviteLinkUnlimited>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html index 8f1b58f642..03e4243330 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html index 08bacf9275..cc628fced7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html index aa7f95ddc8..01dc6f38af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html index 24ded7f3fa..951342bcc8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html index 2533eb7b37..6a204f7cfa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html index 7f2a1e2c96..ab781ad24d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html index 99f501c6f7..9af255373a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html index 64dc1508a3..108a5fd0c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html index 397f526deb..edd3069272 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html index 68bdb12da8..7c35468ccd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
@SerialName(value = "expire_date")
open override val expirationUnixTimeStamp: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html index 1977255901..88173a4285 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html index d24b0bd769..76e6eb8f81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html index 885e9bba41..de36ca8bc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html @@ -66,7 +66,7 @@
@SerialName(value = "member_limit")
open override val membersLimit: MembersLimit
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html index 1b30ad90f2..9a5ea9cf6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html index 2c6dcdef77..b6d8a951f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html index ff831515ef..c8e06de620 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html index d3748b746d..64396156c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html @@ -66,7 +66,7 @@
fun unlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkUnlimited
fun unlimited(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkUnlimited
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html index 6cc93b64d7..635a6e8d0f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html @@ -66,7 +66,7 @@
fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithJoinRequest
fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkWithJoinRequest
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html index 750c0da35d..1312d6b238 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html @@ -66,7 +66,7 @@
fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithLimitedMembers
fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): EditChatInviteLinkWithLimitedMembers
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html index d10576e1fb..6650911a2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html index 69b32c5eae..2da8ec717c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html @@ -66,7 +66,7 @@
open override val expireDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html index cc6a2e98c1..5329c3a651 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html index 53d3112b98..f13d83df95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html index 73a0a0e91e..3427415631 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, inviteLink: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html index 311e83e659..c0775d33ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html index 0a8784accc..56d31c2559 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html index 48f111b4b9..f04d61a7e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html index 74a2f1de39..211ebace73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html index 8ba1d876b3..a5fcc5aa1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html index de2bcfe13c..a96cf83b98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<SecondaryChatInviteLink>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/index.html index 7051384b61..9b14023f62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.invite_links/index.html @@ -254,7 +254,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html index 49b5a54ea5..4c5a14106b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html index f2068913a7..0042d8a19c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html index 34f309c981..e1679a561e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html index 8cac4686d0..58dd48c325 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html index deb9ce2993..208ca109de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html index 1a429a7c86..17932a6827 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html index 48248765d9..dfd728de5e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "revoke_messages")
val revokeMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html index 56912359da..32f01e91db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html @@ -66,7 +66,7 @@
@SerialName(value = "until_date")
open override val untilDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html index 24d0db9536..068b5e27d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html index db03a53bc3..d25bcc2e4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, senderChatId: IdChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html index 866dd20cad..43a0c19bfb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html index 5f8d527ea1..a971dfdcf6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html index 85b8f06f9a..3218826976 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html index 31f9369e45..29d9b11d61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html index 4520d54d0c..2b1e100d49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html index 07470e0278..50f0aa3af8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "sender_chat_id")
open override val senderChatId: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html index d6d73d0c05..0568a6663d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html index 9adc63adb2..b02eb8b477 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html index ec8073fd85..bc46c94d13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html index 29c92cde92..faa5dc6d49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html index 3d6fa475d9..2102a7a8ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html index 2ee31f91c6..e2c2628b30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ChatMember>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html index 859ddef981..431a71f4ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-channel-administrator.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-channel-administrator.html index ba50bb5010..9ec99a99c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-channel-administrator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-channel-administrator.html @@ -66,7 +66,7 @@
fun PromoteChannelAdministrator(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, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null): PromoteChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member.html index d20611260b..73f2ff4a51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member.html @@ -66,7 +66,7 @@
fun PromoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): PromoteChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html index dc070f4a89..010051c560 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html @@ -66,7 +66,7 @@
constructor(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, canManageTopics: Boolean? = null, canPostStories: Boolean? = null, canEditStories: Boolean? = null, canDeleteStories: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html index 75721bf6c7..c26cdddb2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html index b4853aeb6d..d79c4646dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html index 4bea2ff767..2e7d1a51b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html index 460658aebf..370892d4a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html index db5c098651..a970b8d2d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html index 5a9712e998..c0da35717f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html @@ -66,7 +66,7 @@
@SerialName(value = "until_date")
open override val untilDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html index 0114064339..d94fd8cb52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-supergroup-administrator.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-supergroup-administrator.html index bb3e6fc4fa..1a25f7cffa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-supergroup-administrator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-promote-supergroup-administrator.html @@ -66,7 +66,7 @@
fun PromoteSupergroupAdministrator(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null, canManageTopics: Boolean? = null): PromoteChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html index 2f99faa54e..1d0afb9c01 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions(), useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it })
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html index 22f974162b..0746a00634 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html index 0e88cd9a95..0bccd2f805 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html index 54b61f1d86..56a30f161f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html index d501d5075e..99e5ff74dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "permissions")
val permissions: ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html index af8dc217f0..2af4ce0f2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html index da88a30829..7fedebcfda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html index 32d18aca87..819c6eb8da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html @@ -66,7 +66,7 @@
@SerialName(value = "until_date")
open override val untilDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/use-independent-chat-permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/use-independent-chat-permissions.html index 23d27b7b48..f631134f09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/use-independent-chat-permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/use-independent-chat-permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "use_independent_chat_permissions")
val useIndependentChatPermissions: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html index 64e9e986ce..fa0080e150 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html index 7f357ad515..17c8f77118 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId, customTitle: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html index 5ba67d74c7..ad8dc660e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html index 2fe63dfa8e..3b081921e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_title")
val customTitle: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html index da56340a20..9ef7c3dc27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html index cc48a2665b..01d31f96df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html index d2976811a4..13c642ef17 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html index a159f081f2..c5fb9d82b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html index b843fbe139..b5cae6fcb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html index eedafcf77d..3eec038e19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html index f55e467f03..0e296bd27c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html index 249f6d68a9..273061a77b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html index 5176f248ff..00f1f95417 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html index dae515a213..085fb08394 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html @@ -66,7 +66,7 @@
@SerialName(value = "only_if_banned")
val onlyIfBanned: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html index cd4661a199..40247dea4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html index b7c86c06ff..f5f9432064 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html index 25d3af79b6..20a6220da9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html index 029701ba29..15377f93f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, senderChatId: IdChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html index f57abb6ebb..b6627d2cb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html index fb0f65d5fa..c9cc7e5da2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html index e1679e67f2..1e8ea50938 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html index 20049f288a..099a0f9766 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html index 4f953083ee..a36698c57d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html index 0218830cfe..d808120e03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "sender_chat_id")
open override val senderChatId: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/index.html index 789fc709c6..3ea4155938 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.members/index.html @@ -243,7 +243,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html index fb254807a3..a3914fc355 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html index fe06de10e5..7b8132f8de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html index 1c12df338d..fa4d448d70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html index 037ec084d3..9a97959cdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html index 676422f430..5fd843e663 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html index 33ae15a98a..85de4cdf6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html index 26ee97523b..f35ed53baf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, disableNotification: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html index e32266c814..012ed7ea0f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html index 5345e63b6b..e70be9998b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html index 3a61aafb6a..58dcca588d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html index 0a73504430..219a916432 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html index 0506f97dab..77bd3ed4a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html index 3ed9da34ab..8a71f2309f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html index 95e5f8ea85..229e350ea2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html index 2e34e0d425..600777b5e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, description: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html index 19ee0b55c7..426992c3c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html index b0766a4a63..fd47e8fedb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html index 97f78c47ef..519686ef3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html index 3b4e8e42e5..e93f5012b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html index 1c78370194..2c11693bb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html index 5af5f8f7d8..cf239cc175 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html index 2799ef9524..82e66851bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, menuButton: MenuButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html index 2e5351d278..9ca0f58a3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html index 1ab25256d2..bd8cb8897e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html index 063643510c..1120730518 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html @@ -66,7 +66,7 @@
@Serializable(with = MenuButtonSerializer::class)
@SerialName(value = "menu_button")
val menuButton: MenuButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html index e5dfed832c..7e82d59bc5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html index b3a982f86b..f4e137ea6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html index 74418b68d6..9755cbb134 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html index a403fa109c..05fb48fd7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, permissions: ChatPermissions, useIndependentChatPermissions: Boolean? = permissions.isGranular.takeIf { it })
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html index acbdbe74c1..ce6b6a80f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html index 1218217bf6..08b9eb173f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html index 2b6780b0bd..e9157c7d10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html index fb1d03292a..5831be27e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "permissions")
val permissions: ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html index 35db44bdd9..1e16438e81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html index 03d497d4f0..d9570327a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/use-independent-chat-permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/use-independent-chat-permissions.html index 8b5eba2a29..7bc4d4df4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/use-independent-chat-permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/use-independent-chat-permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "use_independent_chat_permissions")
val useIndependentChatPermissions: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html index ece68a01fc..4bf0002b1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException("Unfortunately, this type of objects can't be parsed automatically"))
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html index 4ae7861f7d..d4d82d8b3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html index c7b5e188ee..f692395ed0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html index 9496e53485..d864e9a1b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html @@ -66,7 +66,7 @@
@Transient
open override val mediaMap: Map<String, MultipartFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html index 5874dc3ec3..2a51a25997 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html index 4c1616115d..87f534e0f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html @@ -66,7 +66,7 @@
@Transient
open override val paramsJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html index c00d55c7d6..b3d2413e3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html @@ -66,7 +66,7 @@
@Transient
val photo: MultipartFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html index 491c0b3915..b75e07b809 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html index 34f5b50e0b..df68f758e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, title: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html index da7853d7e4..7e3a13de4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html index cc5faba585..8ce61fe247 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html index 3e8a828fe5..388cca3258 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html index 611a45dec3..a3a167542b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html index 010a28a91b..05e28b7b2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html index dd74f772e8..04d59e0ae1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html index 3a9e7d3883..c5a794cef8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html index 0df317a68d..fe574146a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html @@ -66,7 +66,7 @@
fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html index 780e8727fc..0fe9c5f8b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html @@ -66,7 +66,7 @@
constructor(menuButton: MenuButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html index 9eff8533e0..126141a658 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html @@ -177,7 +177,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html index 54da9cf5ba..536f2c7f6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html @@ -66,7 +66,7 @@
@Serializable(with = MenuButtonSerializer::class)
@SerialName(value = "menu_button")
val menuButton: MenuButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html index d6ea24cfb3..5b81886ed4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html index 4887c27408..dbf9c81c05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html index 1ca1717318..7158cb3c9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html index 96b46ba179..8dc78ae98d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html index d718a2607f..0bcb6be3dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html index 00ee4f4c3d..e49faf4651 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html index 5e3f448da9..83385e4b23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html index 8bce251135..299328c7ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html index 6618935c50..cd0b7d330c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html index 8e4372ff0f..89bbdd600c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html index 582d27d59c..09816f0518 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html index 5761fd2b0c..cff45ea6bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html index d6cc7c2ac3..362bf98696 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
val messageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html index 3704eb8e0f..5558d6afac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html index 39c84d5cc2..bdfa5dd27b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html index e09927dffc..852ac7f0d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/index.html index 74b1e14870..bc13993178 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.modify/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html index 6a421d3292..5b5d8d1f98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html index 250c43ce7c..2f21168020 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html index b39713199a..8c05481a06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html index 4eb219f9c9..9b7fbfa304 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html index a2facdd90f..ba7c39056c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html index a04e64bf29..ed5e365404 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html index 8beceb6575..5723064e22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, stickerSetName: StickerSetName)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html index 93cd7b16db..523b9c2159 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html index a2a534e0f1..f841db5234 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html index 5d2029783c..0944e587c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html index 127052f7e5..bab4589f5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html index f7e91c394c..6a55b00238 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html index d66ecf0a41..e5b1492eb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
val stickerSetName: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/index.html index 1fc21d7884..23116ec75b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat.stickers/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html index f3707ffe48..a917a07881 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html index 5ed0ec9f02..cb950b70a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html index 8e0cd73e28..28b3cd8fba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html index fe19508a24..19ff90c52f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html index bd5ef01940..383be8bb15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html index b325332308..81947ccfb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html index 6478d405fb..b499a03e87 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html index 29c5164f95..6432c491f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html index 2322971f0e..a7bc01f168 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html index 117b2074a0..b9833691b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html index 3c0f25bc79..ca93579b7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html index 6278ce7544..5744d48bd6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/index.html index 0324ce84f7..27eb7fa3ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.chat/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html index 99945c9211..65df5a9654 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html index 01058f8d6b..b9625f4251 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html index aaa89da498..26a8c40201 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html index dd4743bcd6..04b9319832 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html index cf3b48a51b..e615e37746 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html index 37d0a244a7..d45e2c6b9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html index 148c048dfb..354a13a6d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html index f92ef3e047..b2cd964818 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html index cc46b962a9..acd1abd54b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html @@ -66,7 +66,7 @@
abstract val media: TelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html index 44714956a9..c9d5dc19a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html index f82c9aa711..71f54df04b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html @@ -66,7 +66,7 @@
abstract override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html index 53a046a770..b73f6c03d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html index e9b9b74a6d..f9f460388e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html @@ -66,7 +66,7 @@
abstract override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/index.html index 70f786c74d..87b8572a29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.abstracts/index.html @@ -179,7 +179,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html index 7f68a0944e..fed66baed3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html @@ -66,7 +66,7 @@
fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageId, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html index 97b2a33bfb..437986597c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html index 885fc43eac..47cec2dc98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html index 523aaff9c1..a3652b6e3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html index ee3ef44e9f..317f2fa884 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html index e966ffc4ee..4bda0a89b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html index 854976a3e5..8cf813a130 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html index a716ed5dd9..853f8b9b7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html index 2926cc2ca0..e93976fc52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<MediaContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html index 883d6c03c1..9a12f42593 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html index c30897d771..0f061df51b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html index c4e4e2129f..7db3e0db9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html @@ -66,7 +66,7 @@
fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html index a61b72abdc..fd0b15092d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html index 121346e56a..e7dee68317 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html index a53f79b8c0..f71e5b245b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html index de09079272..94df1a74f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html index 330dc7aa4b..1d4075c064 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html index 2320b1493f..0e17f5e2d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html index 01af87d71f..99ddc78f7a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html index 255884c40c..2367a8fb40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html index 10953f0cd9..1d717520c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/index.html index 301ca9104d..87eba5609e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.caption/index.html @@ -157,7 +157,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html index 5cf8264faa..10dc5afe70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html index 99dc9d7fd9..d7d7e43312 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html index 242659af39..0e2e8e79c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html index da0b24aad5..a380644c6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html index aca42c5e9f..a058498c3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html @@ -263,7 +263,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html index 85d6f57b10..87b2c3e138 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html index cdf9a187b9..2d05cc2bfd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html index 2ccf1ec95a..6a3bd6f241 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html index b47d5c375d..2453058c2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html index 7f17987901..5db479cedf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html index e2446a2e3e..b03fc13daf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html index 5fcbd9df53..acd4a1bb57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html index 9957a1b438..b9b8e350fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<LocationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html index 78507acd9a..385976f686 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html @@ -66,7 +66,7 @@
constructor(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html index a72a8a4fe2..81ab4b2a1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html index eda35288d4..de74cbd47d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html index 6843845596..5590e4293f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html index 5e046c8643..a3f5f431bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html index 3afab42b4a..e2a4355cb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html index 33ee5a1d68..650f2a2711 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html index b236960783..4bfc08dc1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html index b374d8e7b0..c38e698704 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html index 8c4b78396d..01d9961af7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html index c2428e1d44..1c8b68cd38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html index ae41cbe149..cdef850723 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html index c6fbbd7986..2d6c2ef3de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html index f76dac8f6a..e7dd80b178 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html index ef30eb86b7..1f2bef10d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html index 6b9469bee2..a3e6c81c57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html index fe8822103f..98a430b42e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html index 640e0f451f..f476c97a6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html index 8b62bfe9c6..b55707b88c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<LocationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html index 65e988720a..0d832fe54e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html @@ -66,7 +66,7 @@
constructor(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html index c34bd883ce..894a797207 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html index 8fcbe4d386..a4b8fe4dc3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html index 4fc4ceb38c..abae03bd24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html index 91aa80fd85..3d222567cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html index c00b820cf3..2df31fa214 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html index fc69f89fe0..b2db9bbc47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/index.html index cf3d8d02ba..0cb077f7dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/index.html @@ -168,7 +168,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html index 52097a6d18..a8a80ac50b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html index 242c52ba19..f0e041d99c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html index dbd360d537..08d442581a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html index 235a211b3d..478e38e9b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html index eed203bf80..f6d61a36e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: TelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html index 7f11e469f5..ea77d9b12a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html index 0645149930..f678b6e639 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html index ded1ff4b11..5bc4fa9f88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html index a9eb71cb81..5cc8b5a119 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html index b1afd1a95a..e19c123340 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<MediaContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html index 939ddfffd8..8efa605cf3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html @@ -66,7 +66,7 @@
constructor(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html index c1f5a67d86..2f08c5ebb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html index 96e4897e2b..01c3e90a46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html index d9649236df..10c00a575f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: TelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html index c5f0ce63a4..75397e4b52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html index 4f87f67e56..cc11f32bf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html index 74d44cf138..8923429d7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html index d0637dc4e0..bee4bd9f52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/index.html index 4dee573df4..9f90d7ddb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.media/index.html @@ -123,7 +123,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html index ec52d0c9f0..31fe28b0e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html index 121789d92c..76b53a6adb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html index 617f06725d..7e20ace776 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html index ec308845d7..f2ca169978 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html index b47d26b00d..f136abd5ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html index 3ba8b6e458..af7bc158e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html index 7f6562aeeb..0094047ae3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html index 8f278802fc..2e030b4303 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<MessageContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html index aee7c0a761..4dd38499b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html @@ -66,7 +66,7 @@
constructor(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html index 21e6bb90d5..9517bc24dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html index b9537e28f3..2556ef5ecd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html index 163e282b15..2c8ffb20be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html index 027a3c80a4..0b81e7ca69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html index e5e4f9cd5c..90291b0e29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html index 96a6bd5666..8bc42661a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/index.html index 8c25a6cc46..86c7fba5a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.reply_markup/index.html @@ -123,7 +123,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html index bc31c3c2ce..d3ba119147 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html @@ -66,7 +66,7 @@
fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageId, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText
fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageId, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html index 28f64603fe..5446538cdf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html index d0f7b50218..6a73947686 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_web_page_preview")
open override val disableWebPagePreview: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html index 38f0ca6aa9..2d88f57be0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html index f3317cbcbb..496a4c8dcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html index 0029c9ffab..0d516c34db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html index d02b6f95db..e412b44d6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html index a69129641d..5536fb5ae7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html index 03f36bdad8..837fbea776 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html index 54d1ed1879..42490c65bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<TextContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html index 97a33612c6..3912ee70c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html index de3788b5f7..cc56561d3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html index 89f90805ba..cb7f556414 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html @@ -66,7 +66,7 @@
fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText
fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html index 23294cf326..df413d9451 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_web_page_preview")
open override val disableWebPagePreview: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html index 9a759a393a..3ea4f0afa7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html index 43a32f99f4..8d7b460c74 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html index 73f0921c10..39f8b8a398 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html index 144dd83bb9..068e4eeae6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html index 85b17d9a20..ce32dbf51f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html index 6894faab69..983499c786 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html index ac9b24567d..444cc1168c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html index d59f2d668e..4e9d7091d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html index c6584b3a0c..e2e183b3af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/index.html index 810bb58319..49d2f0c0f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.edit.text/index.html @@ -157,7 +157,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html index d55c8f5ac8..9e47c8acb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html index bc027a4283..a200f7288c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html index 958a0e18dd..787739e632 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html index 1c066ce8f3..ea2591851d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<GameHighScore>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html index 4d1134d716..b6f6aa67d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html @@ -66,7 +66,7 @@
abstract val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html index 1c246c8078..5ad3cdce53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html index 236d52a22b..fef0060469 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html @@ -66,7 +66,7 @@
abstract val force: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html index 60a339c529..3c5fe77edd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html index 9bbe946a2c..41366bb6cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html index 47ad242aec..f046ff44a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html index 3a0ccc6097..87af445a13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html @@ -66,7 +66,7 @@
abstract val score: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html index 20f6c3c5bf..642f1cf873 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html @@ -66,7 +66,7 @@
abstract val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/index.html index 2e2bbf4901..df6f18a670 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games.abstracts/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html index 4b1214c587..ef813ab3c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html @@ -66,7 +66,7 @@
constructor(userId: UserId, chatId: IdChatIdentifier, messageId: MessageId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html index d742c0de0b..b1fadb48ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html index 9ec7f4f1de..10b2f0d78c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html index 4f49cef1ad..d75a60b3d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html index 90fec62895..375794db8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html index a3d84093eb..2a80c094fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html index b61e54e1d2..8ecac0ef26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html @@ -66,7 +66,7 @@
constructor(userId: UserId, inlineMessageId: InlineMessageIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html index 8ef2139a93..fbaf30e47a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html index b2034eec20..914b4f0a02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html index 4affe3cc09..730bfb92c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html index 85cdc256e0..34b0bfa211 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html index 46f9839540..16a731fb50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html @@ -66,7 +66,7 @@
constructor(userId: UserId, score: Long, chatId: IdChatIdentifier, messageId: MessageId, force: Boolean = false, disableEditMessage: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html index eb46176a0b..836e6766ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html index 022a92bfba..a83756dba0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_edit_message")
open override val disableEditMessage: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html index 54ac54dbb1..fefd57db63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html @@ -66,7 +66,7 @@
@SerialName(value = "force")
open override val force: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html index b6bdd475f5..48444af89b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html index 3a994479be..f7f24e0c23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html index f844334614..dcd597fb59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html index 27ab9cb4f3..27e4bcfb0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html @@ -66,7 +66,7 @@
@SerialName(value = "score")
open override val score: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html index 97fa8909ee..e97705ee0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html index de98121f7d..2965707151 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html @@ -66,7 +66,7 @@
constructor(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html index b0b649d99a..6e59dd7cd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_edit_message")
open override val disableEditMessage: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html index e4fc2cf9d4..bbfd494136 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html @@ -66,7 +66,7 @@
@SerialName(value = "force")
open override val force: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html index 8f12050db2..7c8f0e303f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html index 9eaf8bac57..3e4ecf19de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_message_id")
open override val inlineMessageId: InlineMessageIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html index 96411d4d69..3b9189486e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html index c7ac76babb..92fce096a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html @@ -66,7 +66,7 @@
@SerialName(value = "score")
open override val score: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html index 46dd919807..17e2e4228d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/index.html index 980cdc084a..80cc249da8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.games/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.games/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/-get-custom-emoji-stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/-get-custom-emoji-stickers.html index 0802beca74..e209539393 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/-get-custom-emoji-stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/-get-custom-emoji-stickers.html @@ -66,7 +66,7 @@
constructor(customEmojiIds: List<CustomEmojiId>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/custom-emoji-ids.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/custom-emoji-ids.html index 901997b295..3af68befbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/custom-emoji-ids.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/custom-emoji-ids.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_emoji_ids")
val customEmojiIds: List<CustomEmojiId>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/index.html index 5dcd4fddac..00543130b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/method.html index 2cae520b2a..246e8e966c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/request-serializer.html index 1b8417117e..3904f6688e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/result-deserializer.html index bbf9442b71..b1f6e3f73f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-custom-emoji-stickers/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<CustomEmojiSticker>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html index 276fb2c47a..04c6bb4a61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html index 20c5ef3024..ae6d9b7d5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/index.html index 9273cbcd16..cbae8f8f30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/method.html index 13047382c0..73db113eca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html index 510939336a..f7d732df62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html index 770b35ce6d..0661f52b85 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<PathedFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html index 942b55df3b..ac4770adca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html index fa9c6efc47..45729bc026 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html index 1c6694d91c..f292a65c8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html index ca4c5b1900..8c00b837af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html index 9b0180288d..b1bca82eee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html index 4eb5974323..7d99731032 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<StickerSet>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html index 41be16c83c..5011a8ca96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html @@ -66,7 +66,7 @@
constructor(userId: UserId, offset: Int? = null, limit: Int? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html index 52cae82fa7..67e2930a62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html index 84ab137f95..ab76fecb64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html @@ -66,7 +66,7 @@
@SerialName(value = "limit")
val limit: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html index d9f3e706ac..f092efa3dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html index ebdc9035d9..f5fd86efd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html @@ -66,7 +66,7 @@
@SerialName(value = "offset")
val offset: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html index 951461d21f..19802ace86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html index db8d9460a2..426cebbcf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<UserProfilePhotos>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html index 8914576649..ee64a7367d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/index.html index 4f9b59b0a2..4f122bd8ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.get/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.get/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/index.html index becb5ec525..867c6bd3c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/method.html index 861c704fa3..8391e16f76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html index 04244d7215..4cfbfb8885 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html index 5706f9bee0..bc715e03eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/index.html index 496d3ebee8..106ee72205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/method.html index 795d8a4fe9..1bb296cbd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html index bc51644c24..d52124fd76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html index 4db83ba1a5..d4eeb28e00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/index.html index b307443e1e..f5f37db63c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.local/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.local/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html index 26af5dc278..d140c6f7db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html @@ -66,7 +66,7 @@
abstract val duration: Long?

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html index 326dd0b3f5..7d2cee7e8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/index.html index c6f971549b..a1f8671033 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/thread-id.html index c08efb9eaa..a9b1325458 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-message-thread-request/thread-id.html @@ -66,7 +66,7 @@
abstract val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-with-spoiler-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-with-spoiler-request/index.html index cca11ece5b..92d90bb64f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-with-spoiler-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-optionally-with-spoiler-request/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html index e6cbcaf85f..b8bf06f91f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html index e25c156777..ccab4f5d82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html index ca3639236f..de6857641a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html index 31586b9a7b..324293c860 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html index 8f1cbbc9a3..e047ed440b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html @@ -66,7 +66,7 @@
abstract val height: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html index 697fd84ff2..598a9c9cb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html index 653b30ed11..cc7e08ae76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html @@ -66,7 +66,7 @@
abstract val width: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html index 6dafc24ada..c774aa213a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html @@ -274,7 +274,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html index b8586f8761..de5eeda0c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumbnail.html index 965c03d36d..21e95965b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumbnail.html @@ -66,7 +66,7 @@
abstract val thumbnail: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html index 7885a19880..aa7c2888c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html index f4df292339..7b7797355e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html @@ -66,7 +66,7 @@
abstract val title: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/index.html index e849f01c43..3cff28554b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.abstracts/index.html @@ -239,7 +239,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html index 8b59c317d7..366af09b3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, gameShortName: String, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html index b1e190e998..6dfc208342 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html index 51958ca969..6e89753411 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html index 3de2d04f12..64baea19d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html index dd676e918c..5cdfa0e471 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html @@ -66,7 +66,7 @@
@SerialName(value = "game_short_name")
val gameShortName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html index 8d4247176b..bbaa6124e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html @@ -263,7 +263,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html index ac7d8d7cd9..1f5c302436 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html index 9b994dc9f2..37c6f74b69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html index c9a26c75e0..6390b668d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html index 49c926dd40..e788711e6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html index 21066c2494..2edb808fe1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html index 259b9e8d9c..2f7466651b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<GameContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/thread-id.html index 1bf462d4fe..7868774b5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/-send-game/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/index.html index af6f417778..6d7d27883d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.games/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html index 514dbfdea0..73da21221a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-files/index.html index 744b4ae574..7d7c4fc005 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-files/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html index f8545b5689..19bfd0df0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html @@ -66,7 +66,7 @@
constructor(data: D, files: F)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html index 2819b2a123..e4faf61434 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html @@ -66,7 +66,7 @@
val data: D
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html index 3339794538..a9b65b619f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html @@ -66,7 +66,7 @@
val files: F
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html index c1bc2009a9..8149be6099 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html index cced0cc0eb..83af815267 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html @@ -66,7 +66,7 @@
open override val mediaMap: Map<String, MultipartFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html index f022cc565d..0a1ee5e05e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html index befa46328c..9f181e1ac9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html @@ -66,7 +66,7 @@
open override val paramsJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html index 70e2536205..eb958743f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<R>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/index.html index f9e2db6733..1da693af4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media.base/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html index 1c4af22392..20add46b80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html index 6b3d44d3bf..93d0a32fae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html @@ -66,7 +66,7 @@
@SerialName(value = "animation")
val animation: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html index 818b4a3206..8fb3545551 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html index bf7c600e0b..f0423493b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html index e69ba0a655..cd11470dc8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html index 3ac673769b..f44fff312e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html index 54daa556b0..cbe43d29a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html @@ -379,7 +379,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html index 44da7f3de5..c5f73d9726 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html index ffe2ffc1f9..7acef8d247 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html index 66e6351c0c..0a909779a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html index b0a37f037f..1921f3d9ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html index 4223a884fa..4a870893ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html index 6b3321182b..06e2d3b3c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html index 7b9e5634df..382c2d5e3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<AnimationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/spoilered.html index 39ad60ad09..612ad4bd77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html index f89d61c4a7..9a1fcd2903 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html index 6d4cb731bc..9bee8b01c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thread-id.html index a03ed18f52..5898428965 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumbnail.html index b20d32e1dd..1ec6733cfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html index 6c7233a50b..66a7837b48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html index eb6ccd030d..6eb79bbaa8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html index 8c14f0e2f2..80ae4a1021 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumbnail.html index 275f5ea0d2..c2ddbffc02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation.html index e38e03dfb7..aee4280dfd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-animation.html @@ -66,7 +66,7 @@
fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumbnail: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<AnimationContent>>
fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumbnail: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<AnimationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html index 0e4b058fb2..4a5dc1fbef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html index fd43863aed..f6287e5929 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html @@ -66,7 +66,7 @@
@SerialName(value = "audio")
val audio: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html index 3c505a8696..77e7a4d255 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html index 03112faa9a..9290a3e6d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html index 8cac5a316e..283906e69d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html index 0e963c5c6b..1934629aa2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html @@ -364,7 +364,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html index c7995a2b38..22bfd30da8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html index a3833e4ed1..2edbdc8c65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html index c68967a9d2..9f822f80ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html @@ -66,7 +66,7 @@
@SerialName(value = "performer")
open override val performer: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html index 8c886c6d92..a2ffdff7a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html index 17cae22543..092ed3ad0f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html index d63e5beef2..efb3079594 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html index 07577e1631..4287e6fe4b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html index 41b1c4fb62..e833af4c69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<AudioContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html index aa5392598f..acbe093fd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html index a3a5ba2ec7..91f9ca036e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thread-id.html index b31eac4a20..57e26cf4e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumbnail.html index 90b1e450bd..7831ae5f9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html index 6baba382f2..06abff466f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html index d9405d1cb1..e386bcb47c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html @@ -66,7 +66,7 @@
val audio: MultipartFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html index f7d0883cc7..62af529b48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumbnail.html index 259f9ccf74..273aa26f09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio.html index 6b0084c6d6..249e80b63a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-audio.html @@ -66,7 +66,7 @@
fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumbnail: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<AudioContent>>
fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumbnail: InputFile? = null, entities: List<TextSource>, duration: Long? = null, performer: String? = null, title: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<AudioContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html index 6193dcf6e8..6a90baed8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html index d3bdf274bb..2174ce48a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html index a766a1e1e0..3fbd8f02b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_content_type_detection")
val disableContentTypeDetection: Boolean? = null

Parameters

disableContentTypeDetection

Disables automatic server-side content type detection for document

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html index a0cd6cbe33..21bb228afc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html index 78e4f9580b..601b227cd6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html @@ -66,7 +66,7 @@
@SerialName(value = "document")
val document: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html index 9b893bf59a..b5292d6fbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html index 0e0a4cb13e..95ec01c491 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html index 628154f740..a061dadf09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html index d4cd2637fb..0588df6f9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html index e1ae7ea81d..d8e621a92d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html index df4b663a92..6109cb30d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html index f137341175..b0ed506562 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html index 42106bb11b..e71e913943 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<DocumentContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html index a6cf9d0238..548f854a55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html index 132fd186de..087956bb63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thread-id.html index 4afd720a88..5da75f263b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumbnail.html index 3c0f28549c..a8552dc46f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html index 89d2adf2e1..b5cc617053 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html @@ -66,7 +66,7 @@
val document: MultipartFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html index 649461ca65..b78bdbee24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumbnail.html index 117f026188..044eab4f9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document.html index 3670a82eb1..50752ecdd0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-document.html @@ -66,7 +66,7 @@
fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumbnail: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request<ContentMessage<DocumentContent>>
fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumbnail: InputFile? = null, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request<ContentMessage<DocumentContent>>

Use this method to send general files. On success, the sent ContentMessage with DocumentContent is returned. Bots can currently send files of any type of up to 50 MB in size, this limit may be changed in the future.

Parameters

disableContentTypeDetection

Disables automatic server-side content type detection for document

See also

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html index d4cede5b4c..ac99d1d300 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html @@ -66,7 +66,7 @@
inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): Request<ContentMessage<MediaGroupContent<DocumentContent>>>

Use this method to be sure that you are correctly sending documents media group

See also

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html index ddbde836e9..0fa181f59e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html index 3fc8051635..5e1d0b99ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html index c8e08432b4..b179ad41a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html index 2b1a616106..426c363381 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html index 600ff2b092..a68a1a16ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html index e294f1f623..052164c648 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html index 303cde2c3f..539ba40430 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html index 83d7a85057..ebadb75095 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html index 2379c75e87..d3251b17a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html index 35f12c3094..eb92ff6c20 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/thread-id.html index 19417e4c7f..bcf54099eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html index ed4f075f63..2dab92d14c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html index d11b52b708..e59c7a4e19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html index 6eef2d5be1..ebcba1b1f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html @@ -66,7 +66,7 @@
fun <T : MediaGroupPartContent> SendMediaGroup(chatId: ChatIdentifier, media: List<MediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): Request<ContentMessage<MediaGroupContent<T>>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html index f9d2fb8ca8..b0832be02e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html index 75253e689d..c7e21c8e54 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html index 4f3bd9dea0..dc1f992f10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html index 9dc300d6ab..24a7d81960 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html index 11ae15953a..67caab1ee1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html index 9c3babab72..d7003e5ad7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html index 5780468d63..a635937efa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
val photo: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html index bbb8bb4e0b..6b53be8cda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html index 778c423ac4..9bef2c2eeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html index b3efbc3170..9ad8e23134 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html index 6c629e7324..9e66aa9388 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html index 7e8524f069..de3de5d8ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<PhotoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/spoilered.html index b6496eea5a..b400d5f0d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html index 69ae528711..8871c6c84d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html index 4ca26130ac..bb7e396273 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/thread-id.html index 52d042f84f..e607843a6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html index 860b60bedc..c6254bab9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html index ad1aa2e9fb..0d2b82134e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo.html index e9d0e2e318..5a53951b77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-photo.html @@ -66,7 +66,7 @@
fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<PhotoContent>>
fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, entities: TextSourcesList, spoilered: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<PhotoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html index f03157cafe..7934c2e8bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html @@ -66,7 +66,7 @@
inline fun SendPlaylist(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): Request<ContentMessage<MediaGroupContent<AudioContent>>>

Use this method to be sure that you are correctly sending playlist with audios

See also

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html index ce5aa1b961..d657303e5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html index 8b0f5765b7..32efe93e08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html index f1cbf33046..f8b58fe9ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html index 87daa21597..bb9bbc3585 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html index e6d04e4ace..fe5c9167a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html index 95d7ca73b3..cd7e53de7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html index a9122b2568..fcf36e1354 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html index 51fb1eb08d..3987e35339 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html index 9f1aa20ef7..f8e9b2b205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html index 75736b2ee7..b8d5f6b3d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<StickerContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html index 16ebdee508..d10cccecee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/thread-id.html index 1ceb9bcba4..a00bab737b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html index 5b8c5d1fce..c0d9f0c461 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html @@ -66,7 +66,7 @@
fun SendSticker(chatId: ChatIdentifier, sticker: InputFile, threadId: MessageThreadId? = chatId.threadId, emoji: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<StickerContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html index e9d7e5e7dd..2ce44dcdf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html index 47c8371223..4de4ded7a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html index 24a90e1d77..7bb1df48ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html index 12dd29a87b..6e64620a0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html index 7dc2254106..e02dacc9ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html index 35bc6a3ac1..93efa3aff5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html @@ -394,7 +394,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html index 2d28de72e3..b590d0710d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html index 204a3bde23..c09c13c7c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html index d96a23e28a..812598592d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html index bb467fdecc..0591a4c64c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html index 13f75867f2..bd5e41ed13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html index 103c09528e..b34f441fa3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html index e6c7db1594..1ac3887cf5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<VideoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/spoilered.html index 764abf939e..ade0ddfb7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html index ca781c0abf..1ef2b2fd0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html @@ -66,7 +66,7 @@
@SerialName(value = "support_streaming")
val supportStreaming: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html index 92a6130601..774dcbbbfa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html index 48d7b18a09..ca230d0517 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thread-id.html index 8b1c0ff646..dea1c07e9d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumbnail.html index c12c2240f6..44398b2439 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html index 7c257c8595..34b49e7f56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html @@ -66,7 +66,7 @@
@SerialName(value = "video")
val video: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html index 69681410b4..fb6f121e8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html index e67f3d1bc6..f7c35dcc97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumbnail.html index 04585bc3a2..090fdb047a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html index 6d3351aae3..221a8049c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html @@ -66,7 +66,7 @@
val video: MultipartFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html index 2e45cc7e01..1cdcf0114d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html index bf54638a61..ad07185df2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html index 5c863c2c39..3459873249 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html index 5ea0e8e7b1..585cd5454f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html index 1df1ebd831..66fb3f01d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html @@ -66,7 +66,7 @@
open override val height: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html index 95405ff371..d155f159bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html @@ -304,7 +304,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html index fbc24add76..d21e1cda6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html index fe8e4ec667..8a9ac06922 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html index 517860afe3..9574ffe14f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html index aae09b918b..b15ef91644 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html index c03b4513fa..d58a2fc12d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html index 7e833c2289..0076d06336 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<VideoNoteContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thread-id.html index 3f87d5c03f..58fee27a22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumbnail.html index 6f7e5b490b..0a5a9f25a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html index 8580b6ff5e..4d3ca56a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html @@ -66,7 +66,7 @@
@SerialName(value = "video_note")
val videoNote: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html index 83ca395211..e714db4016 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html @@ -66,7 +66,7 @@
@SerialName(value = "length")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html index 4730a50ee3..0b78805206 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumbnail.html index d4f2cb63c6..1131a349c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html index 1bae03e948..c69f1308d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html index 1b2d2d3932..dc4fc0612c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html @@ -66,7 +66,7 @@
fun SendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumbnail: InputFile? = null, duration: Long? = null, size: Int? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VideoNoteContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video.html index 556fc279ea..9f6af3de32 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-video.html @@ -66,7 +66,7 @@
fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumbnail: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VideoContent>>
fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumbnail: InputFile? = null, entities: TextSourcesList, spoilered: Boolean = false, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VideoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html index 68b7abda88..04263611bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html @@ -66,7 +66,7 @@
inline fun SendVisualMediaGroup(chatId: ChatIdentifier, media: List<VisualMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null): Request<ContentMessage<MediaGroupContent<VisualMediaGroupPartContent>>>

Use this method to be sure that you are correctly sending visual media group

See also

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html index 4798858a6b..2fa17175ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html index 6a330e03aa..7ffbb79d43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html index d4d5f2f959..95e2f13c45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html index 1bd53aa8c9..ad3f81961e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null

Duration of media, usually in seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html index f4cce20112..5f464b5cce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html index 5c4f1f9a23..3b8fe27793 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html index e4c773884c..bb3c5b8718 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html index e6042d3553..9d071fc076 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html index 3296a681a4..0926850def 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html index d99336de8d..b93f4bf2b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html index 38ef0d9937..166da6e418 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html index fa4c0f3c5e..1cbc848b15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<VoiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html index fe172086f2..a0713424f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html index 49c7057b76..64caae8f99 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/thread-id.html index 6d5a5f46f6..12c7551a0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html index ae1fc2bb51..d979fea9ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html @@ -66,7 +66,7 @@
@SerialName(value = "voice")
val voice: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html index 2a2561c436..4560117b64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumbnail.html index b1f2e83792..ba5a7ca5f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumbnail.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html index 7bc543e707..7dc9c63b3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html @@ -66,7 +66,7 @@
val voice: MultipartFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice.html index 473a1d1c7f..8641ae7eb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/-send-voice.html @@ -66,7 +66,7 @@
fun SendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VoiceContent>>
fun SendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, threadId: MessageThreadId? = chatId.threadId, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VoiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/index.html index 9275550fd3..f5cb293cec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/index.html @@ -532,7 +532,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html index 6f85fef90a..7e6966e7c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/-create-invoice-link.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/-create-invoice-link.html index f55961dc1c..84b83a1f28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/-create-invoice-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/-create-invoice-link.html @@ -66,7 +66,7 @@
constructor(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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)

Parameters

providerData
  • JSON-ENCODED FIELD

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/currency.html index d54c462c3a..617a081381 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/description.html index 475039ab5e..027ebb5749 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/index.html index ec4123c83d..28507f4689 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/index.html @@ -491,7 +491,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/max-tip-amount.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/max-tip-amount.html index 03881c1a8c..f4d797db1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/max-tip-amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/max-tip-amount.html @@ -66,7 +66,7 @@
@SerialName(value = "max_tip_amount")
open override val maxTipAmount: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/method.html index bad43d9ff2..6472a553a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/payload.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/payload.html index cd89a2930e..62f16e8a9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/payload.html @@ -66,7 +66,7 @@
@SerialName(value = "payload")
open override val payload: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-height.html index b75567d97d..f4aee05e37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-height.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_height")
open override var photoHeight: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-size.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-size.html index a445559e19..c41f315d96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-size.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_size")
open override var photoSize: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-url.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-url.html index e2a9a1012f..07500efe45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-url.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_url")
open override var photoUrl: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-width.html index a39ff8ddf9..c3838ac312 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/photo-width.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_width")
open override var photoWidth: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/price-depend-on-ship-address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/price-depend-on-ship-address.html index 50efe036e2..1fa0cbf773 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/price-depend-on-ship-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/price-depend-on-ship-address.html @@ -66,7 +66,7 @@
@SerialName(value = "is_flexible")
open override val priceDependOnShipAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/prices.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/prices.html index 4b155c2f21..20d1b4e81d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/prices.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/prices.html @@ -66,7 +66,7 @@
@Serializable(with = LabeledPricesSerializer::class)
@SerialName(value = "prices")
open override val prices: List<LabeledPrice>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-data.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-data.html index e415e3ff82..9ee6e01ca9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-data.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_data")
open override val providerData: String? = null

Parameters

providerData
  • JSON-ENCODED FIELD

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-token.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-token.html index db5345ad13..da242ac6e6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-token.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/provider-token.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_token")
open override val providerToken: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/request-serializer.html index 051c5ab530..ceed6c4816 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-email.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-email.html index 1dfe51329b..d7dc43c4ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-email.html @@ -66,7 +66,7 @@
@SerialName(value = "need_email")
open override val requireEmail: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-name.html index fa2b4ace67..253216bb72 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-name.html @@ -66,7 +66,7 @@
@SerialName(value = "need_name")
open override val requireName: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-phone-number.html index 45b48f4a57..5613caedfe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "need_phone_number")
open override val requirePhoneNumber: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-shipping-address.html index 104f0a33b8..792c1c66c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/require-shipping-address.html @@ -66,7 +66,7 @@
@SerialName(value = "need_shipping_address")
open override val requireShippingAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/result-deserializer.html index e9912ea58b..d9361fb33c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/set-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/set-photo.html index 67650d3298..f118094f45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/set-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/set-photo.html @@ -66,7 +66,7 @@
open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-email-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-email-to-provider.html index 581f9ce155..8818a4d32b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-email-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-email-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_email_to_provider")
open override val shouldSendEmailToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-phone-number-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-phone-number-to-provider.html index 62e6900844..da97fc2800 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-phone-number-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/should-send-phone-number-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_phone_number_to_provider")
open override val shouldSendPhoneNumberToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/suggested-tip-amounts.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/suggested-tip-amounts.html index 71e370d9cf..a6202e4a36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/suggested-tip-amounts.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/suggested-tip-amounts.html @@ -66,7 +66,7 @@
@SerialName(value = "suggested_tip_amounts")
open override val suggestedTipAmounts: List<Int>? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/title.html index 53a60c2c22..0ffc610897 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/unset-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/unset-photo.html index 9ec7690ae7..d07a43e49f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/unset-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-create-invoice-link/unset-photo.html @@ -66,7 +66,7 @@
open override fun unsetPhoto()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html index 1c16e06381..d1108b5241 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html @@ -66,7 +66,7 @@
constructor(chatId: IdChatIdentifier, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null)

Parameters

providerData
  • JSON-ENCODED FIELD

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html index 926c5d6773..8409eae148 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html index 84cdd0d4d1..605765917c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html index 64a5f97f8a..430c2d3022 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html index 57d7aaf02c..dd57276cb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html index 908f4bfd35..57d289e893 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html index 4487d5dd93..13b3374741 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html @@ -611,7 +611,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html index ec414d8a68..a90dce4dd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html @@ -66,7 +66,7 @@
@SerialName(value = "max_tip_amount")
open override val maxTipAmount: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html index 7abc8911ba..27e16db403 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html index 500d7a5a63..94c8b5be45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html @@ -66,7 +66,7 @@
@SerialName(value = "payload")
open override val payload: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html index 215e876be2..16ad9d5b5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_height")
open override var photoHeight: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html index fe388a2d27..f5dfd74d30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_size")
open override var photoSize: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html index 4c443938a9..d660f4c437 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_url")
open override var photoUrl: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html index 5af9a099b0..5e444307f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_width")
open override var photoWidth: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html index 9861de8aeb..85f99cfcc5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html @@ -66,7 +66,7 @@
@SerialName(value = "is_flexible")
open override val priceDependOnShipAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html index ee220d8bf3..4b10d3eacc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html @@ -66,7 +66,7 @@
@Serializable(with = LabeledPricesSerializer::class)
@SerialName(value = "prices")
open override val prices: List<LabeledPrice>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html index d390e6a4fb..3597ba4c8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html index c917d63317..c592dcb2fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_data")
open override val providerData: String? = null

Parameters

providerData
  • JSON-ENCODED FIELD

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html index 9eafd026d0..e930b100e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_token")
open override val providerToken: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html index a2791b4971..fd0631e41c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html index 07fef3afac..9bef6daea5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html index a2f1b55769..da368538b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html index 4fc7da3b2c..3607c1b065 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html @@ -66,7 +66,7 @@
@SerialName(value = "need_email")
open override val requireEmail: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html index e24d3ecf70..1837869145 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html @@ -66,7 +66,7 @@
@SerialName(value = "need_name")
open override val requireName: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html index 86709a96c3..64caadb31a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "need_phone_number")
open override val requirePhoneNumber: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html index e68cbe4ef5..d9a68b41c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html @@ -66,7 +66,7 @@
@SerialName(value = "need_shipping_address")
open override val requireShippingAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html index 9f0dfa3e02..c4813be412 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<InvoiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html index 3470c06f41..9de7addc9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html @@ -66,7 +66,7 @@
open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html index 82911de2c8..5a0e4d1a9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_email_to_provider")
open override val shouldSendEmailToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html index 8acb7f0368..bfcdcba89f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_phone_number_to_provider")
open override val shouldSendPhoneNumberToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html index 13d36d7224..afdb7ae8b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html @@ -66,7 +66,7 @@
@SerialName(value = "start_parameter")
val startParameter: StartParameter? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html index a1b3b51af6..6b868b8fce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html @@ -66,7 +66,7 @@
@SerialName(value = "suggested_tip_amounts")
open override val suggestedTipAmounts: List<Int>? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/thread-id.html index 9a2ee7e43b..993ca9f770 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html index 4652ce9563..2049609e25 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html index 8dc7e1b037..0cce288ea4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html @@ -66,7 +66,7 @@
open override fun unsetPhoto()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/index.html index 1b756c9ef3..dbad6b5408 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.payments/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html index 5f798a0a16..e8f69ead99 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html @@ -66,7 +66,7 @@
fun SendPoll(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html index 2ad6483ff2..b1112c5978 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html index 54651399e7..8ccd802f10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html index a3c480bf35..cbad4f0d6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html @@ -66,7 +66,7 @@
abstract val isAnonymous: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html index 81c7b10f15..d8aab0eaff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html @@ -66,7 +66,7 @@
abstract val isClosed: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html index e1870142f2..f63d93a4be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html index 7724c1399a..ce1d755fea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html @@ -66,7 +66,7 @@
abstract val options: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html index 84cd1a07de..a227253409 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html @@ -66,7 +66,7 @@
abstract val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html index d33e195620..f9d28ebeaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<PollContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html index 0995c6268b..5a6564a957 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html index 53f78bdf64..e96606f689 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html @@ -66,7 +66,7 @@
fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll
fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List<String>, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: List<TextSource>, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html index 022eaf2d6c..59088e0560 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html index fdcf5eefaf..8b6133a3e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html index da67a9245d..5eb69a3dfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html @@ -66,7 +66,7 @@
@SerialName(value = "correct_option_id")
val correctOptionId: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html index 453b070f2d..c2699a759b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html index 4a91e86c09..91260a0835 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html @@ -394,7 +394,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html index 8c0d76a3c5..be9231db54 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html index 75ce2e57bb..7d6d16bc39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html @@ -66,7 +66,7 @@
@SerialName(value = "is_closed")
open override val isClosed: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html index 6fbeb7af0a..ad2f1f2191 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html @@ -66,7 +66,7 @@
@SerialName(value = "options")
open override val options: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html index 8692484cce..47231f4e0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "explanation_parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html index ea7041a914..d30b14070e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html index 15ae7eed16..37343006b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html @@ -66,7 +66,7 @@
@SerialName(value = "question")
open override val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html index 13a2741456..3f22ce64c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html index 61158d3cd2..cfd880e73a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html index 81aaaf73a2..108abbd8cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html index bdc59ced34..d705cc8c59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html index bb0f9b9f5b..1ef9a5f0cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html @@ -66,7 +66,7 @@
@SerialName(value = "explanation")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/thread-id.html index 02ed6bd7e7..00daf4fac5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html index 1af6b9a379..4b7073748a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html index 7d6fb60059..232c43b729 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html @@ -66,7 +66,7 @@
fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html index 76f7aa6278..f7440dc486 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html index 0af5be2b4d..c04afd6bc7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html @@ -66,7 +66,7 @@
@SerialName(value = "allows_multiple_answers")
val allowMultipleAnswers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html index d86d8e8ca6..d69ddb700e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html index 2edfc324ab..841da0cd8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html index 8a277a778a..52fe150118 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html index 8ea4225bb0..a508a0d4a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html @@ -353,7 +353,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html index 69a1e2b5bd..3ddb6ceacd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html index 2f4d84d63a..ff31f3f23f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html @@ -66,7 +66,7 @@
@SerialName(value = "is_closed")
open override val isClosed: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html index 285f9130d6..3b2f92f046 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html @@ -66,7 +66,7 @@
@SerialName(value = "options")
open override val options: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html index 73726b19e7..bcbbb36ed3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html index 3a224536ab..51cbb3941f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html @@ -66,7 +66,7 @@
@SerialName(value = "question")
open override val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html index 3c6cde7469..9c9f4a3f6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html index 956d0a8c4c..e3e7ce63ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html index 94282651f6..783f8962df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/thread-id.html index ef89f558cc..a49920142b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html index 4c5c7b8b85..2cf845cc98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/create-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/create-request.html index ad22908972..59b9a055bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/create-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/create-request.html @@ -66,7 +66,7 @@
fun Poll.createRequest(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendPoll

Return

SendPoll in case when all is right. It can return SendRegularPoll for QuizPoll in case if QuizPoll.correctOptionId equal to null

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/index.html index 33c5fc5fe3..c9dd45c626 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send.polls/index.html @@ -183,7 +183,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message.html index a21a697049..bfb285d9ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message.html @@ -66,7 +66,7 @@
fun CopyMessage(toChatId: ChatIdentifier, fromChatId: ChatIdentifier, messageId: MessageId, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage
fun CopyMessage(toChatId: ChatIdentifier, fromChatId: ChatIdentifier, messageId: MessageId, entities: List<TextSource>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage
fun CopyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChatId: ChatIdentifier, text: String? = null, parseMode: ParseMode? = null, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage
fun CopyMessage(fromChatId: ChatIdentifier, messageId: MessageId, toChatId: ChatIdentifier, entities: List<TextSource>, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html index c653db9421..10cbd1475e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html index 7219c0027b..fe5075b8e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html index c4f95ecf34..b6109d09d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html index 1bb6256cc4..b1cd255582 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "from_chat_id")
val fromChatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/index.html index 89cf7b5dfc..61a5b4e48e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html index b52c132f69..8e9bcabbaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/method.html index 20b033720d..9ed59b3217 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html index fb97a686b6..e163d7887e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html index c1092c43c7..3d3139d421 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html index b884170b2f..5e88f26596 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html index ebe453601e..f5bfe2fe31 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html index 782f86650c..4d68386a6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html index ad9e8c04d2..b73d8a7d22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<MessageId>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html index a9440676d6..149f225f66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text.html index c1d3ef90c1..1fdadffe01 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/thread-id.html index 8aa56281be..549a86a645 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html index 6c3facf80c..bee061db5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
val toChatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-order-changing-deprecation-warn.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-order-changing-deprecation-warn.html index 67139404f6..d9fd4b9ac0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-order-changing-deprecation-warn.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-order-changing-deprecation-warn.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html index 72b72bb9a6..19ce996a62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, action: BotAction, threadId: MessageThreadId? = chatId.threadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/action.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/action.html index 678bdb85d1..b7cdde42db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/action.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/action.html @@ -66,7 +66,7 @@
@SerialName(value = "action")
val action: BotAction
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html index cd135b4a84..c1d4a7ffff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/index.html index 19e16c759b..763b0f59d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/method.html index acad691472..12a928429d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html index e93e7886fa..1b25419245 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html index 1f184ccb98..4841646dcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/thread-id.html index 1cca90956c..8e1f10e98b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-action/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html index a70aeaf840..4e43592e92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, contact: Contact, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
constructor(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html index 1b2ea3da5b..394f9be2ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html index 5f24c7074d..db376b5dd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html index 935db2b77a..7457c56e0f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html index d17d9903d5..280c0638f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/index.html index de757dd0cc..a0c5803eca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/index.html @@ -293,7 +293,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html index 023fb9c60c..793a963796 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
val lastName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/method.html index e9a081e383..b8213dee8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html index 3e2bdee3f9..af766d6aae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html index 7e3222fe9d..a40a0c5d91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html index a94957afa1..8c993c5470 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html index 19a45c984b..024ee54657 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html index 5553013dcd..eca5eb3e45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html index edec1bcca8..17d96fd684 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<ContactContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/thread-id.html index 81e81afc8b..a30599b726 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-contact/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html index c3ba80b5d9..d90f1fc4ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, threadId: MessageThreadId?, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html index e684b38f08..636731dafc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html index 89b11f947c..25caa8c464 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
val animationType: DiceAnimationType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html index 5afda170c2..5f1a4ce69e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html index 173010fafc..8d59baddaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/index.html index 91cbcb5943..487fc6006f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/index.html @@ -263,7 +263,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/method.html index ed8e68b930..35168fc57e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html index ae7fdea0e4..d825890266 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html index 6e7f873485..021f48c9cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html index 19adf5f553..74d9d0dd80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html index aa4274c72d..fa744757f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html index bc35606073..9b1c0c207e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<DiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/thread-id.html index f58832d668..8adca115b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-dice/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-live-location.html index a268af668b..001a939285 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-live-location.html @@ -66,7 +66,7 @@
fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location.html index dc62920f3b..f075ed5590 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location.html @@ -66,7 +66,7 @@
fun SendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html index 805433cea4..ae3ab31b9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html index 8724b99e5c..4da62525a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html index f1a6725f19..3290057c88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/heading.html index 2d5583c655..55655efdab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html index 07bfe7f80a..7f978a8945 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/index.html index 5727539aaa..4502c4a379 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html index b24474b6e3..4c73e19a92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html index 7b7f6224a7..fbb763d76d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html @@ -66,7 +66,7 @@
@SerialName(value = "live_period")
open override val livePeriod: Seconds? = null

Period in Seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html index 66b42272b8..4ef683274a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/method.html index be3c0ce311..991ec2a809 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html index 2901849906..31a4040cb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html index 2b7586c6e6..533675c149 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html index 03c7fe553d..37633d3b95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html index dcd157ed20..d7a0cfb013 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html index 6287068971..a56eef79fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html index 83564b51cf..58f579d62f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<LocationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/thread-id.html index 14de777230..f55ea3f692 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-location/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-static-location.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-static-location.html index 9217970ed9..ccc507b488 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-static-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-static-location.html @@ -66,7 +66,7 @@
fun SendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message.html index 031e86c292..cbad809c30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message.html @@ -66,7 +66,7 @@
fun SendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage
fun SendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html index 2c763c3536..76fd29fe0d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html index 9e6b80f65f..9680d0d945 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html index a9b9b703d2..c5a2e7b8df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html index 1fb48e9ed1..dd55ef59d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_web_page_preview")
open override val disableWebPagePreview: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html index 947bca7369..1f41ff4dc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html @@ -304,7 +304,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html index 700424d2a0..91173ab932 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html index 2349c52f8b..d7d87b54c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html index e9ccd75a9f..91543d4db1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html index ea099dddca..5258acd787 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html index 2b1996e470..b8fc0a0454 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html index da1100a33a..f526ebc3eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html index a4b6c601a2..1f496f0963 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<TextContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html index 1818b55e2c..89ec3597a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html index 61414bf542..7b3cc8c9a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/thread-id.html index d1efaf2373..0dc3f5cb18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-text-message/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html index d41e26ead0..bd3a3b3216 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, venue: Venue, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
constructor(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/address.html index 3f06f22cd0..b08d36ec8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/address.html @@ -66,7 +66,7 @@
@SerialName(value = "address")
val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html index 2d5e6679b1..a0d8b551d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_sending_without_reply")
open override val allowSendingWithoutReply: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html index 1d4bc296e4..7c076e6471 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html index 428e3ab232..64c0b21fe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
open override val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html index c0c7634a5b..157ce08892 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_id")
val foursquareId: FoursquareId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html index 08de630209..aef729f5aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_type")
val foursquareType: FoursquareType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html index 0fe4b215a7..4b102736f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_id")
val googlePlaceId: GooglePlaceId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html index a78162dcb9..7fed394de9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_type")
val googlePlaceType: GooglePlaceType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/index.html index 9283d72eac..2f21802e5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/index.html @@ -368,7 +368,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html index 133f57458f..c046a227af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html index 3b79c4673c..95b813cccb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/method.html index 249aa864aa..e8745d2d0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html index f112adfb60..9f7dbc1a64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html index baf1915052..d9dd072e56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: KeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html index 2da14e55dc..e78e3f6bd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_to_message_id")
open override val replyToMessageId: MessageId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html index f02b9434f3..0dffb198fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html index e867f7aef8..beee8d8710 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ContentMessage<VenueContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/thread-id.html index 7789910d5a..d2cc6d1ea1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/title.html index 365e2b4f5e..f06ea820ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/-send-venue/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/index.html index 469ec430ef..5e411f5aae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/index.html @@ -292,7 +292,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/to-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/to-request.html index b7fb9ef412..0af9653972 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.send/to-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.send/to-request.html @@ -66,7 +66,7 @@
fun Contact.toRequest(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendContact
fun Venue.toRequest(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendVenue
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html index b6fb2ca74a..c46357947c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html index f13f3fbc32..fb7ff3e8a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html @@ -66,7 +66,7 @@
abstract val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/index.html index 01bc3ec9e1..5819591007 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/user-id.html index df68e1890c..4ff03d2d16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-owner-sticker-set-action/user-id.html @@ -66,7 +66,7 @@
abstract val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html index f425c20bfa..b8a8912872 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/input-sticker.html index 7cf6c50c5f..fcd21a6de5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/input-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/index.html index b9f9ca7c20..751b6fcb02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/sticker.html index e335526397..b80036b57e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-action/sticker.html @@ -66,7 +66,7 @@
abstract val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html index 69fe003f52..16829bae1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html index 3ad7719c79..0f01cc70e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html @@ -66,7 +66,7 @@
abstract val name: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html index dc2cbfcdf8..8139cca0ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: KSerializer<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/index.html index 639488b29b..fecfa0f567 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers.abstracts/index.html @@ -149,7 +149,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/index.html index 2647e56ce4..99e9582fb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/input-sticker.html index f1659616ef..b4cfba4d2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/input-sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val inputSticker: InputSticker
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/method.html index e2da2bd947..8811a51a43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/name.html index 85afa79e66..fe9e4bebdb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/request-serializer.html index 379467e92b..432a972300 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/user-id.html index 64bdcfc3af..ba098874be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set-data/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set.html index 7fba138884..1e0b0a025e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-add-sticker-to-set.html @@ -66,7 +66,7 @@
fun AddStickerToSet(userId: UserId, stickerSetName: String, inputSticker: InputSticker): Request<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set-serializer/index.html index a1e939fef4..7eae7633bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html index 92432c479e..5ffd4d8a8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html @@ -66,7 +66,7 @@
fun CreateNewStickerSet(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker>, needsRepainting: Boolean? = null): Request<Boolean>

Will create one of CreateNewStickerSet types based on the first element of stickers

Parameters

needsRepainting

Will be used only if you are creating custom emojis sticker pack (by passing stickers with type InputSticker.WithKeywords.CustomEmoji)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/-custom-emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/-custom-emoji.html index c8ea0042fd..d3347b2136 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/-custom-emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/-custom-emoji.html @@ -66,7 +66,7 @@
constructor(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker.WithKeywords.CustomEmoji>, needsRepainting: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/index.html index 7464c34440..b4dad36ac5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/name.html index a117915ac8..d57c83d4fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/needs-repainting.html index 88cbc902af..c0b5b38525 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/needs-repainting.html @@ -66,7 +66,7 @@
@SerialName(value = "needs_repainting")
val needsRepainting: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/sticker-type.html index 3774bbdc08..481ce0a133 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers-format.html index 69fc586735..069e323e8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
open override val stickersFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers.html index 2d32f4db8a..c57c3f1ff0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<InputSticker.WithKeywords.CustomEmoji>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/title.html index 043bcdfa65..b9af710509 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/user-id.html index 26565f2a10..c13fd1ada8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-custom-emoji/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/-mask.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/-mask.html index 9c6f8922c3..c47793c569 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/-mask.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/-mask.html @@ -66,7 +66,7 @@
constructor(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker.Mask>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/index.html index f522a21467..ccc050fcd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/name.html index 8b40747a7d..1c7c945abd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/sticker-type.html index 62adca34d7..3679c9ed93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers-format.html index 0b0a028f5f..8f72dd9c8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
open override val stickersFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers.html index e92b6fc632..273ef9bf22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<InputSticker.Mask>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/title.html index 5619987f18..d00434aa6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/user-id.html index 1f91183f37..ac99238679 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-mask/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/-regular.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/-regular.html index 61a9fe63ad..93c1c851b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/-regular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/-regular.html @@ -66,7 +66,7 @@
constructor(userId: UserId, name: String, title: String, stickersFormat: StickerFormat, stickers: List<InputSticker.WithKeywords.Regular>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/index.html index 93def2a767..660dd85ce9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/name.html index 33932fed59..a55e570593 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/sticker-type.html index 33f4a9a36f..905ac0e532 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers-format.html index 7fd1d19329..2a0e2fe902 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
open override val stickersFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers.html index 321b719315..00c0b9fa64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<InputSticker.WithKeywords.Regular>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/title.html index c2720b6025..cce3d3c3c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/user-id.html index 102a9b35c2..616b07bd48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-regular/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/index.html index 470ea7389c..0843670a52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/method.html index 54793cdeea..94d31cc20d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/name.html index 2a8f24b450..2f78808b1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/needs-repainting.html index 73c8575ff0..349a0d41c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/needs-repainting.html @@ -66,7 +66,7 @@
@SerialName(value = "needs_repainting")
val needsRepainting: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/request-serializer.html index 3533fc7cca..2521f0d3b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/sticker-type.html index 78db32b8a7..cc0fb6d3f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers-format.html index 89c2af3328..cc19dd7e48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
val stickersFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers.html index 730893ea7f..f5fa76e874 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
val stickers: List<InputSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/title.html index 2fe779df55..91a685f3c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/user-id.html index fd8824ff73..c59daf7b82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/-surrogate-create-new-sticker/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/index.html index 0f8f2a2066..3c6423bbc5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/method.html index fec39df616..e9272dca63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/request-serializer.html index 1555f024aa..c1be50ff9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/sticker-type.html index b4eebaa588..c372e3d6aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
abstract val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers-format.html index 0e81811800..1a64c714b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers-format.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers.html index 6e2a856b63..bbc0fd6c5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set/stickers.html @@ -66,7 +66,7 @@
abstract val stickers: List<InputSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html index fb7fad5082..9eb3b1d4da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html @@ -66,7 +66,7 @@
constructor(sticker: FileId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html index c9bd60eb92..28c0acd7b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html index 3c37a7f2e7..68091071e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html index a8f2eed637..dc7a032ff8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html index eeb8836525..2bd1b587a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html index 2d1a11cf4e..8f7a4f1b9d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/-delete-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/-delete-sticker-set.html index a378150c62..6524389b14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/-delete-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/-delete-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: StickerSetName)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/index.html index a725f2695c..586d3cac71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/method.html index 10dc955657..24949f95ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/name.html index 987eeffb8a..8e33b7eaa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/request-serializer.html index ea041937a9..e50a10a7aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/result-deserializer.html index 8a8648bf0b..3a0a6824ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/emojis-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/emojis-list.html index 896eda1c9a..0b32cba37c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/emojis-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/emojis-list.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_list")
val emojisList: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/index.html index 0b07385e74..bba9a721ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/keywords.html index 35e5bc1c87..75e54d3d02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/keywords.html @@ -66,7 +66,7 @@
@SerialName(value = "keywords")
val keywords: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/mask-position.html index 2c5326bf7a..7d991c1ec4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
val maskPosition: MaskPosition? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/sticker.html index 8ac0a1d92a..20950e4a0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/-surrogate-input-sticker/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/index.html index a2a7b0b07e..7b72b01abd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker-serializer/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/-mask.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/-mask.html index 054200ff8a..176d9bc4fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/-mask.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/-mask.html @@ -66,7 +66,7 @@
constructor(sticker: InputFile, emojisList: List<String>, maskPosition: MaskPosition? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/emojis-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/emojis-list.html index ccbb738740..0be73e8c2e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/emojis-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/emojis-list.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_list")
open override val emojisList: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/index.html index 72287f3e5b..5ac7344d6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/mask-position.html index 518196dd28..c50423f099 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
val maskPosition: MaskPosition? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/sticker.html index 65703262b7..fdc0d39f7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-mask/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/-custom-emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/-custom-emoji.html index 5bea568140..0227eaf950 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/-custom-emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/-custom-emoji.html @@ -66,7 +66,7 @@
constructor(sticker: InputFile, emojisList: List<String>, keywords: List<String>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/emojis-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/emojis-list.html index 55e9d64fbd..e01de7781d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/emojis-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/emojis-list.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_list")
open override val emojisList: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/index.html index 76b307569a..d8554ee124 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/keywords.html index b8a1ebeea4..6095153e36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/keywords.html @@ -66,7 +66,7 @@
@SerialName(value = "keywords")
open override val keywords: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/sticker.html index fe07dda516..1e8e45f48c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-custom-emoji/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/-regular.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/-regular.html index 8575ebd986..e09b1e7eeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/-regular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/-regular.html @@ -66,7 +66,7 @@
constructor(sticker: InputFile, emojisList: List<String>, keywords: List<String>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/emojis-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/emojis-list.html index 6f24e7aae1..a777a06362 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/emojis-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/emojis-list.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_list")
open override val emojisList: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/index.html index 9bcf43d056..66e2c1a671 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/keywords.html index e2496ed200..ece77605f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/keywords.html @@ -66,7 +66,7 @@
@SerialName(value = "keywords")
open override val keywords: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/sticker.html index 579be351b2..ecd4280f74 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/-regular/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/index.html index 466577398a..b64941e6ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/keywords.html index 05b204013e..3f2901f0f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/-with-keywords/keywords.html @@ -66,7 +66,7 @@
abstract val keywords: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/emojis-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/emojis-list.html index 4e773be614..3acc066a62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/emojis-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/emojis-list.html @@ -66,7 +66,7 @@
abstract val emojisList: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/index.html index e6a125977c..91695f7849 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/sticker.html index 27ae86fc98..57e19f604b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-input-sticker/sticker.html @@ -66,7 +66,7 @@
abstract val sticker: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/-set-custom-emoji-sticker-set-thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/-set-custom-emoji-sticker-set-thumbnail.html index 7d3fed9a4e..5510f83cf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/-set-custom-emoji-sticker-set-thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/-set-custom-emoji-sticker-set-thumbnail.html @@ -66,7 +66,7 @@
constructor(name: StickerSetName, customEmojiId: CustomEmojiId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/custom-emoji-id.html index 6c3f27d138..e0ecda8e1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/custom-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_emoji_id")
val customEmojiId: CustomEmojiId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/index.html index 033194a17b..15885ca2ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/method.html index 9cdda677e2..340a0467bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/name.html index 289b7b835c..7dadd44d2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/request-serializer.html index e510ebcd64..b4e3bdd1d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-custom-emoji-sticker-set-thumbnail/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/-set-sticker-emoji-list.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/-set-sticker-emoji-list.html index 0de5ff7820..e9898bcd09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/-set-sticker-emoji-list.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/-set-sticker-emoji-list.html @@ -66,7 +66,7 @@
constructor(sticker: FileId, vararg emojis: String)
constructor(sticker: FileId, emojis: List<String>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/emojis.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/emojis.html index c24b5a2b3e..0492836ec3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/emojis.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/emojis.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_list")
val emojis: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/index.html index 4146f89bab..ca80e2c11b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/method.html index 07bbdc8adc..c5eea255c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/request-serializer.html index 2e8b10ff5e..5072ba0414 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/result-deserializer.html index 01d497d789..50d97cc571 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/sticker.html index b3ac3609c1..87036026b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-emoji-list/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/-set-sticker-keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/-set-sticker-keywords.html index 08c6133ec9..b84f291a8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/-set-sticker-keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/-set-sticker-keywords.html @@ -66,7 +66,7 @@
constructor(sticker: FileId, vararg keywords: String)
constructor(sticker: FileId, keywords: List<String>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/index.html index feb6b727db..e3bafc4747 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/keywords.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/keywords.html index 7c4fa595c2..1a651418c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/keywords.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/keywords.html @@ -66,7 +66,7 @@
@SerialName(value = "keywords")
val keywords: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/method.html index ca203277f0..c480bc09f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/request-serializer.html index b1fa08ec3e..02da77997b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/result-deserializer.html index 21d1182c88..ba5b10f2b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/sticker.html index b3ea1c66b7..c3e8592323 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-keywords/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/-set-sticker-mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/-set-sticker-mask-position.html index 5b43487544..a42ffa23db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/-set-sticker-mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/-set-sticker-mask-position.html @@ -66,7 +66,7 @@
constructor(sticker: FileId, maskPosition: MaskPosition)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/index.html index 0c97ae8944..2caf7835b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/mask-position.html index 127a306ae0..2c75502f0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
val maskPosition: MaskPosition
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/method.html index afe757594a..561f0b736b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/request-serializer.html index 9e4964f729..15dcd50a84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/result-deserializer.html index 359235a9d0..c7ff5169b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/sticker.html index 205c033a53..2c367fe934 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-mask-position/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html index b659d9de8f..574eb17b6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html @@ -66,7 +66,7 @@
constructor(sticker: FileId, position: Int)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html index f8b68aa67b..d3a6cdd930 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html index 1502783163..ae0081a05b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html index 4bf1c96ae9..3f913393a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html @@ -66,7 +66,7 @@
@SerialName(value = "position")
val position: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html index 707847fbfd..3517b8404f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html index d147b4c70c..6d752fde7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html index d87146332c..6d7618ed33 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker")
open override val sticker: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail.html index c1b3bac169..52ad035e7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail.html @@ -66,7 +66,7 @@
fun SetStickerSetThumbnail(userId: UserId, stickerSetName: String, thumbnail: MultipartFile): Request<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/-set-sticker-set-thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/-set-sticker-set-thumbnail.html index 6ef43af4c0..30f6454e5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/-set-sticker-set-thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/-set-sticker-set-thumbnail.html @@ -66,7 +66,7 @@
constructor(userId: UserId, name: StickerSetName, thumbnail: FileId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/index.html index c64a24a1b5..ce17980ba4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/method.html index 6314934178..1098a94057 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/name.html index 67986b2291..40770af666 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/request-serializer.html index 3118cddd5a..2a69feac87 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/thumbnail.html index 98664fbf26..543b1c4213 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
val thumbnail: FileId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/user-id.html index 42602d3326..54c97c930b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumbnail/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
open override val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/-set-sticker-set-title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/-set-sticker-set-title.html index 58d7e8bdf5..c2a4040176 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/-set-sticker-set-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/-set-sticker-set-title.html @@ -66,7 +66,7 @@
constructor(name: StickerSetName, title: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/index.html index f47b4a0cf2..df757db0cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/method.html index 46a4b52e58..3badb0f437 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/name.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/name.html index 464da30d84..44d09f7632 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: StickerSetName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/request-serializer.html index 2f5d3c198f..c5f2592987 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/title.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/title.html index 57d8fc9cea..76e7a4395c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-title/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html index 600e1f0f96..0c005706c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html @@ -66,7 +66,7 @@
constructor(userId: UserId, sticker: MultipartFile = throw IllegalStateException("Detected autocreating try: this class can't be deserialized"), stickerFormat: StickerFormat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html index ecc4ba34dc..2b5b4976ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html index 6f98c18a6c..306bcdda43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html @@ -66,7 +66,7 @@
@Transient
open override val mediaMap: Map<String, MultipartFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html index 6315c5ee0f..119d152f9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html index 60e80f9b1f..21b4ba438a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html @@ -66,7 +66,7 @@
@Transient
open override val paramsJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html index 4e2dde5d8d..9e3803335d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<File>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker-format.html index 9bf7a7621c..e028fff9fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html index d23091d329..58323b6305 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html @@ -66,7 +66,7 @@
@Transient
val sticker: MultipartFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html index ca5b70663e..b499a35667 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/index.html index d21cd786c1..4323742d14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.stickers/index.html @@ -348,7 +348,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html index 119fb44390..cf966e318a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html index 6a3d096d9c..f4ea6e0c71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html index 4bb7f3aee1..b9839d14ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html index 79943938df..4a3a7cc6c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html index 55398e3481..58da86d473 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html index ccb01dbb4d..6995d76999 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html index 77af297652..e56e49e148 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html index 8e49cbf5bd..ff3d612f31 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html index 9957a0d237..a419428933 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html index 2647442444..eebfc6fb07 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<WebhookInfo>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html index cad8cc3d42..dcc3bf1327 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html @@ -66,7 +66,7 @@
constructor(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html index 7dbf111e6f..07e96f4ff3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html index 7899714dbd..89a98b8af1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html index 3f87d0edd5..d19f5f2eda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html @@ -66,7 +66,7 @@
fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): MultipartSetWebhookRequest
fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): SetWebhook


fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): SetWebhookRequest
fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, dropPendingUpdates: Boolean? = null, secretToken: String? = null): SetWebhook

Use this method to specify a url and receive incoming updates via an outgoing webhook. Whenever there is an update for the bot, we will send an HTTPS POST request to the specified url, containing a JSON-serialized Update.

If you'd like to make sure that the Webhook request comes from Telegram, we recommend using a secret path in the url, e.g. https://www.example.com/. Since nobody else knows your bot's token, you can be pretty sure it's us.

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html index 732a1c4801..1d33cfb3f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html @@ -66,7 +66,7 @@
@SerialName(value = "allowed_updates")
val allowedUpdates: List<String>?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html index 3a96aa4d79..709bc513d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html @@ -66,7 +66,7 @@
@SerialName(value = "certificate")
val certificateFile: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html index f341d0e460..e76bfe1e42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html @@ -66,7 +66,7 @@
@SerialName(value = "drop_pending_updates")
val dropPendingUpdates: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html index 482baf113c..3b5d089847 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html index dee639281d..90c7f2d478 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html @@ -66,7 +66,7 @@
@SerialName(value = "ip_address")
val ipAddress: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html index 7e4f2551de..4f0e87665e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html @@ -66,7 +66,7 @@
@SerialName(value = "max_connections")
val maxAllowedConnections: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html index d00cc8d754..aaec022d39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html index a8a812bb35..63f4ac690d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html index 7646ff8bdf..f63d620520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/secret-token.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/secret-token.html index d9d84d82db..9ec00e5e05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/secret-token.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/secret-token.html @@ -66,7 +66,7 @@
@SerialName(value = "secret_token")
val secretToken: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html index 7927879e69..34472bde35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/index.html index a3736aa474..2c63702e0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests.webhook/index.html @@ -168,7 +168,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html index 51deef7633..c3fb3f310e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html index f870d43d01..06c4067000 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/index.html index edf6bc9d08..a2f0b5314a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/message-id.html index 226ef97721..cd217aabac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/method.html index 6c3b911e6c..f6a6fdda70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html index 59ca498713..d939ba13cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html index 59beec7dcd..265de36416 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html index 1347d44a8c..a7555dabf4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html @@ -66,7 +66,7 @@
constructor(filePath: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html index a30fb5bf08..5725a5061e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/index.html index bdd5d4bb56..7601881e6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/method.html index f36ced4f33..7e1138b1e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html index 369a2051b7..809f409103 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ByteReadChannelAllocator>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/-download-file.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/-download-file.html index bf350dd767..ed088316a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/-download-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/-download-file.html @@ -66,7 +66,7 @@
constructor(filePath: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/file-path.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/file-path.html index 668b21931d..805f8b079b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/file-path.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/file-path.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/index.html index 0fd1b8eb67..688160d2c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/method.html index 06ef05bbe3..f866f0bde9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html index fd4b96c874..b42e112024 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<ByteArray>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html index 135baeed4d..0271f9a1e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html @@ -66,7 +66,7 @@
constructor(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageId, threadId: MessageThreadId? = toChatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html index 9f4ae9c2ab..a206584c32 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html index 466958c2d3..0f111ed63f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_notification")
val disableNotification: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html index f2c10bee7b..12cf269cdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "from_chat_id")
val fromChatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/index.html index 812e0fbb0c..236aa244f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/message-id.html index e609e1d4a6..e9a7316d3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/method.html index 8f0b197f7b..11abb9a514 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html index f3a5c7113a..4be417d3f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html @@ -66,7 +66,7 @@
@SerialName(value = "protect_content")
open override val protectContent: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html index a490bae53d..bf0a6500f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html index d1bd2e3be7..8db5b4017e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<PossiblyForwardedMessage>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/thread-id.html index 169ec8653f..4ee5b3e549 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
open override val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html index 295b1ae71d..67f90f5187 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
val toChatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/-get-updates-raw.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/-get-updates-raw.html index a997889a4e..8fbc084588 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/-get-updates-raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/-get-updates-raw.html @@ -66,7 +66,7 @@
constructor(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/allowed_updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/allowed_updates.html index 31ef6a7204..af70eecb49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/allowed_updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/allowed_updates.html @@ -66,7 +66,7 @@
open override val allowed_updates: List<String>?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/index.html index 604b4e4de4..4aa41e86dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/limit.html index 207fe07031..d48d526270 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/limit.html @@ -66,7 +66,7 @@
open override val limit: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/method.html index c4a80fd7bb..d1ac3eaae0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/offset.html index dfe7d1bc3b..375c886075 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/offset.html @@ -66,7 +66,7 @@
open override val offset: UpdateIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/request-serializer.html index 0f1d075e67..fe30e45650 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/result-deserializer.html index e57c58cd16..ee99fb6f56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<JsonArray>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/timeout.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/timeout.html index 9cc020828d..18fce61e5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/timeout.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-raw/timeout.html @@ -66,7 +66,7 @@
open override val timeout: Seconds? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/allowed_updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/allowed_updates.html index a69cc3248e..3a8f3ee46a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/allowed_updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/allowed_updates.html @@ -66,7 +66,7 @@
abstract val allowed_updates: List<String>?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/index.html index 0908fda90d..1d52557bcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/limit.html index a515591b2e..74a53c348d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/limit.html @@ -66,7 +66,7 @@
abstract val limit: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/method.html index 319a458523..43a4246b8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/offset.html index b698878b16..b7defba1aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/offset.html @@ -66,7 +66,7 @@
abstract val offset: UpdateIdentifier?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/timeout.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/timeout.html index 16182a9f55..1f0a41dfa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/timeout.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates-request/timeout.html @@ -66,7 +66,7 @@
abstract val timeout: Seconds?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html index f61caa2b4e..04b3a8a895 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html @@ -66,7 +66,7 @@
constructor(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List<String>? = ALL_UPDATES_LIST)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html index b6f9a59456..92c5810253 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html @@ -66,7 +66,7 @@
open override val allowed_updates: List<String>?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/index.html index e1b2abd9a0..0771bbea8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/limit.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/limit.html index 04189086bb..3e2a9f0589 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/limit.html @@ -66,7 +66,7 @@
open override val limit: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/offset.html index 08efc63d47..c28c8b0d63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/offset.html @@ -66,7 +66,7 @@
open override val offset: UpdateIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html index 06694cbff1..986fd046a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html index f1b06f35f6..03edf04d4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<List<Update>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/timeout.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/timeout.html index 4d136cde7c..b644f9020e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/timeout.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-get-updates/timeout.html @@ -66,7 +66,7 @@
open override val timeout: Seconds? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html index 8ed92bac12..c6cd83df4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html @@ -66,7 +66,7 @@
constructor(user: UserId, errors: List<PassportElementError>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html index c9c50be2b2..a5500dfd9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html @@ -66,7 +66,7 @@
@SerialName(value = "errors")
val errors: List<PassportElementError>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html index 09fb55ea71..abaeca12b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html index 98df5d6010..a2ec46382a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html index 2e40baa9e0..45e15dd374 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html index b543638956..329669f44b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Boolean>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html index 70139a596e..9a41c7125a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
val user: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html index 5843865ed5..a7aefde040 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html index 1764d9ad8e..2abfd0bc62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/index.html index e63163edd0..c0210c5320 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html index 1c9764d967..c9788874ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_id")
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/method.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/method.html index 33d91c61c6..3767ec3875 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/method.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/method.html @@ -66,7 +66,7 @@
open override fun method(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html index c26f3a607c..2008612e32 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html index c4e4901737..7441add98b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html @@ -66,7 +66,7 @@
open override val requestSerializer: SerializationStrategy<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html index 6a1b91bf55..fad535932f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html @@ -66,7 +66,7 @@
open override val resultDeserializer: DeserializationStrategy<Poll>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.requests/index.html b/tgbotapi.core/dev.inmo.tgbotapi.requests/index.html index 4dad1ccb36..ff5f80d1bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.requests/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.requests/index.html @@ -209,7 +209,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html index 5b8be23890..bdae8444ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html @@ -66,7 +66,7 @@
constructor(resultId: InlineQueryIdentifier, from: User, inlineMessageId: InlineMessageIdentifier?, query: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html index caffc6535f..6b10dece59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html index 23b2d9ae14..7c154ad96d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html index fd0f2a2382..16029d53a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html index a5d12ac0bf..280697824e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html @@ -66,7 +66,7 @@
open override val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html index f5fbc5a419..802e781f57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html @@ -66,7 +66,7 @@
open override val resultId: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html index d4fea9102a..36093daa6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html index fc804471ce..195286bc3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html index f6a1bc9a21..1c2a4a8e02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html @@ -66,7 +66,7 @@
abstract val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html index a2f32399c3..cbfcca1908 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html index dff91d7a2e..e75a8bbb47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html @@ -66,7 +66,7 @@
constructor(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html index 9d388e5587..c8fe7f7298 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html index f9f6e56298..417d6cff36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html index 98fd4c3d4d..f574f81163 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html index afd07522ca..29972b82f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html index adc4977aa3..82299694c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html @@ -66,7 +66,7 @@
open override val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html index 72ab8092c2..030472d14b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html @@ -66,7 +66,7 @@
open override val resultId: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/index.html index 413a968cd7..2bce62256f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html index b86059629b..177c91605e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html @@ -210,7 +210,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html index 54dd024b51..01d3d1ac0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html index acf81eee24..78769f4da1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html @@ -255,7 +255,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/index.html index 919c6b34c2..731d8cf2f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html index 5baecd8ddc..6adf2d1653 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html index 4f9f1bac59..1963f146a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html index e378dc29a4..c17b7e01df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html index 5c9e535520..4f42fc2863 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/index.html index 649ab589ee..b07a098e64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html index 14406ae369..2a0e39a45b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html index a2fa0ae93e..acedc99abf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html index 8ba0775a23..ada36f7882 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html @@ -210,7 +210,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html index 5c7f4483f5..225da8f6bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/index.html index bff08fc40f..3beffd6a03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html index 3c274421e7..30bbdfad12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html index 6f9d3a013d..98a7bc9f97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html index 1613871870..b9fc7797bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html @@ -210,7 +210,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html index 4c92590324..ee73fa5b40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/index.html index ed48736a27..b3735d1976 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html index 1ef528e747..b240fa1391 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html index 07220b8330..2cb67b6d9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html index d334857346..bcce879f0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html index 97e7f3cbca..aa3ec93152 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html @@ -285,7 +285,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/index.html index 8cee7cb0b2..0460a656f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html index 8fc364665f..9f04021c58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html index a5ffb45549..4592f554fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html index b281a47f22..fde9476e96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html index b27ad5e25b..5eca6594e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/index.html index c7b83b50c2..cdd879048a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html index 10eca76ce1..9fbe9ad6bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html index 193b588ad1..f16bbee838 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html index d0fcd1b633..80f914591e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html @@ -210,7 +210,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html index e3670d0de6..0083d3d1ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/index.html index 0271d32120..a94ecef467 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/index.html @@ -138,7 +138,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html index 0180694e4d..600254582c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html index 4587d18072..311a99e9d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html @@ -66,7 +66,7 @@
abstract val description: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html index 4b10099cc6..51aead6af8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html index 8de80903b2..9d147fa8e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html @@ -66,7 +66,7 @@
abstract val duration: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html index 5a53d8dd9f..fa5f388ffd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html index f95262406d..9e5f311828 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html @@ -66,7 +66,7 @@
abstract val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html index 8f3217a0ef..2e7fab06c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html index 4070b2ec4e..1560d39480 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html index 38bbdd16bd..3e1beb67c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html index 81bfc41f7e..f5969a5eec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html index 8a767d6ca7..055554f4c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html index d749c08427..bb7bce39f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html index 79bac53b05..03b4e1dc40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html @@ -66,7 +66,7 @@
abstract val height: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html index 73c7e34b8a..db982f6235 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html index 560cac6c48..df6e5e04d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html @@ -66,7 +66,7 @@
abstract val width: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html index a56dc741d6..3b65c2f5f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-height.html index 769e112721..f6ed5afa22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-height.html @@ -66,7 +66,7 @@
abstract val thumbnailHeight: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-width.html index b23fc2a4b6..72645836e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumbnail-width.html @@ -66,7 +66,7 @@
abstract val thumbnailWidth: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html index ee12464b7d..d2c2312949 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumbnail-url.html index 8628749588..889e7fed7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumbnail-url.html @@ -66,7 +66,7 @@
abstract val thumbnailUrl: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html index f7bb2eb153..e70904019f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumbnail-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumbnail-mime-type.html index cf42fda00f..ae9ad4ff42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumbnail-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumbnail-mime-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html index da4ed4a78b..0cbee44f04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html index 8d85bb2974..3593289e79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html @@ -66,7 +66,7 @@
abstract override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html index ce2c72d62f..817530155d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html index b75e3e38f9..4c431260ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html @@ -66,7 +66,7 @@
abstract val url: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html index 3541b3f03f..ec1bec71e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html @@ -66,7 +66,7 @@
abstract val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html index 54569f3be4..028caa7e42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html index a0136069ab..62409d9f7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html index 6bf31db207..f68a33258b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/index.html index 3d6c799876..d9a5f6e1b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/index.html @@ -269,7 +269,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html index 54e6436ca4..b6f704fa38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html index d38a092254..e1873ba4bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): InlineQueryResult
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html index ed769500fe..fbd9329421 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html index 13eafc4f43..786a736866 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: InlineQueryResult)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/index.html index 936729a87e..920b308aa4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html index 799941634b..9fafd55a91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean? = null, description: String? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html index cfa58c5167..8354d4c721 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html index ff0b0dee5e..28f7b7a891 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html @@ -66,7 +66,7 @@
@SerialName(value = "hide_url")
val hideUrl: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html index c09ba9411f..b3cbd07440 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html index 28464a9a66..7c5335f617 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html index 61fa60c887..2abfebc45c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html index e850255f1c..8b7776e872 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-height.html index 5738a57fdb..c8eb1ffa42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-height.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-url.html index 4bd856d394..e77b955d4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-width.html index a462953216..cb5dbdf9c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumbnail-width.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html index 9cd1e92e4e..cdd5840759 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html index bc0b36147c..8ffa49b3e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html index 93c8ade9d6..8c6d9d6174 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
open override val url: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html index 830ba95912..12ecac3068 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html index 36f73c66e1..f59fa16fd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "audio_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html index 46b52a2b03..01df875c92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html index ed2bcb9f2e..61adc74ea7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html @@ -210,7 +210,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html index 1c7d8470aa..2587f2bd9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html index 70c3b70f48..cb18769d7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html index 88454d9813..2a051a9a7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html index 1c4898a535..ef3621d50a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html index 6947b76b9e..81481c1646 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html index 46ab777128..fc0e80353c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html index b8ff2b6fd1..2b0d3e5dde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html @@ -66,7 +66,7 @@
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
fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html index a2ed70419a..3659554663 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "audio_duration")
open override val duration: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html index 1c34e415fd..f90ca83f13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html index 2731bc2f5f..fee2c0471f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html @@ -255,7 +255,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html index ddc843aaff..7acca38b58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html index 273b477799..bd36759152 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html index 98ac0133ef..c991f783f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html @@ -66,7 +66,7 @@
@SerialName(value = "performer")
open override val performer: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html index 3fd9297276..9a2a021598 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html index 0c457c40c1..da9d81f821 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html index b5170e1e1b..ec2125c783 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html index 821ba3114d..a042ae1be5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html index ea253453bf..1795718514 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html index ba330d8430..fec557ac18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "audio_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html index 587ceb7905..a02bbed244 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html index 0ca715a149..b18ab595cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html index 8491ffc268..1aa1ae6fff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html index 2cef9e6a40..a96846414e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html index b481109d30..c85ab96520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html index dc31c52d04..7788c48ed3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html index 4ffb492147..bdd81c3536 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
open override val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html index d5491bc48c..91455bc768 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-height.html index 61976e381d..39d9c6c87a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-height.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-url.html index be820de53a..544866bfc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-width.html index 08dfe49c79..b05f35c776 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumbnail-width.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html index 4c5b849e5b..f866ebf50d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html index 0b1c4fa320..2e93b72895 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html @@ -66,7 +66,7 @@
@SerialName(value = "vcard")
open override val vcard: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html index 8aa648c251..3ad98401d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl
fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html index 3842e0cc8a..9576a272d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html index 1ee699eec1..111c3de995 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "document_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html index ab0086110e..834ad57950 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html index f31f5d984f..6647a59b47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html index 3187473cb5..26c3a4c1b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html index 2a069207a6..820dd16935 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html index 582f608ab7..0ef20e0ef9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html index 9c9edd5725..dc9c40a1ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html index bccdc56d8a..8e5dc6b520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html index 043679722d..7042587227 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html index 3c446f2b52..e946a4b6fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html index 6bfcdeb49c..b1a174c27c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultDocumentImpl(id: InlineQueryIdentifier, url: String, title: String, mimeType: MimeType, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl
fun InlineQueryResultDocumentImpl(id: InlineQueryIdentifier, url: String, title: String, mimeType: MimeType, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html index 0220ef8bad..8c30540f47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html index 5ee36025f8..9fedec22ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html index f46407aea8..e67f60bfe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html index a6c9241329..18eaf760d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html index 6d0eac86d2..4c190aa086 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html index 59831c9a3c..1eb0f20ed5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html index 93fba11f44..081030d301 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html index adb5d98337..9f57493737 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html index 260249b28b..148a79dd6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-height.html index c5f3705f5b..37d30f099a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-height.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-url.html index bd9c92272a..7d57540df9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-width.html index 9643567cce..3a63c1fca5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumbnail-width.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html index 1211a5f5a7..79a71a0bd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html index ae9a50a324..df737b1071 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html index f98e5c59b8..69e5bebb81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "document_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html index f0f7a99790..9aa1a72ccc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html index 06966cf078..1f9d0c1520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html @@ -66,7 +66,7 @@
@SerialName(value = "game_short_name")
val gameShortName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html index edcc31c9ad..38d3d65580 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html @@ -66,7 +66,7 @@
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html index 4a05625280..c7116f7465 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html index 9827dfc411..86dcd6c0a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html index 355bdc58f2..9be65e036e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html index 67840011b5..5abf65adcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl
fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html index e367a86913..f0a3aa887c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "gif_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html index de55050a69..d23dedf0c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html index 7a8e74a0b2..38f56b3ae2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html index 910cf3b033..cf1daa6c19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html index c58aa99871..626e8728d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html index 7ebeb0e48a..78a97b0643 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html index 20d5e57caa..f5929ad407 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html index d5de2125de..7ada5698f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html index 640f547ecc..b53a9484ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html index 694a6a5401..337566a2b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html index 927045294e..2c18857e6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, thumbnailMimeType: 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
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, thumbnailMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifImpl
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, thumbnailUrl: String, thumbnailMimeType: 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
fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, thumbnailUrl: String, thumbnailMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html index 1d5d2c6025..c7409c6e0d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "gif_duration")
open override val duration: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html index efeae97260..672c7bd40e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html @@ -66,7 +66,7 @@
@SerialName(value = "gif_height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html index b23b99d6a9..9ec04a25c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html index e89411aa1b..4766bcf01b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html index 65fb28f6eb..07198c45ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html index 95c4586090..9eba1188f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html index 7d154868ca..324ac3c624 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html index a9ae3169f5..00458e05ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html index 99556cedc3..fcb744260c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-mime-type.html index a7513be3e8..414524e048 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_mime_type")
open override val thumbnailMimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-url.html index bde537cf30..389b790b4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html index b105eda089..87cd3ab0c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html index bdaf9e9513..a1a84aedcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html index 2f5fbfdd9e..0f715fe94d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "gif_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html index fd4991ecc5..703217bfa8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html @@ -66,7 +66,7 @@
@SerialName(value = "gif_width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html index 93b8b8daa3..ff4c494171 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html index fa3338fd27..b9bf297488 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html index ad6c313d73..bd4c363bde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html index 285cd0fcfa..ff23c123e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html index 6456dd68b1..bcb041d6b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html @@ -304,7 +304,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html index 55d6aa3203..cdc8776a00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html index 565e57a7bb..96ffb8cfc4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html index 06e928d1a4..963e994682 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html @@ -66,7 +66,7 @@
@SerialName(value = "live_period")
open override val livePeriod: Seconds? = null

Period in Seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html index 87ffcdb0bf..ee7c5115bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html index 37351417df..78033d8d80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html index 923f68c3a8..7695cbd6c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-height.html index 9d7e008741..ccae5ca2c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-height.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-url.html index 3f9d7ab7eb..d97d1069b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-width.html index 3262c65b20..18d5713c79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumbnail-width.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html index cdfd846af2..3f69230866 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html index e438781383..b9610cb265 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html index 316ad0af81..2061ee73c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl
fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html index afbb3c4cf2..2b65ad0ba7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "mpeg4_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html index 1ca49e4f82..53be7e2bbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html index c3cdd3c0ea..9c3b3da7c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html index c416afa758..2fecfaa63f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html index 02683b25bc..692df9494b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html index b86fd24d99..d89fae49ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html index b7b22398a5..8be979a341 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html index 457281fd14..97f12af842 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html index 275a040fdf..9d33f44348 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html index 6c4b721dbb..c4d2158139 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html index 2d5b4c5b17..2d65284174 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultMpeg4GifImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, thumbnailMimeType: 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
fun InlineQueryResultMpeg4GifImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, thumbnailMimeType: MimeType? = null, width: Int? = null, height: Int? = null, duration: Int? = null, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html index c5f7f928f6..c68c46462e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "mpeg4_duration")
open override val duration: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html index ea13918446..185481ce7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html @@ -66,7 +66,7 @@
@SerialName(value = "mpeg4_height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html index 6816a7c234..fe0a8f0ae8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html index b9ef2fa4a2..8af1d0f7ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html index 098ad3b411..7ba44e5586 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html index 77adb16761..e31ea23319 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html index dab5311135..542b646a5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html index c1056b7c0c..1e4417a682 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html index e69e9abdb6..6bdb1717e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-mime-type.html index 104bfd4b20..8e732a45ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_mime_type")
open override val thumbnailMimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-url.html index 680065c02b..2d65188964 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html index 99558aa74e..8cf8e62b41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html index 25bcc86871..2b2ae55e92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html index 7390caa45a..1765d934d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "mpeg4_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html index a7ce6499b5..e3bc4c1e27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html @@ -66,7 +66,7 @@
@SerialName(value = "mpeg4_width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html index 9d950af990..4f15f80d22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html @@ -66,7 +66,7 @@
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
fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html index c0effa60d4..d03a6f2356 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html index 13f5fa1ada..00263b7c13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html index 6b9e1b76b8..c3cc4c3ed9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html index e97cc6f4fd..c85018e2a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html index 8d9c58979c..b7de8ae6ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html index 4e982dc634..a22a646a86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html index d93264837c..03b9fc411c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html index 797d93c41b..f3473b7030 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html index d6f9f7cb0d..e4bffffb90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html index 1048136a31..28d0b4cc55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html index 3a4ee06acd..bd0493cdcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html index 6ce1bc92c7..1c659690bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultPhotoImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: 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
fun InlineQueryResultPhotoImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, width: Int? = null, height: Int? = null, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html index e2c24f3939..652ce4a35b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html index da9e8a2d73..a221de2e6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html index 8be6cee34e..cf1d7f5eda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html index 2747421fff..70b28eb3f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html @@ -285,7 +285,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html index ba7e7c0c7c..65d4bb98d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html index 3282977bb4..ae9299d8ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html index 2b81ced56a..a7e5db0689 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html index 3e04837e76..397e364c99 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html index c59ebf5c3d..e56415bee2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumbnail-url.html index a12e1a1e7a..db83c60d02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html index c4525e7961..e828cb6142 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html index 6d1c216657..51e1920b95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html index 1138d93522..9a78b384fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html index be78c296b0..fd1992e2ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html index 7a4ad2db43..b9aa068dfb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html index d96e09bff4..0289b94ded 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html index e6046f58de..6557e183e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html index 49972b16b7..cbbeb4b90d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html index 7d250e830a..7ccf0e7d1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html index 61b8599824..8dae49c07a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html index 4627c52e80..41b2cdd354 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html index e713d98ca0..b6e75c49b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html index eee0b4c477..71e3654041 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html @@ -66,7 +66,7 @@
@SerialName(value = "address")
open override val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html index 810cb9476f..e4d0c7d66d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_id")
open override val foursquareId: FoursquareId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html index 290f099c5c..994d1ab03a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_type")
open override val foursquareType: FoursquareType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html index ca75558936..6b18fd068d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_id")
open override val googlePlaceId: GooglePlaceId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html index 273998a54a..b5013a674c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_type")
open override val googlePlaceType: GooglePlaceType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html index 1219251264..c3da9855df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html index 05518f396c..df66e4cdcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html index 97c5488805..50b3e8647e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html index 89aeb4a72b..d7f102d764 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html index 69430ab77f..70b084dfaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html index 8af2349f00..41417e9608 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-height.html index f175e56b64..7d9722162f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-height.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_height")
open override val thumbnailHeight: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-url.html index e8f13fc676..34dfe89a66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-width.html index 7fdda0f24a..cfca50feb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumbnail-width.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_width")
open override val thumbnailWidth: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html index 07856fac14..4ca981eb8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html index a1916aa32d..502e3262cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html index 0d9536ba5b..9449477499 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl
fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html index 66f8c2c538..efae8254d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html index 3f9368a698..c3f722309c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "video_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html index 008b82480e..789346b6f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html index cc49c514f2..8f41f54500 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html index 08913b60ae..89e53146cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html index ff3ddb23d8..f1a11c81a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html index e7c0b28743..2728d3ba2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html index 9c9af5f584..7d754202fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html index 5b62a7fd86..e3de314a29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html index 606c126357..bce97b9356 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html index e67d23aec3..8005428ebd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html index bb77d74952..56a69e2fcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: 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
fun InlineQueryResultVideoImpl(id: InlineQueryIdentifier, url: String, thumbnailUrl: String, mimeType: MimeType, title: String, width: Int? = null, height: Int? = null, duration: Int? = null, description: String? = null, entities: List<TextSource>, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html index d12bbb434f..70e21940e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html index f960cbd84b..f40dec95c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "video_duration")
open override val duration: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html index 8e6feb853d..3dc1c0a6ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html @@ -66,7 +66,7 @@
@SerialName(value = "video_height")
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html index 4d4d1fdc97..01de132a6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html index b4ff423802..131fe24ab2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html index b7559b8567..172e3ed6be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html index f2f4cea882..a9e4c744b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html index fc4574351f..728376c01f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html index b41514f15d..1a10c6b18c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html index c519d01bd0..3fc6030dbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html index 5f245f4cf4..535339d65e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumbnail-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumbnail-url.html index 20c57b71b7..140599cfbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumbnail-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumbnail-url.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail_url")
open override val thumbnailUrl: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html index 3b6b9be0c4..c92e4897fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html index b3016485bb..47eda47876 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html index 309a5102ad..41817c8298 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "video_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html index a31160922d..b7935e8101 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html @@ -66,7 +66,7 @@
@SerialName(value = "video_width")
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html index 3d7c5abda5..bd758c314d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html index f11e38d9ca..39a3d2da38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "voice_file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html index 7d0953a5b1..e4b01ed26b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html index ce7c82fc3e..5024094845 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html index 7c5e466c66..952792a3c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html index 35f00abee9..619bfa17c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html index cebf18905d..5f8014c687 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html index 71f20a7e5b..edb586c256 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html index 4e14b3a39d..bc19812e3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html index 86d51601b7..4f9f02f31f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html index 7a97501f65..de2870bf96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html index 43f69c1819..e4b0abb884 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html @@ -66,7 +66,7 @@
fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl
fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html index 6be5d48c65..ecea0f191a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "voice_duration")
open override val duration: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html index 73cda1a832..c9399aebdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html index 250230b24c..cf15d9ac2e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html index 3e879c97c7..da6ad318b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html @@ -66,7 +66,7 @@
@SerialName(value = "input_message_content")
open override val inputMessageContent: InputMessageContent? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html index c37991ccd7..de6645523f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html index c0ea1cdb8e..1f35fd5a80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html @@ -66,7 +66,7 @@
@SerialName(value = "reply_markup")
open override val replyMarkup: InlineKeyboardMarkup? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html index 816b78e42d..0ee87351f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html index 825ad490c1..62ff41aa27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html index 721785850b..5608b7c835 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html index 9c545c16ab..718ed3b96e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html index d593d305fd..e854892b83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html @@ -66,7 +66,7 @@
@SerialName(value = "voice_url")
open override val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/index.html index 6ea77413e0..b6780b27eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/index.html @@ -588,7 +588,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html index 6559cdc08c..62120a893a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html @@ -66,7 +66,7 @@
constructor(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html index 9ff2e96027..5c840798e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html index cc7a80aed7..dd44990389 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html index 4ffc81086c..1b9ced34de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html index c11d83f56b..0aec320b81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
open override val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html index 4bb7c94e99..8f491c78e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html @@ -66,7 +66,7 @@
@SerialName(value = "vcard")
open override val vcard: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html index 020638e2ca..d322cc3595 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html @@ -66,7 +66,7 @@
constructor(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List<LabeledPrice>, maxTipAmount: Int? = null, suggestedTipAmounts: List<Int>? = 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)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html index 2dfe00b65e..7b131a7f21 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html index f9bad8e7e3..e9897d4ad7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html index 55d9397a94..3ce1f2f9d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html @@ -446,7 +446,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html index 2f752e020b..e4b68b2e71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html @@ -66,7 +66,7 @@
@SerialName(value = "max_tip_amount")
open override val maxTipAmount: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html index cd290c0d74..63d9554cfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html @@ -66,7 +66,7 @@
@SerialName(value = "payload")
open override val payload: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html index 3e7d85c26b..0b9d66cd34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_height")
open override var photoHeight: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html index 195697ac14..375cd4b770 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_size")
open override var photoSize: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html index c0868f2f26..e66b5177e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_url")
open override var photoUrl: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html index 37b058e89b..5c8c98318a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html @@ -66,7 +66,7 @@
@SerialName(value = "photo_width")
open override var photoWidth: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html index 3bf7eab2ba..e638c9f65d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html @@ -66,7 +66,7 @@
@SerialName(value = "is_flexible")
open override val priceDependOnShipAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html index 1fb2ecc5f3..fae671fe85 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html @@ -66,7 +66,7 @@
@Serializable(with = LabeledPricesSerializer::class)
@SerialName(value = "prices")
open override val prices: List<LabeledPrice>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html index e86d009823..f690afd56a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_data")
open override val providerData: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html index 36b6c8d7f7..01c1b8d1af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_token")
open override val providerToken: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html index 94a910e88e..be166cbae2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html @@ -66,7 +66,7 @@
@SerialName(value = "need_email")
open override val requireEmail: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html index 2455fbd44c..38e0cca278 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html @@ -66,7 +66,7 @@
@SerialName(value = "need_name")
open override val requireName: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html index ae0a31d4f9..b3603aa058 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "need_phone_number")
open override val requirePhoneNumber: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html index ea68a58a16..da39d7e8a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html @@ -66,7 +66,7 @@
@SerialName(value = "need_shipping_address")
open override val requireShippingAddress: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html index d1e402887a..46caba9464 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html @@ -66,7 +66,7 @@
open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html index 1eba60c639..97cbc9d95c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_email_to_provider")
open override val shouldSendEmailToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html index f4ee5c3732..3dc3ea92ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html @@ -66,7 +66,7 @@
@SerialName(value = "send_phone_number_to_provider")
open override val shouldSendPhoneNumberToProvider: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html index c5e90b7aa4..8a04d2359c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html @@ -66,7 +66,7 @@
@SerialName(value = "suggested_tip_amounts")
open override val suggestedTipAmounts: List<Int>? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html index a193c09e91..0da1ab4e99 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html index 8b4150c9ca..e83ad9c39b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html @@ -66,7 +66,7 @@
open override fun unsetPhoto()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html index 66955965f8..b13202539b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html @@ -66,7 +66,7 @@
constructor(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html index 6f0ee9dd5e..c0166c8816 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html index e39e01f637..4551a9c598 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html index 46e9b6915a..90a5fc80be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html index e7d43d0229..4bd41b3768 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html index e1ec643860..157044c6f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html @@ -66,7 +66,7 @@
@SerialName(value = "live_period")
open override val livePeriod: Seconds? = null

Period in Seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html index 55b179522b..5bc0d8f379 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html index 1f57350510..ac6e7b0da5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html index 841955e95c..e9c39335e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html index 6ce5aca0d2..269a7106cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html @@ -66,7 +66,7 @@
fun InputTextMessageContent(text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null): InputTextMessageContent
fun InputTextMessageContent(entities: TextSourcesList, disableWebPagePreview: Boolean? = null): InputTextMessageContent

Represents the InputMessageContent of a text message to be sent as the result of an inline query.

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html index cd88cc4154..3c10663bc7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_web_page_preview")
open override val disableWebPagePreview: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html index 76b7284e38..e2bd5003bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html index 9d333946cb..fc375f390f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html index d6f7daf588..53b5ebff8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html index d81e867557..399902050f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html @@ -66,7 +66,7 @@
@SerialName(value = "message_text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html index 4cdcd23b89..7dc625f11f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html @@ -66,7 +66,7 @@
constructor(latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html index 319b58b675..fee6d2b5a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html @@ -66,7 +66,7 @@
@SerialName(value = "address")
open override val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html index 41caf2103f..a3855390ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_id")
open override val foursquareId: FoursquareId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html index af4c38c3e2..30f8c9f9a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_type")
open override val foursquareType: FoursquareType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html index 212d5775f5..6e2e0090db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_id")
open override val googlePlaceId: GooglePlaceId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html index 8bece4817a..0d5e51a512 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_type")
open override val googlePlaceType: GooglePlaceType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html index e0b88d4ba2..9ae8574b5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html index aa4e0bdd76..d6071a67c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html index ed8718373e..b5bcc8c30e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html index e151ac612b..7177e87131 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/index.html index 44d0940d85..1e17ee36be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/index.html @@ -183,7 +183,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html index 80244c591e..1969db6d89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, from: CommonUser, query: String, offset: String, chatType: ChatType?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html index b50e011df3..68213b1738 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html @@ -66,7 +66,7 @@
open override val chatType: ChatType?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html index 3d01ed6a85..f800468b82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html index 511a71c109..073b589ae5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html @@ -66,7 +66,7 @@
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html index 6493ab1bd3..2c144b880f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html index 282f9c3aef..9bd436e8d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html @@ -66,7 +66,7 @@
open override val offset: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html index 14f8c9aeb1..d199671813 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html @@ -66,7 +66,7 @@
open override val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html index 4dc1b21e83..5e0d9bfa18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html @@ -66,7 +66,7 @@
abstract val chatType: ChatType?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/from.html index 3bddc2209c..14e27fc43e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/from.html @@ -66,7 +66,7 @@
abstract override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html index 8ea4c32b8a..31a18a6413 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html index 9fe7cc38e5..8da8c196ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html index f220dfe866..a9b5d0335c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html @@ -66,7 +66,7 @@
abstract val offset: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html index fa8315f7a4..c1f46f0901 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html @@ -66,7 +66,7 @@
abstract val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/user.html index 32c79d1d71..b016a1ef3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/user.html @@ -66,7 +66,7 @@
open override val user: CommonUser
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html index ceb3e51b17..69b4f5c3fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html @@ -66,7 +66,7 @@
constructor(id: InlineQueryIdentifier, from: CommonUser, query: String, offset: String, chatType: ChatType?, location: Location)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html index d2d60cc316..fa557043a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html @@ -66,7 +66,7 @@
open override val chatType: ChatType?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html index d9f8a6c86f..fb24422190 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html index eb3ed29973..19e27cf8af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html @@ -66,7 +66,7 @@
open override val id: InlineQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html index 8a03f10af1..f05dbefbe5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html index 2d401bea2b..d55f7b7241 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html index b6f3b770c5..5f309571ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html @@ -66,7 +66,7 @@
open override val offset: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html index 297c874599..2f17432106 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html @@ -66,7 +66,7 @@
open override val query: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/index.html index de422c5d0a..f11b5117e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries.query/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html index 7bd1aa52fd..dcfd3976df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html index 2b297e48ec..34ed8ad6d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): InputMessageContent
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html index 7a024fb97f..c20279b016 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html index 8a01be15dc..aa3023be92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: InputMessageContent)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/index.html index e2c6338852..e5cd910002 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.InlineQueries/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html index e340f83356..a524099758 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html @@ -66,7 +66,7 @@
abstract val ietfLanguageCode: IetfLang?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html index dce58132a5..1ea5ce8f48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html @@ -127,7 +127,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html index 8bcdec0cdf..8fcc55fc3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html @@ -66,7 +66,7 @@
open val languageCode: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/index.html index 03cc76c199..c58666f65b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.abstracts/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html index d5f9be8490..c57b9866f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html index 9eecd41738..6a93a46bfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): BotAction
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html index 10c1a672dd..96f930b532 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html index 9d10cd9469..5ad7f90ee2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: BotAction)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html index b8f9a46a92..3b0af85422 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html @@ -66,7 +66,7 @@
abstract val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/index.html index f54de30182..d19f78b9f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-bot-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html index e1d4232642..4e7693127a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html index 7c3c3bbaf1..5c6e1d0e18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html index f57b822c54..9625a658d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html @@ -66,7 +66,7 @@
constructor(actionName: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html index 46b47fe91a..d067287f80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html index 8619f39bc3..3e03fcfe19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html index f5ab256280..70a294710e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html index c6bdd70b92..1b07f689ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html index 48d589e0db..e84c2d0f68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html index 590dcaf4d5..aa6f131840 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html index 508df88d73..9a6551cc02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html index f7ce99cef6..dce67a4434 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html index bf8f94673e..e8009fe158 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html index 3ba8381f6d..0d246f17da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html index 5cba20bdd3..76ba951430 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/index.html index f70e158511..9fc43723a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-typing-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html index fbe9dd2c4a..5625b16f26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html index d8ee1c74ce..acd56087be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html index f1a0055ea0..a8995ebde1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html index 0be52c9278..c5d45915fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html index bffac680ae..6a4abaa2ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html index 62eeddf126..a67b6b4ff0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html index e92c0dec15..a7ce955dcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html index 8a4dff7983..0f17c9b0a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html index 84b292de68..468975b645 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html @@ -66,7 +66,7 @@
open override val actionName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html index 562a1a470d..e57670d64c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html index d64d0527b6..c2c2c31952 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-find-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-find-location.html index 5b6524f0ef..aaa4892e0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-find-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-find-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video-note.html index d7f8769aa7..1add9c9bc2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video-note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video.html index 702c6df243..14a57b5277 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-voice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-voice.html index b525907137..17139c3c58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-record-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-typing.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-typing.html index 79de818cd4..054252f77a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-typing.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-typing.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-document.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-document.html index ec3097fc0a..217a8c31f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-photo.html index 0411e8f825..9941192ced 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html index cce589e174..96d050af8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video.html index 00980e2b8e..92467500d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-voice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-voice.html index 7307c91ae5..1a78861055 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/as-upload-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/choose-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/choose-sticker.html index ad93ec06fc..63cfe5ca08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/choose-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/choose-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/find-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/find-location.html index 15a829684a..1d7aa170c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/find-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/find-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/index.html index 7a2d7b1a15..8ae88378a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/index.html @@ -622,7 +622,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video-note.html index a8e35a7350..6288750166 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video-note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video.html index 03145985e1..72adac32f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-voice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-voice.html index c3d0bd041b..cdf26c0822 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/record-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/typing.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/typing.html index f84fe1257d..c7dd138e62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/typing.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/typing.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-document.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-document.html index 26abbe44e7..aeaa016b1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-photo.html index 7165eb9a7e..ce017e4aa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video-note.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video-note.html index 1d271d8726..fbb5f9f96b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video-note.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video-note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video.html index bd9b6ef954..3324337ab9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-voice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-voice.html index d62cf62c39..3f6bb9c71a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-voice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.actions/upload-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html index d7a38558a2..9421b38839 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, callbackData: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html index 58ac4204cd..73789f92e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html @@ -66,7 +66,7 @@
@SerialName(value = "callback_data")
val callbackData: String

You will receive this data in dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery.data field

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html index e40e70e7b9..4be71f23cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html index fbc45e40e5..4532cae6df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html index ae7c4d7159..ed9370b152 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html index 9958b3457d..6e8424df91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html index b4ec95441b..768ca5cba2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html index ba59f8b70a..ccba5d330b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html index 7db4234e30..5833c9b901 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): InlineKeyboardButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html index 8eea6b5545..559807bab3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html index 5d350d6492..5e4dc360b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: InlineKeyboardButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html index 9213be1fb1..de3f184e4b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html index bfbedab9dc..e00546c416 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
abstract val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html index 4ebf630c59..3e02ec2ff5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, loginUrl: LoginURL)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html index f2dcc6665c..1e62a45258 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html index 79c1e26bd5..ebc2702387 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html @@ -66,7 +66,7 @@
@SerialName(value = "login_url")
val loginUrl: LoginURL
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html index ebace37df8..cb3a619238 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html index 9e4fe9d271..87f16fa66f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html index e1a9311951..c844c399c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html index ecbaa1576d..7f6c67f498 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/-switch-inline-query-chosen-chat-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/-switch-inline-query-chosen-chat-inline-keyboard-button.html index 839bf69835..eab91476ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/-switch-inline-query-chosen-chat-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/-switch-inline-query-chosen-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, parameters: SwitchInlineQueryChosenChat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/index.html index ea869cb7f1..25b8a1762f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/parameters.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/parameters.html index 91ea30a3ba..9174873580 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/parameters.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/parameters.html @@ -66,7 +66,7 @@
@SerialName(value = "switch_inline_query_chosen_chat")
val parameters: SwitchInlineQueryChosenChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/text.html index f68b00b43b..33c85030c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/-switch-inline-query-chosen-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/-switch-inline-query-chosen-chat.html index 739fdd31ca..d1a9ca43ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/-switch-inline-query-chosen-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/-switch-inline-query-chosen-chat.html @@ -66,7 +66,7 @@
constructor(query: String? = null, allowUsers: Boolean = false, allowBots: Boolean = false, allowGroups: Boolean = false, allowChannels: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-bots.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-bots.html index f488f114be..15517a352a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-bots.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-bots.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_bot_chats")
@EncodeDefault
val allowBots: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-channels.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-channels.html index 2af7d270df..1190b34996 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-channels.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-channels.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_channel_chats")
@EncodeDefault
val allowChannels: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-groups.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-groups.html index 190cb0b1bb..e90a1910dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-groups.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-groups.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_group_chats")
@EncodeDefault
val allowGroups: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-users.html index a17833d9f5..c010596e8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/allow-users.html @@ -66,7 +66,7 @@
@SerialName(value = "allow_user_chats")
@EncodeDefault
val allowUsers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/index.html index e95a095b70..db6f50b7e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/query.html index 1bbf2161ee..32298e924d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-chosen-chat/query.html @@ -66,7 +66,7 @@
@SerialName(value = "query")
val query: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html index 56169aef2c..116b80b965 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, switchInlineQueryCurrentChat: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html index e85fcc73dd..ac9e898ebe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html index eebf9dc4bb..8d19642784 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "switch_inline_query_current_chat")
val switchInlineQueryCurrentChat: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html index 2178b9a557..2b1c7ac608 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html index f9f898b86c..8942afb57a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, switchInlineQuery: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html index efedfb4236..cc949e0f60 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html index 47e508a99f..218703c873 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html @@ -66,7 +66,7 @@
@SerialName(value = "switch_inline_query")
val switchInlineQuery: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html index c5db3c354a..edd5cacfe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html index 14cb2ba0e3..c032b3e2d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, url: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html index 6784f0b2e1..e8eab35e2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html index a14a109f63..921ff83c68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html index a7fdcc588e..9b3df52245 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html index beeeaf0f92..afe36fc13e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(rawData: JsonElement)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html index fd164804c6..1ed7b595e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html index ec56f4319d..20c54b7157 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html @@ -66,7 +66,7 @@
val rawData: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html index 33cb92e5b6..e97c1cd20a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html index 9330347905..f2530a5fed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, webApp: WebAppInfo)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html index a9e297e33c..36f0dcb90b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html index 1dc521c454..9f44e1bbfe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html index 997e79ae00..02b6632a81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app")
val webApp: WebAppInfo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/index.html index 102567ed5b..141c1aceea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/index.html @@ -269,7 +269,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html index 83f10c131f..5bea21342e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/data-inline-button.html @@ -66,7 +66,7 @@

Creates CallbackDataInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/game-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/game-inline-button.html index fd38da7167..fc0ced5580 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/game-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/game-inline-button.html @@ -66,7 +66,7 @@

Creates CallbackGameInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/index.html index 6a8cc86e17..3187bb650c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/index.html @@ -209,7 +209,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html index 7a990be0af..b6b7e6d5db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-any-current-chat-inline-button.html @@ -66,7 +66,7 @@

Creates SwitchInlineQueryChosenChatInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-current-chat-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-current-chat-inline-button.html index 963764e739..4ae8329d2e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-current-chat-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-in-current-chat-inline-button.html @@ -66,7 +66,7 @@

Creates SwitchInlineQueryCurrentChatInlineKeyboardButton


inline fun inlineQueryInCurrentChatInlineButton(text: String, query: String? = null, allowUsers: Boolean = false, allowBots: Boolean = false, allowGroups: Boolean = false, allowChannels: Boolean = false): SwitchInlineQueryChosenChatInlineKeyboardButton

Creates SwitchInlineQueryChosenChatInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-inline-button.html index 21050cbdbc..dfeb61de28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/inline-query-inline-button.html @@ -66,7 +66,7 @@

Creates SwitchInlineQueryInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/login-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/login-inline-button.html index fc01c6af1f..d6d4834b57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/login-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/login-inline-button.html @@ -66,7 +66,7 @@

Creates LoginURLInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/pay-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/pay-inline-button.html index 3f8968a5f3..fd2b3f5c58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/pay-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/pay-inline-button.html @@ -66,7 +66,7 @@

Creates PayInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/url-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/url-inline-button.html index 82701e8da8..07d40f0cac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/url-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/url-inline-button.html @@ -66,7 +66,7 @@

Creates URLInlineKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/web-app-inline-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/web-app-inline-button.html index f32bf845e5..a2d7e5f689 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/web-app-inline-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.inline/web-app-inline-button.html @@ -66,7 +66,7 @@

Creates WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/index.html index dd53047b59..9173c99e67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html index b828676f13..27498b5665 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-bot-reply-button.html @@ -66,7 +66,7 @@

Creates RequestUserKeyboardButton with KeyboardButtonRequestUser.Bot

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-channel-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-channel-reply-button.html index 8de0ec2453..2dc4f745f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-channel-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-channel-reply-button.html @@ -66,7 +66,7 @@
inline fun requestChannelReplyButton(text: String, requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton

Creates RequestChatKeyboardButton with KeyboardButtonRequestChat.Channel


inline fun requestChannelReplyButton(text: String, requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): RequestChatKeyboardButton

Creates RequestChatKeyboardButton with KeyboardButtonRequestChat.Group

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-chat-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-chat-reply-button.html index ee7ce97e1f..1b035a6ee0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-chat-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-chat-reply-button.html @@ -66,7 +66,7 @@

Creates RequestChatKeyboardButton


inline fun requestChatReplyButton(text: String, requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean = false): RequestChatKeyboardButton

Creates RequestChatKeyboardButton with KeyboardButtonRequestChat

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-contact-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-contact-reply-button.html index 5b75730b10..8561dcd3f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-contact-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-contact-reply-button.html @@ -66,7 +66,7 @@

Creates RequestContactKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-location-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-location-reply-button.html index 078bbddeed..099f11309b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-location-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-location-reply-button.html @@ -66,7 +66,7 @@

Creates RequestLocationKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-poll-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-poll-reply-button.html index 0ee0b2fd23..5dd3344160 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-poll-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-poll-reply-button.html @@ -66,7 +66,7 @@

Creates RequestPollKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-or-bot-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-or-bot-reply-button.html index d66a717920..d3994baf62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-or-bot-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-or-bot-reply-button.html @@ -66,7 +66,7 @@

Creates RequestUserKeyboardButton with KeyboardButtonRequestUser.Any

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-reply-button.html index 72736cf617..62100a8b6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/request-user-reply-button.html @@ -66,7 +66,7 @@

Creates RequestUserKeyboardButton


inline fun requestUserReplyButton(text: String, requestId: RequestId, premiumUser: Boolean? = null): RequestUserKeyboardButton

Creates RequestUserKeyboardButton with KeyboardButtonRequestUser.Common

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/simple-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/simple-reply-button.html index 663c338fab..ff7f5d5dfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/simple-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/simple-reply-button.html @@ -66,7 +66,7 @@

Creates SimpleKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/web-app-reply-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/web-app-reply-button.html index 285dbcf6b2..9e3afe840a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/web-app-reply-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons.reply/web-app-reply-button.html @@ -66,7 +66,7 @@

Creates WebAppKeyboardButton

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html index 755e34fc64..ea9d121f8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html @@ -66,7 +66,7 @@
constructor(keyboard: Matrix<InlineKeyboardButton>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html index 78806dc94a..557558d665 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html index fdf9a91e2c..e7729b01de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html @@ -66,7 +66,7 @@
@SerialName(value = "inline_keyboard")
val keyboard: Matrix<InlineKeyboardButton>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html index d13914c4be..0e11864ba9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html index 8201e98b1f..14cba16f3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): KeyboardButtonPollType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html index 3652dbb3a0..113a89305c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html index 8405f343d2..2c7397e5c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: KeyboardButtonPollType)

Crutch due to the fact that direct serialization of objects currently does not work perfectly

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html index 77bcbcf7fd..6a26fa6429 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html index 5808df99f1..1fc9b27eb8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-channel.html index 02a23b3844..8c906e3fc0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-channel.html @@ -66,7 +66,7 @@
fun Channel(requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): KeyboardButtonRequestChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-group.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-group.html index 835785a03d..c7fd30998a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/-group.html @@ -66,7 +66,7 @@
fun Group(requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): KeyboardButtonRequestChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/index.html index b06e37bade..7382fc4d8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-companion/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-keyboard-button-request-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-keyboard-button-request-chat.html index b455eb7854..97c9a81b55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-keyboard-button-request-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/-keyboard-button-request-chat.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-is-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-is-member.html index b0a432cfc7..fe14aae81b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-is-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-is-member.html @@ -66,7 +66,7 @@
@SerialName(value = "bot_is_member")
val botIsMember: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-rights-in-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-rights-in-chat.html index 9f4bc4f5dd..a519596073 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-rights-in-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/bot-rights-in-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "bot_administrator_rights")
val botRightsInChat: ChatCommonAdministratorRights? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/index.html index 245a05af61..5821bfc9a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-channel.html index 3b1bd510cd..d2cfcad1b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-channel.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_is_channel")
val isChannel: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-forum.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-forum.html index b59439d8fa..95d5f5811f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-forum.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-forum.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_is_forum")
val isForum: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-owned-by.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-owned-by.html index 56c8107903..f6a2fd0f04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-owned-by.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-owned-by.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_is_created")
val isOwnedBy: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-public.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-public.html index f51cfac0de..7b00bc684b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-public.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/is-public.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_has_username")
val isPublic: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/request-id.html index fc8856683f..7ea5f1bb7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/user-rights-in-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/user-rights-in-chat.html index 4741551b91..13bb6748fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/user-rights-in-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-chat/user-rights-in-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "user_administrator_rights")
val userRightsInChat: ChatCommonAdministratorRights? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/-any.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/-any.html index 86eb4afbb7..86c0291b1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/-any.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/-any.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/index.html index 30001739ea..9d5a9c5ba0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/is-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/is-bot.html index f02bdc3304..31417efe08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/is-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/is-bot.html @@ -66,7 +66,7 @@
@SerialName(value = "user_is_bot")
@EncodeDefault
open override val isBot: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/request-id.html index 1faa7151b2..ca8e6da0e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-any/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
open override val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/-bot.html index bf8ef142c5..196ef7aaf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/-bot.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/index.html index 4dc1114f76..b49f9083a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/is-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/is-bot.html index 383db60944..00016128dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/is-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/is-bot.html @@ -66,7 +66,7 @@
@SerialName(value = "user_is_bot")
@EncodeDefault
open override val isBot: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/request-id.html index a71307f8ff..91ba8e2faf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-bot/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
open override val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/-common.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/-common.html index d61966195c..17dcdb74b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/-common.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/-common.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId, isPremium: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/index.html index 59d1ea5b11..4f6615a93f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-bot.html index 5a6da872a7..f4b7997a79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-bot.html @@ -66,7 +66,7 @@
@SerialName(value = "user_is_bot")
@EncodeDefault
open override val isBot: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-premium.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-premium.html index cc6a938d53..c1bc19947c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-premium.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/is-premium.html @@ -66,7 +66,7 @@
@SerialName(value = "user_is_premium")
val isPremium: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/request-id.html index 8c5a71c0f7..59ddc9c094 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-common/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
open override val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/descriptor.html index 6e338c86cf..be614e654c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/deserialize.html index db8791cb56..aabb0aab00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): KeyboardButtonRequestUser
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/index.html index 34b37a25eb..c73d30d43d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/serialize.html index aaa679eaad..9eee8d267b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/-companion/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: KeyboardButtonRequestUser)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/index.html index 8ed6da0140..03db44bb4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/is-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/is-bot.html index c76f891091..4f832b2ac6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/is-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/is-bot.html @@ -66,7 +66,7 @@
abstract val isBot: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/request-id.html index d3028c4191..fac66941d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-request-user/request-id.html @@ -66,7 +66,7 @@
abstract val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html index c59ba08082..a8aa196688 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html index 4aa721d611..bf75e09f4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): KeyboardButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html index 42edd72446..cb4d6ceada 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html index db3510f127..c5d8b906b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: KeyboardButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html index 4c31be6c11..dd20a40588 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html index 2796b47e7b..f50b956103 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html @@ -66,7 +66,7 @@
abstract val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html index cc2f729f75..47a4528634 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html index 19b0052365..f0980502b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): KeyboardMarkup
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html index 10c46b6b6f..73b0c8b7eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html index cf60474cca..689593e423 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: KeyboardMarkup)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html index 25b6072bc4..55bab83253 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-matrix/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-matrix/index.html index 6833d67b2d..c7031c5429 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-matrix/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-matrix/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html index 49eceff398..5bd91618a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html index 4194c5f17e..8383e35f6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html index 659f7da77b..e9388b58cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html index e0fb816d7b..4ee7ae0a11 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-default.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-default.html index 21eda87935..290e5f8ea6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-default.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-default.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-non-selective.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-non-selective.html index a6778fea07..e374eb229c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-non-selective.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-non-selective.html @@ -66,7 +66,7 @@
fun NonSelective(inputFieldPlaceholder: String? = null): ReplyForce
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-selective.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-selective.html index bfef276ce4..c34cdcf49b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-selective.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-selective.html @@ -66,7 +66,7 @@
fun Selective(inputFieldPlaceholder: String? = null): ReplyForce
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html index 7b9c433831..5eb1bcca4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html index e77f1788ca..bbdfdfc709 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html @@ -66,7 +66,7 @@
constructor(selective: Boolean? = null, inputFieldPlaceholder: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html index 8a3d6c4c8b..28e8bf1186 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html @@ -66,7 +66,7 @@
@SerialName(value = "force_reply")
@Required
val forceReply: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html index d78b55aaa4..332d4a7d63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html index 800a6dd4d1..14bfa0ca49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html @@ -66,7 +66,7 @@
@SerialName(value = "input_field_placeholder")
val inputFieldPlaceholder: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html index d08e26d515..1fd1434223 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html @@ -66,7 +66,7 @@
val selective: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html index cfb540ceab..16d80defcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html @@ -66,7 +66,7 @@
constructor(keyboard: Matrix<KeyboardButton>, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, persistent: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html index c64d0dcdcd..7ce6149433 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html index c92e7e6a7b..21c40a2f51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html @@ -66,7 +66,7 @@
@SerialName(value = "input_field_placeholder")
val inputFieldPlaceholder: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html index 30a3561787..831684da9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html index 90108e903b..31a99b2c9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html @@ -66,7 +66,7 @@
@SerialName(value = "one_time_keyboard")
val oneTimeKeyboard: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/persistent.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/persistent.html index 21027837b7..6984bd949d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/persistent.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/persistent.html @@ -66,7 +66,7 @@
@SerialName(value = "is_persistent")
val persistent: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html index 106d330bb4..0434193fab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html @@ -66,7 +66,7 @@
@SerialName(value = "resize_keyboard")
val resizeKeyboard: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html index 2034628640..cc4515e465 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html @@ -66,7 +66,7 @@
val selective: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html index 8c64383496..b44cbb9475 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html @@ -66,7 +66,7 @@
constructor(selective: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html index 06e91b0a3b..1fd643cfe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html index 22c9a25c92..7dbce3d24c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html @@ -66,7 +66,7 @@
@SerialName(value = "remove_keyboard")
@Required
val removeKeyboard: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html index 63c54bd6b4..a3f2b86d2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html @@ -66,7 +66,7 @@
val selective: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/-request-chat-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/-request-chat-keyboard-button.html index 5bb93d2935..ecc6109f28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/-request-chat-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/-request-chat-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, requestChat: KeyboardButtonRequestChat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/index.html index a6959aea98..60853c7882 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/request-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/request-chat.html index e8fe2f163c..4cd22f1a22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/request-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/request-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "request_chat")
val requestChat: KeyboardButtonRequestChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/text.html index 370dc74277..5989477034 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-chat-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html index 620728d17d..cc70f9d551 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html index 2cd9914d76..cdcefd50a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html index bce9d7f391..5c4761baf2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html @@ -66,7 +66,7 @@
@SerialName(value = "request_contact")
@EncodeDefault
val requestContact: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html index d47a547493..73e6d40845 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html index f2a0674bed..8588b89746 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html index 2d176aad20..1ae35a1595 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html index 85d12c0adf..2c9ecaef2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html @@ -66,7 +66,7 @@
@SerialName(value = "request_location")
@Required
val requestLocation: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html index 6f59b82a85..427a9e401e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html index 41c4391e84..e02f98eea6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, requestPoll: KeyboardButtonPollType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html index c064a1b0fa..882c4d10e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html index 02bfa8a1e5..baeaac4cf9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html @@ -66,7 +66,7 @@
@SerialName(value = "request_poll")
val requestPoll: KeyboardButtonPollType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html index 710c86f755..05d5c36afa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/-request-user-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/-request-user-keyboard-button.html index 119bc2fb9a..8c52dabfd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/-request-user-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/-request-user-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, requestUser: KeyboardButtonRequestUser)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/index.html index fc2043ccfe..f0a390c8f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/request-user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/request-user.html index 6002498849..a6d7feee37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/request-user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/request-user.html @@ -66,7 +66,7 @@
@SerialName(value = "request_user")
val requestUser: KeyboardButtonRequestUser
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/text.html index 170d12a988..ec3a035794 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-request-user-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html index 36d6a4e276..97195e992c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html index 895b5d9bab..33f4d42c07 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html index 0e3df401af..5ec2659592 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html index eedf36dcc3..56ac9f0d3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html index 78f05dc43d..059cfaf2b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html index 228180af52..ba91a4815e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html index c895956de0..cb1092d14d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html @@ -66,7 +66,7 @@
val raw: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html index 0a706b510c..b2b99081e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html index 2290106cb0..51c4182a13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html @@ -66,7 +66,7 @@
constructor(text: String, webApp: WebAppInfo)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html index 7843c68c55..632d368c86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html index 8198028f61..bdcda2466b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html index 6233378485..1482c81eeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app")
val webApp: WebAppInfo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/index.html index 286d0784ce..5f45215140 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.buttons/index.html @@ -434,7 +434,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html index 4b567f1b22..28f933c646 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html @@ -66,7 +66,7 @@
constructor(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, canManageTopics: Boolean = false, canPostStories: Boolean = false, canEditStories: Boolean = false, canDeleteStories: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html index fe19492c7f..abab1f72bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html @@ -66,7 +66,7 @@
@SerialName(value = "can_be_edited")
open override val canBeEdited: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html index ba562019ea..1ea84ac41e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html @@ -66,7 +66,7 @@
@SerialName(value = "can_change_info")
open override val canChangeInfo: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-delete-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-delete-stories.html index a31f9fafc0..85a705b6bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-delete-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-delete-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_delete_stories")
open override val canDeleteStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html index a7951dcf88..92f2510446 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_edit_messages")
open override val canEditMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-stories.html index 42f436c515..e9f04213ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_edit_stories")
open override val canEditStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html index 1e709d8683..23e5aec155 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html @@ -66,7 +66,7 @@
@SerialName(value = "can_invite_users")
open override val canInviteUsers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html index 24d23748eb..eebc9f9b90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_chat")
open override val canManageChat: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-topics.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-topics.html index 7a430545c6..553f85bcb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-topics.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-topics.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_topics")
open override val canManageTopics: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html index b421edc5b9..995e0a7703 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_video_chats")
open override val canManageVideoChats: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html index 87e95349ff..b40d20d71a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_pin_messages")
open override val canPinMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html index dcdafe4fef..4565a8862f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_post_messages")
open override val canPostMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-stories.html index ed3bc332e0..06e991d884 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_post_stories")
open override val canPostStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html index 5ae26597d8..eb177ddfe3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html @@ -66,7 +66,7 @@
@SerialName(value = "can_promote_members")
open override val canPromoteMembers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html index 7e5eb8c824..9be8de1af0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_delete_messages")
open override val canRemoveMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html index 36aa3bbe01..a42735173b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html @@ -66,7 +66,7 @@
@SerialName(value = "can_restrict_members")
open override val canRestrictMembers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html index 6fe5521c4e..a7a8898bf1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_title")
open override val customTitle: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html index 04c90ddd22..f5ed5ac009 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html @@ -394,7 +394,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html index 013b2e2fb7..69773b73f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/status.html index 51bff63307..cea32bb88c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html index e6b399ef1c..2b42369d48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html index be62a05b05..e6f8f86d1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html index 7783fbe491..7164718ec8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): AdministratorChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html index 5f883c30cc..667519eb3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html index bbd7be6d16..14cca4e970 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: AdministratorChatMember)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html index 90c7ff659a..44857726a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html @@ -66,7 +66,7 @@
abstract val canBeEdited: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html index 9bfa8ec1ea..3a7d132bf6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html index 56a8f7bc29..defda6ed88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html @@ -66,7 +66,7 @@
abstract val customTitle: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html index 74bef51e1f..406562c9e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html @@ -375,7 +375,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html index f2012346b5..73230e97d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html index cc7e5385bf..f9ae24ea49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/index.html index dd1e4442fd..b689bf857f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/invoke.html index c7939d0a12..6614e2bac4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(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, canManageTopics: Boolean = false, canPostStories: Boolean = false, canEditStories: Boolean = false, canDeleteStories: Boolean = false): ChatCommonAdministratorRights
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-delete-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-delete-stories.html index 18cca86d73..a054e5e7b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-delete-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-delete-stories.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html index 91690bc244..f8cf9ee5f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html @@ -66,7 +66,7 @@
abstract val canEditMessages: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-stories.html index 215c31cb6c..48a089473e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-stories.html @@ -66,7 +66,7 @@
abstract val canEditStories: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html index e372279aa5..75eda74796 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html @@ -66,7 +66,7 @@
abstract val canManageChat: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html index c0041191d5..6adf78bc4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html index a26e62065e..3310921000 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html @@ -66,7 +66,7 @@
abstract val canPostMessages: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-stories.html index b8c2e02508..eb09369983 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-stories.html @@ -66,7 +66,7 @@
abstract val canPostStories: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html index 0b58cf93f9..1b5764dbcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html index f1fd386373..881e9122a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html index 477e0dd0b1..7ceb88fccb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html index f46ca2e7a3..ae44bcd5ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html index c51781f2b1..36d0d6f814 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html @@ -66,7 +66,7 @@
abstract val isAnonymous: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/-chat-common-administrator-rights.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/-chat-common-administrator-rights.html index a673651096..18241c524e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/-chat-common-administrator-rights.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/-chat-common-administrator-rights.html @@ -66,7 +66,7 @@
constructor(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, canManageTopics: Boolean = false, canPostStories: Boolean = false, canEditStories: Boolean = false, canDeleteStories: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-change-info.html index 92d98df7f8..f61660874a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-change-info.html @@ -66,7 +66,7 @@
@SerialName(value = "can_change_info")
open override val canChangeInfo: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-delete-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-delete-stories.html index 6ded23d6a2..75a3bf234e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-delete-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-delete-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_delete_stories")
open override val canDeleteStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-messages.html index e9e8bacf23..a923e39e2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_edit_messages")
open override val canEditMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-stories.html index bfc67059a9..0f75ecef91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-edit-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_edit_stories")
open override val canEditStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-invite-users.html index 9a88471429..998891f1be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-invite-users.html @@ -66,7 +66,7 @@
@SerialName(value = "can_invite_users")
open override val canInviteUsers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-chat.html index cab08825b1..2ee445a4c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_chat")
open override val canManageChat: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-topics.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-topics.html index de4b36348d..9aad7605ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-topics.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-topics.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_topics")
open override val canManageTopics: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-video-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-video-chats.html index c529deaabf..042e8792d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-video-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-manage-video-chats.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_video_chats")
open override val canManageVideoChats: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-pin-messages.html index ce0ed1ecba..0f0f8e71d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-pin-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_pin_messages")
open override val canPinMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-messages.html index 6cd5c4916f..84b7f9c2d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_post_messages")
open override val canPostMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-stories.html index 0aa26618a1..72d5e3c599 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-post-stories.html @@ -66,7 +66,7 @@
@SerialName(value = "can_post_stories")
open override val canPostStories: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-promote-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-promote-members.html index c9d3a4bae6..910453e1e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-promote-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-promote-members.html @@ -66,7 +66,7 @@
@SerialName(value = "can_promote_members")
open override val canPromoteMembers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-remove-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-remove-messages.html index bd9c8538c3..733d209b83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-remove-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-remove-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_delete_messages")
open override val canRemoveMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-restrict-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-restrict-members.html index 6e5e367c1c..3fcb1def27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-restrict-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/can-restrict-members.html @@ -66,7 +66,7 @@
@SerialName(value = "can_restrict_members")
open override val canRestrictMembers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/index.html index 29b94ddde1..eea7165d04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/is-anonymous.html index f9f245d551..5be44c9208 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-common-administrator-rights/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html index 83ad3925f2..feef5a81b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html index 1a49ca3fba..6af37c1ba0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html index 849f884f27..276fe2a849 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html index 27f5777dbd..d84983d729 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatMember)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html index d7a17de316..75233b1dbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html @@ -66,7 +66,7 @@
constructor(chat: PreviewChat, user: User, date: TelegramDate, oldChatMemberState: ChatMember, newChatMemberState: ChatMember, inviteLink: ChatInviteLink? = null, viaChatFolderInviteLink: Boolean? = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html index af28f8ab7b..5caad110b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html @@ -66,7 +66,7 @@
@SerialName(value = "chat")
open override val chat: PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html index 0591117c19..0db6c65099 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html @@ -66,7 +66,7 @@
@SerialName(value = "date")
val date: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html index 5c308b9f89..7e75209f3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html index 1e774179d4..b39afb98c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
val inviteLink: ChatInviteLink? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html index 17d35a144f..c7b224b8f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html @@ -66,7 +66,7 @@
@SerialName(value = "new_chat_member")
val newChatMemberState: ChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html index 885786880b..8a61252005 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html @@ -66,7 +66,7 @@
@SerialName(value = "old_chat_member")
val oldChatMemberState: ChatMember
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html index 047f6bc7bb..eeb33f932a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/via-chat-folder-invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/via-chat-folder-invite-link.html index 5407938bc4..42e5ccde7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/via-chat-folder-invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/via-chat-folder-invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "via_chat_folder_invite_link")
val viaChatFolderInviteLink: Boolean? = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/descriptor.html index da377e98fb..65fbaf4b03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/deserialize.html index 4fcb4820fe..db5ae9ae5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/index.html index 3b27fb4d7e..ba98226466 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/serialize.html index 2d836b5fbe..9c62fdf056 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatMember.Status)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-administrator/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-administrator/index.html index 402185c78a..172771c7bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-administrator/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-administrator/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-creator/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-creator/index.html index 36ee8bf3fe..721017c95c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-creator/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-creator/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-kicked/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-kicked/index.html index 67c027aacc..6216f12fa5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-kicked/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-kicked/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-left/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-left/index.html index 24d6cc1f8c..04dfa9f25d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-left/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-left/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-member/index.html index 2ba0baeb01..d857ee9275 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-member/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-restricted/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-restricted/index.html index ce8d67d930..39cf142700 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-restricted/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/-restricted/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/deserialization-strategy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/deserialization-strategy.html index f6f711b166..01ff378e0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/deserialization-strategy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/deserialization-strategy.html @@ -66,7 +66,7 @@
val deserializationStrategy: DeserializationStrategy<ChatMember>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/entries.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/entries.html index 90f2f612ef..db0f6d9677 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/entries.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/entries.html @@ -66,7 +66,7 @@

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/index.html index 3eb0de07da..9c98c0e653 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/status.html index 2fde514ae2..fbbfca771f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/status.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/value-of.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/value-of.html index 40f802e3d8..62fe9ed446 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/value-of.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/value-of.html @@ -66,7 +66,7 @@

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/values.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/values.html index 07b4ee462d..c8de561e65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/values.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/-status/values.html @@ -66,7 +66,7 @@

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html index 58964c4c8a..c99cb0b113 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/status.html index bdfe7d9367..d92d4c96d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-chat-member/status.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html index b068a192e6..6913e34df0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html @@ -66,7 +66,7 @@
constructor(user: User, untilDate: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html index 935855e89d..614334efb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/status.html index fb639e3a84..01b5da4873 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html index e99e47b6be..1ee5f31588 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html @@ -66,7 +66,7 @@
@SerialName(value = "until_date")
open override val untilDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html index ddcd1279b9..521856d04a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html index dcb700e595..963496efba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html @@ -66,7 +66,7 @@
constructor(user: User)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html index 9d75a816f8..e9d73e8337 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/status.html index 26b7c3d33f..1040dfc75f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html index ae1fe1ccb4..90d99a083f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html index 94ba1cfb91..f76b9e3258 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html index aeb7bb836f..ef4393ed16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html @@ -66,7 +66,7 @@
constructor(user: User)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html index 914696882c..4507f37da4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/status.html index 9a2114e1ef..4c1593cffc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html index 5a48c55bd5..3afafe5b4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html index a356982a6e..c4b4f670a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/-owner-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/-owner-chat-member.html index 54d4f72089..8f3b24a48c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/-owner-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/-owner-chat-member.html @@ -66,7 +66,7 @@
constructor(user: User, isAnonymous: Boolean = false, customTitle: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-be-edited.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-be-edited.html index 888a7529c7..cd63be4bf3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-be-edited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-be-edited.html @@ -66,7 +66,7 @@
@Transient
open override val canBeEdited: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-change-info.html index 4741df1c6f..32b8b0e00b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-change-info.html @@ -66,7 +66,7 @@
@Transient
open override val canChangeInfo: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-delete-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-delete-stories.html index 042de458fe..247c960faa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-delete-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-delete-stories.html @@ -66,7 +66,7 @@
@Transient
open override val canDeleteStories: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-messages.html index 6b378eed2e..bd86b0663b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-messages.html @@ -66,7 +66,7 @@
@Transient
open override val canEditMessages: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-stories.html index f8665452a6..ccb26a6b22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-edit-stories.html @@ -66,7 +66,7 @@
@Transient
open override val canEditStories: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-invite-users.html index b7b5161289..1935f28d5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-invite-users.html @@ -66,7 +66,7 @@
@Transient
open override val canInviteUsers: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-chat.html index 647c102a5a..bfdfbc763b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-chat.html @@ -66,7 +66,7 @@
@Transient
open override val canManageChat: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-topics.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-topics.html index b451020fd0..6f8b79e99f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-topics.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-topics.html @@ -66,7 +66,7 @@
@Transient
open override val canManageTopics: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-video-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-video-chats.html index cf0fb63b56..ab0c4a8f22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-video-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-manage-video-chats.html @@ -66,7 +66,7 @@
@Transient
open override val canManageVideoChats: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-pin-messages.html index b747674885..612b8a87b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-pin-messages.html @@ -66,7 +66,7 @@
@Transient
open override val canPinMessages: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-messages.html index 4348f24f9d..82c131e604 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-messages.html @@ -66,7 +66,7 @@
@Transient
open override val canPostMessages: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-stories.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-stories.html index 37890722d0..a20447ed4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-stories.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-post-stories.html @@ -66,7 +66,7 @@
@Transient
open override val canPostStories: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-promote-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-promote-members.html index 9565e3842c..6741f5ce19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-promote-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-promote-members.html @@ -66,7 +66,7 @@
@Transient
open override val canPromoteMembers: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-remove-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-remove-messages.html index 3bc5f7b8c6..bddbabf0b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-remove-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-remove-messages.html @@ -66,7 +66,7 @@
@Transient
open override val canRemoveMessages: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-restrict-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-restrict-members.html index 3d5cd4edcc..3d6906774a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-restrict-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/can-restrict-members.html @@ -66,7 +66,7 @@
@Transient
open override val canRestrictMembers: Boolean = true
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/custom-title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/custom-title.html index 426f75e53d..86dfdfbd55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/custom-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/custom-title.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_title")
open override val customTitle: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/index.html index b25d8b418f..0479aa3092 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/index.html @@ -394,7 +394,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/is-anonymous.html index 7a575c62f7..d6c54b945d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/status.html index e47cbf6bb2..d6b55b3867 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/user.html index c793ed7db1..c3e71d33aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-owner-chat-member/user.html @@ -66,7 +66,7 @@
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html index 5ac0483c3e..73d2e9ed75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html @@ -66,7 +66,7 @@
constructor(user: User, untilDate: TelegramDate? = null, isMember: Boolean = false, canSendMessages: Boolean = false, canSendAudios: Boolean = false, canSendDocuments: Boolean = false, canSendPhotos: Boolean = false, canSendVideos: Boolean = false, canSendVideoNotes: Boolean = false, canSendVoiceNotes: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebPagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false, canManageTopics: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-web-page-previews.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-web-page-previews.html index 817e8dc3b0..1784cca0c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-web-page-previews.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-web-page-previews.html @@ -66,7 +66,7 @@
@SerialName(value = "can_add_web_page_previews")
open override val canAddWebPagePreviews: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html index e8b771128a..5db177f387 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html @@ -66,7 +66,7 @@
@SerialName(value = "can_change_info")
open override val canChangeInfo: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html index 18a3c1376a..6c5f01c310 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html @@ -66,7 +66,7 @@
@SerialName(value = "can_invite_users")
open override val canInviteUsers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-manage-topics.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-manage-topics.html index eab93443d2..34baf80186 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-manage-topics.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-manage-topics.html @@ -66,7 +66,7 @@
@SerialName(value = "can_manage_topics")
open override val canManageTopics: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html index 9c5eb07f88..77fcc85716 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_pin_messages")
open override val canPinMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-audios.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-audios.html index 6f3ec93468..7a4524c4af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-audios.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-audios.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_audios")
open override val canSendAudios: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-documents.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-documents.html index 6ea4f632b3..6b788cb111 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-documents.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-documents.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_documents")
open override val canSendDocuments: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html index 6eef3a9646..bfdddab79c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_messages")
open override val canSendMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html index f7a481d2db..dcf715a961 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_other_messages")
open override val canSendOtherMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-photos.html index 9d970ac131..a1db689e65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-photos.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_photos")
open override val canSendPhotos: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html index 2aaeaf3eae..8e9879af6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_polls")
open override val canSendPolls: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-video-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-video-notes.html index 4c3928f6a3..a1d3d07a4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-video-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-video-notes.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_video_notes")
open override val canSendVideoNotes: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-videos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-videos.html index b0accc15e8..2b35af09c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-videos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-videos.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_videos")
open override val canSendVideos: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-voice-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-voice-notes.html index 3448aad65c..7e364fe7d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-voice-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-voice-notes.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_voice_notes")
open override val canSendVoiceNotes: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html index b3f871f337..d9b253291b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html @@ -443,7 +443,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html index 88a43eb33a..d281e7ae1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html @@ -66,7 +66,7 @@
@SerialName(value = "is_member")
val isMember: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/status.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/status.html index 19665ef77c..e7712067d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/status.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/status.html @@ -66,7 +66,7 @@
@SerialName(value = "status")
@Required
open override val status: ChatMember.Status
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html index 9853543c71..1071474c95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html @@ -66,7 +66,7 @@
@SerialName(value = "until_date")
open override val untilDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html index 2edab8ccae..51e0f8eb30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html index b5f52b1583..ebb1f237c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html @@ -66,7 +66,7 @@
abstract val canChangeInfo: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html index dd0cd443f9..62bd15acc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html @@ -66,7 +66,7 @@
abstract val canInviteUsers: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-manage-topics.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-manage-topics.html index 0d0f461624..2b8aa06506 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-manage-topics.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-manage-topics.html @@ -66,7 +66,7 @@
abstract val canManageTopics: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html index 8149fd2a71..935ef23479 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html @@ -66,7 +66,7 @@
abstract val canPinMessages: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html index 5e4165ebed..6a2c2bba72 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html index a84775b1cc..b837a3f0ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/index.html index b1645e0585..0dfb25a418 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat.member/index.html @@ -359,7 +359,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/added-to-attachment-menu.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/added-to-attachment-menu.html index 650d165a7f..94eb56ea13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/added-to-attachment-menu.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/added-to-attachment-menu.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/index.html index b8687f523f..2c0793336a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-able-to-add-in-attachment-menu-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-bot/index.html index b9b7055ed8..a5203dcf44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-bot/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html index ee637223a5..a0701d2966 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String, username: Username? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html index 347e731747..c98bc93a1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html index a93447e013..6aeac0b4bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html index 6142233b44..fdcdb642d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html index 19b6555f32..6e2645aa37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/id.html index ec03c46b0a..45e1105cbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/id.html @@ -66,7 +66,7 @@
abstract override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html index 8b941d38da..4bad7b9475 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html index 3626ba3293..da2cc879d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html @@ -66,7 +66,7 @@
constructor(chat: PublicChat, from: User, userChatId: UserId, date: TelegramDate, inviteLink: ChatInviteLink? = null, bio: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html index 7446bec13e..1c1aa0222f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html @@ -66,7 +66,7 @@
@SerialName(value = "bio")
val bio: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html index dffd86bae1..a74591acb5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html @@ -66,7 +66,7 @@
@SerialName(value = "chat")
val chat: PublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html index f901b58d11..6b926b2b73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html @@ -66,7 +66,7 @@
val dateTime: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html index 630671a9c3..aaea29a858 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html @@ -66,7 +66,7 @@
@SerialName(value = "date")
val date: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html index 33db45223c..34cf0100ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html index c47ae5720f..e9d8832d2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html index b692aa5f59..e16010a132 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
val inviteLink: ChatInviteLink? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/user-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/user-chat-id.html index cd862397cb..6dab95298c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/user-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-join-request/user-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_chat_id")
val userChatId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/-common.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/-common.html index de800a681a..85b2d27d29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/-common.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/-common.html @@ -66,7 +66,7 @@
constructor(canSendPolls: Boolean? = null, canSendOtherMessages: Boolean? = null, canAddWebPagePreviews: Boolean? = null, canChangeInfo: Boolean? = null, canInviteUsers: Boolean? = null, canPinMessages: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-add-web-page-previews.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-add-web-page-previews.html index 41230495f5..454e9e6a7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-add-web-page-previews.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-add-web-page-previews.html @@ -66,7 +66,7 @@
@SerialName(value = "can_add_web_page_previews")
open override val canAddWebPagePreviews: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-change-info.html index 0bcdd42fc7..ef394e539c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-change-info.html @@ -66,7 +66,7 @@
@SerialName(value = "can_change_info")
open override val canChangeInfo: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-invite-users.html index 2cde2d1858..e04621439c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-invite-users.html @@ -66,7 +66,7 @@
@SerialName(value = "can_invite_users")
open override val canInviteUsers: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-pin-messages.html index f94c413eff..00675fbe68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-pin-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_pin_messages")
open override val canPinMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-audios.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-audios.html index 2bc3fd31f8..efd54a4853 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-audios.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-audios.html @@ -66,7 +66,7 @@
@Transient
open override val canSendAudios: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-documents.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-documents.html index 7c50eb5412..5ee63391e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-documents.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-documents.html @@ -66,7 +66,7 @@
@Transient
open override val canSendDocuments: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-messages.html index 18a6271e04..c4fcac6632 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-messages.html @@ -66,7 +66,7 @@
@Transient
open override val canSendMessages: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-other-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-other-messages.html index 3d9279a63f..5b6c336b55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-other-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-other-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_other_messages")
open override val canSendOtherMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-photos.html index 96a315b849..568d54c5eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-photos.html @@ -66,7 +66,7 @@
@Transient
open override val canSendPhotos: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-polls.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-polls.html index a1070240d3..8fa9446518 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-polls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-polls.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_polls")
open override val canSendPolls: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-video-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-video-notes.html index c91b5d1e33..1e8976b7eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-video-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-video-notes.html @@ -66,7 +66,7 @@
@Transient
open override val canSendVideoNotes: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-videos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-videos.html index d23f02b1d2..75a9e4ffc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-videos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-videos.html @@ -66,7 +66,7 @@
@Transient
open override val canSendVideos: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-voice-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-voice-notes.html index 6a71728f3b..edbced046a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-voice-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/can-send-voice-notes.html @@ -66,7 +66,7 @@
@Transient
open override val canSendVoiceNotes: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/index.html index d111bd8ec9..de8c4ba15c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/index.html @@ -368,7 +368,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/is-granular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/is-granular.html index 812746c7ec..53f284264c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/is-granular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-common/is-granular.html @@ -66,7 +66,7 @@
@Transient
open override val isGranular: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/descriptor.html index 3e31b8ecbd..80fa6921f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/deserialize.html index 3442a19b79..4bb9864416 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/index.html index c21f871ce3..bed25310f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/invoke.html index 7b38a86fa4..d0a52a2a88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(canSendMessages: Boolean? = null, canSendAudios: Boolean? = null, canSendDocuments: Boolean? = null, canSendPhotos: Boolean? = null, canSendVideos: Boolean? = null, canSendVideoNotes: Boolean? = null, canSendVoiceNotes: Boolean? = null, canSendPolls: Boolean? = null, canSendOtherMessages: Boolean? = null, canAddWebPagePreviews: Boolean? = null, canChangeInfo: Boolean? = null, canInviteUsers: Boolean? = null, canPinMessages: Boolean? = null): ChatPermissions.Granular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/serialize.html index 63e8c725fa..3124df7d3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-companion/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatPermissions)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/-granular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/-granular.html index 7bd82efcc7..b0039683ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/-granular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/-granular.html @@ -66,7 +66,7 @@
constructor(canSendMessages: Boolean? = null, canSendAudios: Boolean? = null, canSendDocuments: Boolean? = null, canSendPhotos: Boolean? = null, canSendVideos: Boolean? = null, canSendVideoNotes: Boolean? = null, canSendVoiceNotes: Boolean? = null, canSendPolls: Boolean? = null, canSendOtherMessages: Boolean? = null, canAddWebPagePreviews: Boolean? = null, canChangeInfo: Boolean? = null, canInviteUsers: Boolean? = null, canPinMessages: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-add-web-page-previews.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-add-web-page-previews.html index 87e690ade5..41724837f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-add-web-page-previews.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-add-web-page-previews.html @@ -66,7 +66,7 @@
@SerialName(value = "can_add_web_page_previews")
open override val canAddWebPagePreviews: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-change-info.html index d3fde2fc9f..2019e4cd35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-change-info.html @@ -66,7 +66,7 @@
@SerialName(value = "can_change_info")
open override val canChangeInfo: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-invite-users.html index e49a46431b..bc068d86c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-invite-users.html @@ -66,7 +66,7 @@
@SerialName(value = "can_invite_users")
open override val canInviteUsers: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-pin-messages.html index ac1642d216..b1624fd967 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-pin-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_pin_messages")
open override val canPinMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-audios.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-audios.html index e2bb685f74..a82d9d3da5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-audios.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-audios.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_audios")
open override val canSendAudios: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-documents.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-documents.html index 2650d22364..f7aec6b828 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-documents.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-documents.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_documents")
open override val canSendDocuments: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-messages.html index 9438038a37..2b05a82559 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_messages")
open override val canSendMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-other-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-other-messages.html index 8dcc48358d..c0a2518f52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-other-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-other-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_other_messages")
open override val canSendOtherMessages: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-photos.html index adca1dcafc..d95b32a479 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-photos.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_photos")
open override val canSendPhotos: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-polls.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-polls.html index 6716ca1835..96fe16b95e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-polls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-polls.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_polls")
open override val canSendPolls: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-video-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-video-notes.html index 58e5f09437..eb223ee7a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-video-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-video-notes.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_video_notes")
open override val canSendVideoNotes: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-videos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-videos.html index 4da3074d30..6972431e25 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-videos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-videos.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_videos")
open override val canSendVideos: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-voice-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-voice-notes.html index e7f5ba1144..286ed95414 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-voice-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/can-send-voice-notes.html @@ -66,7 +66,7 @@
@SerialName(value = "can_send_voice_notes")
open override val canSendVoiceNotes: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/index.html index 5a97942fcc..07dfc7730c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/index.html @@ -368,7 +368,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/is-granular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/is-granular.html index 69f7d718ca..7d5673d535 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/is-granular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/-granular/is-granular.html @@ -66,7 +66,7 @@
@Transient
open override val isGranular: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html index 4936130dfb..52d546c0e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html index 8f1ba5721a..20c96fcea6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html @@ -66,7 +66,7 @@
abstract val canChangeInfo: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html index 369ab76f78..c84802f736 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html @@ -66,7 +66,7 @@
abstract val canInviteUsers: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html index 5dc1bfc484..d48416c55c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html @@ -66,7 +66,7 @@
abstract val canPinMessages: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-audios.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-audios.html index abf4cde1ad..10c4f21d30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-audios.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-audios.html @@ -66,7 +66,7 @@
abstract val canSendAudios: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-documents.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-documents.html index 0e558d362f..ce46ed915e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-documents.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-documents.html @@ -66,7 +66,7 @@
abstract val canSendDocuments: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-gifs.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-gifs.html index f11e0c1453..882eccad2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-gifs.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-gifs.html @@ -66,7 +66,7 @@
open val canSendGifs: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html index 336e2144a7..73564f984c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html @@ -66,7 +66,7 @@
abstract val canSendMessages: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html index e486a2803a..82b4ea736d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-photos.html index ec9cfff397..6406789d8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-photos.html @@ -66,7 +66,7 @@
abstract val canSendPhotos: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html index e9a1550ed0..9d5527e2c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html @@ -66,7 +66,7 @@
abstract val canSendPolls: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-stickers.html index 05af9e5da0..4a4dbf3d58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-stickers.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-video-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-video-notes.html index e68ac69600..2dbd91f305 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-video-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-video-notes.html @@ -66,7 +66,7 @@
abstract val canSendVideoNotes: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-videos.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-videos.html index 05de4b3d9b..d533567ce4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-videos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-videos.html @@ -66,7 +66,7 @@
abstract val canSendVideos: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-voice-notes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-voice-notes.html index c0bede61e9..666d93d0ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-voice-notes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-voice-notes.html @@ -66,7 +66,7 @@
abstract val canSendVoiceNotes: Boolean?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-common.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-common.html index 2eede2ddef..c8f7eaf17b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-common.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-common.html @@ -66,7 +66,7 @@
open fun copyCommon(canSendPolls: Boolean? = this.canSendPolls, canSendOtherMessages: Boolean? = this.canSendOtherMessages, canAddWebPagePreviews: Boolean? = this.canAddWebPagePreviews, canChangeInfo: Boolean? = this.canChangeInfo, canInviteUsers: Boolean? = this.canInviteUsers, canPinMessages: Boolean? = this.canPinMessages): ChatPermissions

Copying current instance as ChatPermissions, but realizations of this interface may differently override this method

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-granular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-granular.html index 67c6c6ae53..a0feed3081 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-granular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/copy-granular.html @@ -66,7 +66,7 @@
open fun copyGranular(canSendMessages: Boolean? = this.canSendMessages, canSendAudios: Boolean? = this.canSendAudios, canSendDocuments: Boolean? = this.canSendDocuments, canSendPhotos: Boolean? = this.canSendPhotos, canSendVideos: Boolean? = this.canSendVideos, canSendVideoNotes: Boolean? = this.canSendVideoNotes, canSendVoiceNotes: Boolean? = this.canSendVoiceNotes, canSendPolls: Boolean? = this.canSendPolls, canSendOtherMessages: Boolean? = this.canSendOtherMessages, canAddWebPagePreviews: Boolean? = this.canAddWebPagePreviews, canChangeInfo: Boolean? = this.canChangeInfo, canInviteUsers: Boolean? = this.canInviteUsers, canPinMessages: Boolean? = this.canPinMessages): ChatPermissions

Copying current instance as ChatPermissions, but realizations of this interface may differently override this method

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html index 3ebe0e93d0..c1eea8b158 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html @@ -398,7 +398,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/is-granular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/is-granular.html index 15392f3957..9bbda7d475 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/is-granular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-permissions/is-granular.html @@ -66,7 +66,7 @@
@Transient
open val isGranular: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/descriptor.html index 6808385983..510690bba3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/deserialize.html index b43ad59028..bcb0d04a6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Chat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/index.html index ca2cdb774f..793d90ec76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/serialize.html index a8ad85cbe1..141d796508 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: Chat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html index 06ffef57bd..687f450acb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html index adbbe5103a..7158ea9368 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html index 646c7c0be5..58e8af7cc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html index 177358e87f..d77d0bd51d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html index 35c99b17fa..01c650b132 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html index 746e9f4987..d3ccaf939b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html @@ -66,7 +66,7 @@
open override val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html index 7d5d0ce130..4ea074b7f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html index 18fcd52ebd..c3ea757da2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html @@ -66,7 +66,7 @@
open override val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html index 4db58cb575..8917bdbfba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html index 2df3ae7786..365120d2d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html @@ -66,7 +66,7 @@
open override val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html index e3b407133b..d23ea128e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html index 1e5e3a6562..edb0fa4514 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html @@ -66,7 +66,7 @@
open override val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html index f14ebc3391..2d250f5535 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html @@ -66,7 +66,7 @@
constructor(stringified: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html index 39d645da08..7fa4725bcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html index 465b523a29..eb35d5af39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html @@ -66,7 +66,7 @@
open override val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/index.html index eae7945178..cf81f7b6f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html index f752352ad8..ca0a5c2a88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html @@ -66,7 +66,7 @@
abstract val stringified: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/id.html index 7d586838b5..1acbf76795 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/id.html @@ -66,7 +66,7 @@
abstract val id: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/index.html index e2d401eabd..cd2f621205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-chat/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html index 38967b9d98..c07876315a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html @@ -66,7 +66,7 @@
constructor(id: UserId, firstName: String, lastName: String = "", username: Username? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html index db458e45a9..8a6ebda96f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/id.html index 8ff0333154..8c8afb1881 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/id.html @@ -66,7 +66,7 @@
open override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/index.html index acb656f70a..303443eaa6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html index f7f302c6e2..a4e406253b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/username.html index 34f4221e3b..6781b10bf2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-bot/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html index 5b16a19e4e..ce558ff775 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html @@ -66,7 +66,7 @@
constructor(id: UserId, firstName: String, lastName: String = "", username: Username? = null, languageCode: String)
constructor(id: UserId, firstName: String, lastName: String = "", username: Username? = null, ietfLanguageCode: IetfLang? = null, isPremium: Boolean = false, addedToAttachmentMenu: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/added-to-attachment-menu.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/added-to-attachment-menu.html index a8cb03f65d..ee8da2c18d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/added-to-attachment-menu.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/added-to-attachment-menu.html @@ -66,7 +66,7 @@
@SerialName(value = "added_to_attachment_menu")
open override val addedToAttachmentMenu: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html index 0aa42c90bd..b5b71ef11f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/id.html index 36cc48cf3b..d8410178ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/id.html @@ -66,7 +66,7 @@
open override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html index a85a681df3..efe05f4b10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html @@ -66,7 +66,7 @@
@SerialName(value = "language_code")
@Serializable(with = IetfLangSerializer::class)
open override val ietfLanguageCode: IetfLang? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/index.html index d4426eb2d3..47a7cb6bb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/index.html @@ -266,7 +266,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/is-premium.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/is-premium.html index e6e85ba809..f2e5f8e12f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/is-premium.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/is-premium.html @@ -66,7 +66,7 @@
@SerialName(value = "is_premium")
open override val isPremium: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html index 3b4d147aff..d6714d7f82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/username.html index 54cc488f7c..42e61ecdcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-common-user/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html index 846bcfacb2..eb9b25c12d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html @@ -66,7 +66,7 @@
constructor(id: UserId, firstName: String, lastName: String = "", username: Username? = null, canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false, chatPhoto: ChatPhoto? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html index 878bd48ac3..3866e3a83c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html @@ -66,7 +66,7 @@
@SerialName(value = "can_join_groups")
val canJoinGroups: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html index 290f75a043..e7359ce956 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "can_read_all_group_messages")
val canReadAllGroupMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/chat-photo.html index 18000b28e8..e022dbbab1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html index 72bc22556c..81a563cfca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html index 5e745fd5d1..505086f2a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html @@ -66,7 +66,7 @@
open override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html index 1dafc011c3..951addd2d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html index c381f62845..8bf2338cec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html index 299d7b193d..a70f42dfa3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html @@ -66,7 +66,7 @@
@SerialName(value = "supports_inline_queries")
val supportsInlineQueries: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html index 13a0a7c58c..a354cc1f9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html index ce4cc7f7ce..936d6c6ed2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String, username: Username? = null, activeUsernames: List<Username> = emptyList(), chatPhoto: ChatPhoto? = null, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null, linkedGroupChatId: IdChatIdentifier? = null, membersHidden: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/active-usernames.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/active-usernames.html index 28763f9346..59e6a33881 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/active-usernames.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/active-usernames.html @@ -66,7 +66,7 @@
@SerialName(value = "active_usernames")
open override val activeUsernames: List<Username>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html index 8a9bc9a9c0..1a26ae0eb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html index 647fe6533d..7fc461fb55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html index 4fe9d75322..f3fa432f9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html index d91e55c76c..61ab0f19dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html index 4bd6e1087e..a508f50010 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html index cba6a5ff87..3112ac0f02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "linked_chat_id")
open override val linkedGroupChatId: IdChatIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/members-hidden.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/members-hidden.html index 32a96f2660..cf25678d09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/members-hidden.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/members-hidden.html @@ -66,7 +66,7 @@
@SerialName(value = "has_hidden_members")
open override val membersHidden: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html index 8f46c2df87..8faffa3626 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html @@ -66,7 +66,7 @@
@SerialName(value = "pinned_message")
open override val pinnedMessage: Message? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html index daf24d0e80..80a1375033 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html index 81569cfe8c..6bcc67c029 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html index edfe9cdd02..277ab24b54 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html @@ -225,7 +225,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html index 2c3b72668d..c744e7e422 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/-based-on-forum-thread.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/-based-on-forum-thread.html index bd3f9350aa..cf8a969ef2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/-based-on-forum-thread.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/-based-on-forum-thread.html @@ -66,7 +66,7 @@
constructor(threadId: MessageThreadId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/deserialize.html index daf3c3d042..f9f29e5213 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ExtendedChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/index.html index 1a2f50df04..a2f221b1d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-based-on-forum-thread/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-companion/index.html index d7b00f2a78..ac989a5a97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/-companion/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html index b89e52565b..2c46d28e06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html index a22a678bd2..0298a6052d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ExtendedChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html index 5b2222155c..5e787e94ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html index 8baaa8a018..31a516341e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ExtendedChat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/active-usernames.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/active-usernames.html index 205f4d45b3..e025ba6128 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/active-usernames.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/active-usernames.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/index.html index 18c22db20b..86245eadc4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat-with-username/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html index d1bbca99dd..d0cb33f0a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html @@ -66,7 +66,7 @@
abstract val chatPhoto: ChatPhoto?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html index 5153def9d9..fde3f59098 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/-extended-forum-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/-extended-forum-chat-impl.html index dbf67c78c7..71ea2f4b86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/-extended-forum-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/-extended-forum-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: IdChatIdentifier, title: String, username: Username? = null, activeUsernames: List<Username> = emptyList(), chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: IdChatIdentifier? = null, location: ChatLocation? = null, requiresJoinForMessaging: Boolean = false, requireAdminApproveToJoin: Boolean = false, isAggressiveAntiSpamEnabled: Boolean = false, membersHidden: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/active-usernames.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/active-usernames.html index 5ae8a529f1..7251c27556 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/active-usernames.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/active-usernames.html @@ -66,7 +66,7 @@
@SerialName(value = "active_usernames")
open override val activeUsernames: List<Username>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/can-set-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/can-set-sticker-set.html index ec18cbd1c8..9ee23de6f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/can-set-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/can-set-sticker-set.html @@ -66,7 +66,7 @@
@SerialName(value = "can_set_sticker_set")
open override val canSetStickerSet: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/chat-photo.html index 89dfa03a37..448f7f1f38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/description.html index ad0f53f62d..8ad2638f98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/id.html index 517affaba4..7f5090cef4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/index.html index 50f08918c9..0ae7b52186 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/index.html @@ -364,7 +364,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/invite-link.html index 603bb85e29..85ea666d2e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/is-aggressive-anti-spam-enabled.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/is-aggressive-anti-spam-enabled.html index e2e17db043..9ee00f3b04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/is-aggressive-anti-spam-enabled.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/is-aggressive-anti-spam-enabled.html @@ -66,7 +66,7 @@
@SerialName(value = "has_aggressive_anti_spam_enabled")
open override val isAggressiveAntiSpamEnabled: Boolean = false

This field represents field "has_aggressive_anti_spam_enabled" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/linked-channel-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/linked-channel-chat-id.html index 70670d5d24..21a65ed4b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/linked-channel-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/linked-channel-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "linked_chat_id")
open override val linkedChannelChatId: IdChatIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/location.html index 5b35d89c34..6aa0d41c0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/location.html @@ -66,7 +66,7 @@
@SerialName(value = "location")
open override val location: ChatLocation? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/members-hidden.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/members-hidden.html index f95b4a9b5c..cc29ff0171 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/members-hidden.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/members-hidden.html @@ -66,7 +66,7 @@
@SerialName(value = "has_hidden_members")
open override val membersHidden: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/permissions.html index f03f97b2ed..caf37b5980 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "permissions")
open override val permissions: ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/pinned-message.html index 9d53ba2afe..ebd06a3813 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/pinned-message.html @@ -66,7 +66,7 @@
@SerialName(value = "pinned_message")
open override val pinnedMessage: Message? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/require-admin-approve-to-join.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/require-admin-approve-to-join.html index 23a93d1c40..1f9f930bd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/require-admin-approve-to-join.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/require-admin-approve-to-join.html @@ -66,7 +66,7 @@
@SerialName(value = "join_by_request")
open override val requireAdminApproveToJoin: Boolean = false

This field represents field "join_by_request" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/requires-join-for-messaging.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/requires-join-for-messaging.html index 837f189ddc..67f10acb78 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/requires-join-for-messaging.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/requires-join-for-messaging.html @@ -66,7 +66,7 @@
@SerialName(value = "join_to_send_messages")
open override val requiresJoinForMessaging: Boolean = false

This field represents field "join_to_send_messages" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/slow-mode-delay.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/slow-mode-delay.html index 5268dbc432..93ec321c27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/slow-mode-delay.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/slow-mode-delay.html @@ -66,7 +66,7 @@
@SerialName(value = "slow_mode_delay")
open override val slowModeDelay: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/sticker-set-name.html index 3e695619e1..9d4118b465 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/title.html index ac7a66ee73..204ff421a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/username.html index 82f0e2dd32..15a820bd9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat/index.html index c51e6cd45c..4e30dad4ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-forum-chat/index.html @@ -345,7 +345,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html index b236a65749..f9555575c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null, membersHidden: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html index cd0f793880..4bfa948aea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html index 726b2010a7..c219de7b66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html index 7a5b7b583c..18dbbaeef1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html index 6864916725..e971992f34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html index 88c27decb7..6c4483cad3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/members-hidden.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/members-hidden.html index 913b790322..f3871c1d91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/members-hidden.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/members-hidden.html @@ -66,7 +66,7 @@
@SerialName(value = "has_hidden_members")
open override val membersHidden: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html index 59784213fc..a6f03fde6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "permissions")
open override val permissions: ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html index e0d9d33ce2..1588980fd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html @@ -66,7 +66,7 @@
@SerialName(value = "pinned_message")
open override val pinnedMessage: Message? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html index b823538193..2b8b01fc37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html index bbb707f2f1..037146cd37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html index 15b5a99dbe..13cca2f638 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html index db82e67aea..d434e043ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: UserId, chatPhoto: ChatPhoto? = null, username: Username? = null, activeUsernames: List<Username> = emptyList(), firstName: String = "", lastName: String = "", bio: String = "", hasPrivateForwards: Boolean = false, hasRestrictedVoiceAndVideoMessages: Boolean = false, statusEmojiId: CustomEmojiId? = null, statusEmojiExpiration: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/active-usernames.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/active-usernames.html index 296a9dc574..28553df0d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/active-usernames.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/active-usernames.html @@ -66,7 +66,7 @@
@SerialName(value = "active_usernames")
open override val activeUsernames: List<Username>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html index 91a8e23e2c..b99c7ebdb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html @@ -66,7 +66,7 @@
@SerialName(value = "bio")
open override val bio: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html index 04fb4953c1..6b06e88b28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html index df11f945c2..d93bd592a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html index acc45ea6e1..728f822dfb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html @@ -66,7 +66,7 @@
@SerialName(value = "has_private_forwards")
open override val hasPrivateForwards: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-restricted-voice-and-video-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-restricted-voice-and-video-messages.html index 0919dd9256..4393ef1400 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-restricted-voice-and-video-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-restricted-voice-and-video-messages.html @@ -66,7 +66,7 @@
@SerialName(value = "has_restricted_voice_and_video_messages")
open override val hasRestrictedVoiceAndVideoMessages: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html index dea1ce999c..54369bc756 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html index f768744b5d..d333568f9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html @@ -274,7 +274,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html index 0951b5b636..915ffeab24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-expiration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-expiration.html index 541f90ad1b..493a9e510b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-expiration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-expiration.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_status_expiration_date")
open override val statusEmojiExpiration: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-id.html index c93c2887c6..9de00b1854 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/status-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji_status_custom_emoji_id")
open override val statusEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html index d6660a43ac..39ca49e4cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html index 6a4f0d9bde..56c966661c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html index 19e1fed97f..cb1a647c52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html @@ -66,7 +66,7 @@
abstract val bio: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html index d259809d7d..10c7226dbb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-restricted-voice-and-video-messages.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-restricted-voice-and-video-messages.html index d31d9596ec..0e23e13453 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-restricted-voice-and-video-messages.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-restricted-voice-and-video-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html index 0d8ea023be..e604446989 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html @@ -255,7 +255,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-expiration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-expiration.html index 687fc143f0..49d870b213 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-expiration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-expiration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-id.html index b7f2f43560..79d9102210 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-private-chat/status-emoji-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html index ac1a5c7d6d..519e1bf137 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html @@ -66,7 +66,7 @@
abstract val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html index c252f7c994..9e01cd72c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html index a8219cfc10..6a11bc612f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html @@ -66,7 +66,7 @@
abstract val inviteLink: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/members-hidden.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/members-hidden.html index cfeedd06c6..a84cee1a9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/members-hidden.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/members-hidden.html @@ -66,7 +66,7 @@
abstract val membersHidden: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html index 208f765941..50c076dd5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html index 2cb3b93ae3..aab828115c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String, username: Username? = null, activeUsernames: List<Username> = emptyList(), chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = "", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: IdChatIdentifier? = null, location: ChatLocation? = null, requiresJoinForMessaging: Boolean = false, requireAdminApproveToJoin: Boolean = false, isAggressiveAntiSpamEnabled: Boolean = false, membersHidden: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/active-usernames.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/active-usernames.html index a3ecd8a3dc..3737645d9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/active-usernames.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/active-usernames.html @@ -66,7 +66,7 @@
@SerialName(value = "active_usernames")
open override val activeUsernames: List<Username>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html index 342c62676b..aa5b156f28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html @@ -66,7 +66,7 @@
@SerialName(value = "can_set_sticker_set")
open override val canSetStickerSet: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html index 2a7cb1357b..5a8981a02d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html @@ -66,7 +66,7 @@
@SerialName(value = "photo")
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html index 829f0c46cf..b84c582a96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
open override val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html index 0981431062..c1c4960b96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html index 88b5ebcd2e..5210161f48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html @@ -364,7 +364,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html index 268860a5e5..d9c989be2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/is-aggressive-anti-spam-enabled.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/is-aggressive-anti-spam-enabled.html index 8709b6300e..fc221f9b41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/is-aggressive-anti-spam-enabled.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/is-aggressive-anti-spam-enabled.html @@ -66,7 +66,7 @@
@SerialName(value = "has_aggressive_anti_spam_enabled")
open override val isAggressiveAntiSpamEnabled: Boolean = false

This field represents field "has_aggressive_anti_spam_enabled" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html index e28a33349f..906f1f0550 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "linked_chat_id")
open override val linkedChannelChatId: IdChatIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html index 6fc52516f2..99dcb9ec24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html @@ -66,7 +66,7 @@
@SerialName(value = "location")
open override val location: ChatLocation? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/members-hidden.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/members-hidden.html index 080e55ab79..381e9762ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/members-hidden.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/members-hidden.html @@ -66,7 +66,7 @@
@SerialName(value = "has_hidden_members")
open override val membersHidden: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html index 9d2912fe13..ea221e2df7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html @@ -66,7 +66,7 @@
@SerialName(value = "permissions")
open override val permissions: ChatPermissions
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html index 916f4161e1..1a93bfb871 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html @@ -66,7 +66,7 @@
@SerialName(value = "pinned_message")
open override val pinnedMessage: Message? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/require-admin-approve-to-join.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/require-admin-approve-to-join.html index 0616acc365..5e22af33e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/require-admin-approve-to-join.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/require-admin-approve-to-join.html @@ -66,7 +66,7 @@
@SerialName(value = "join_by_request")
open override val requireAdminApproveToJoin: Boolean = false

This field represents field "join_by_request" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/requires-join-for-messaging.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/requires-join-for-messaging.html index f958e91e15..227778f12b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/requires-join-for-messaging.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/requires-join-for-messaging.html @@ -66,7 +66,7 @@
@SerialName(value = "join_to_send_messages")
open override val requiresJoinForMessaging: Boolean = false

This field represents field "join_to_send_messages" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html index 9ddce3366e..6e12c45e58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html @@ -66,7 +66,7 @@
@SerialName(value = "slow_mode_delay")
open override val slowModeDelay: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html index af769ccf97..63066783f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html index f81223aca3..3c9069c676 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html index d0f769cf21..00088f35ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html index 65f43a2549..c338adaaa5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html index e699fc23ad..2591d4ec68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html @@ -345,7 +345,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/is-aggressive-anti-spam-enabled.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/is-aggressive-anti-spam-enabled.html index c66f93ad3a..36beb87ceb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/is-aggressive-anti-spam-enabled.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/is-aggressive-anti-spam-enabled.html @@ -66,7 +66,7 @@

This field represents field "has_aggressive_anti_spam_enabled" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html index 140ee3091e..b91dfe6f6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html index 990878d5ba..030002b63f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html @@ -66,7 +66,7 @@
abstract val location: ChatLocation?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/require-admin-approve-to-join.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/require-admin-approve-to-join.html index 4ee3e348e7..9079870e69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/require-admin-approve-to-join.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/require-admin-approve-to-join.html @@ -66,7 +66,7 @@

This field represents field "join_by_request" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/requires-join-for-messaging.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/requires-join-for-messaging.html index d12ca57c43..5ca6c818b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/requires-join-for-messaging.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/requires-join-for-messaging.html @@ -66,7 +66,7 @@

This field represents field "join_to_send_messages" from API

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html index ac3d2cddf1..18d72b9fc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html @@ -66,7 +66,7 @@
abstract val slowModeDelay: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html index 643964e612..4797137716 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-user/index.html index 17fd933283..53f92d2d66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-extended-user/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/-forum-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/-forum-chat-impl.html index 75f2052628..f04a38748b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/-forum-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/-forum-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: IdChatIdentifier, title: String, username: Username? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/id.html index 9de41885ca..f2b1e81374 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/index.html index de5aa9d276..ddf7c8741a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/title.html index 23d1b347d0..34197620b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/username.html index f02749588c..320e294e66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat/index.html index 451c119aae..e8b02d2c4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-forum-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html index 0095a3c9ee..9d510fbf0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html index 4dbdc8257b..7e4e6768be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html index ad524e95d9..8c59de1b1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html index 3a7c8372b1..940c70550f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat/index.html index 86956bd49e..992b4bc44b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-group-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html index 0026e0d6e8..4bceb3494f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/index.html index e6bf0e5373..4c42194b72 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/is-premium.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/is-premium.html index 6db53c9bc2..bfa15d09c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/is-premium.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-possibly-premium-chat/is-premium.html @@ -66,7 +66,7 @@
abstract val isPremium: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-bot/index.html index 372202771d..fa7830d7f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-bot/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-channel-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-channel-chat/index.html index 293d488571..6058d474f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-channel-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-channel-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html index a2e5d5d586..51f0823bf3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html index 08064f1aba..ecd1b3fef2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html index f761b723de..66e9174fb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html index 501521cab8..07d7409287 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: PreviewChat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat/index.html index feedfc5204..3fb76ef0ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-chat/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-forum-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-forum-chat/index.html index a5fae689e2..17a19abfe5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-forum-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-forum-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-group-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-group-chat/index.html index 1151b9ec12..94568b9350 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-group-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-group-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-private-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-private-chat/index.html index bfb71bf16f..191ee5ce58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-private-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-private-chat/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-public-chat/index.html index bb0666bc7d..0dc5970bd7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-public-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-super-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-super-public-chat/index.html index b8b7c02aac..ad138ff57c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-super-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-super-public-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-supergroup-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-supergroup-chat/index.html index 6dbf28ce94..396954336f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-supergroup-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-supergroup-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-user/index.html index 84cb0435f7..4526dff6c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-user/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-username-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-username-chat/index.html index 291eac6fb7..1855259757 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-username-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-preview-username-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html index 139f1b1a2b..23b90982af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: UserId, username: Username? = null, firstName: String = "", lastName: String = "")
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html index 0eb2f3bd25..7e1402212e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html index be491bfe73..a11efea128 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html index 6d83d80ad6..5d4197df9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html index 9c7f450e87..4d83cc20f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html index 4e187238e1..27b7c4da38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html index d6ccb6eb93..456018c369 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html @@ -66,7 +66,7 @@
abstract val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/id.html index d1038d418c..c56c0d0817 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/id.html @@ -66,7 +66,7 @@
abstract override val id: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/index.html index a8c845910d..531883d5a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html index d72bd79605..99f604c4da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html @@ -66,7 +66,7 @@
abstract val lastName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/index.html index 6877fd4cb7..885b0baec3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/title.html index a0bca4e782..7f89353038 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-public-chat/title.html @@ -66,7 +66,7 @@
abstract val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html index 4842651d22..221f184329 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html index f8007e5597..efabae6ac3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html index 424635400c..77699713b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html @@ -66,7 +66,7 @@
constructor(id: ChatId, title: String, username: Username? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html index 23c4a02703..dd3c9740c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html index e518ce824b..2d2eba9824 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html index d8ea2ff5d0..d35faa7246 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html index 1dc84c1280..5ad676d22d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html @@ -66,7 +66,7 @@
@SerialName(value = "username")
open override val username: Username? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html index 4cdb0e47ae..3b1cd18d83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html index f6033f754a..85ff2c2637 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html @@ -66,7 +66,7 @@
constructor(id: IdChatIdentifier, raw: String, rawJson: JsonObject)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html index 8b0d82b8cf..92c2ba8cb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html @@ -66,7 +66,7 @@
open override val id: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html index a22a97f604..9e399d3b63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw-json.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw-json.html index 1ff5769bb9..27f0663929 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw-json.html @@ -66,7 +66,7 @@
val rawJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html index 2fcc8fb18b..2511036ed9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html @@ -66,7 +66,7 @@
val raw: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html index e5eb924f90..fca8ac18e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html @@ -66,7 +66,7 @@
constructor(id: IdChatIdentifier, raw: String, rawJson: JsonObject)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html index 278c653d3e..2373ee3fdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html @@ -66,7 +66,7 @@
open override val chatPhoto: ChatPhoto? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html index 48ad8a365f..7bbe52b6f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html @@ -66,7 +66,7 @@
open override val id: IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html index a304609e1c..6b343698eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw-json.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw-json.html index ace5f595c9..9852806b5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw-json.html @@ -66,7 +66,7 @@
val rawJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html index eec1f50883..26baac7a38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html @@ -66,7 +66,7 @@
val raw: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html index 126c2fb710..e4050988be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html index 72c4c7cb11..b519edbca6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html index aa4ca6df24..c668a1180b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html index fa10dc3c87..d506135a7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: User)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user/index.html index 0c1b99cc08..639903ce6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-user/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/index.html index 252d161f33..de1f609f91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/username.html index b86c90b58a..8feb8d9e35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/-username-chat/username.html @@ -66,7 +66,7 @@
abstract val username: Username?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/as-chat-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/as-chat-type.html index a427fca0b4..a4cdfac9ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/as-chat-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/as-chat-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/index.html index f614aec382..a8f00a2efb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.chat/index.html @@ -963,7 +963,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html index b4723a3416..6c00cc3b1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html index 33bdeab7ea..b0167127c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html index 8b9b11083e..164744f4a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html index 4ba7feca39..e75ce20c1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html index c766238da1..0347e9c591 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html index 0b6f7a7134..03d80e3bdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html index 231786bdc1..831947d4ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html index 1c4ab8c335..a064d8ba0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html index 58318f6cfa..9f3a96c948 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html @@ -66,7 +66,7 @@
const val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html index 023132c97c..5dbe80465a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html index 2f1e2820e3..89d592cfad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html index d6c41e12ce..4e5338bdf5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html index 626568234b..9f7560a90c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier, userId: UserId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html index 23f3abf51f..f59de08e62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html index 00c86a52fb..2621f7e822 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html @@ -66,7 +66,7 @@
const val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html index 80f04391f2..726ce7e957 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html index dbb19ff34e..a915a2c9da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html index f2c492df08..4d5d9fa0af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html index 0553ddddba..72f54df928 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html index 9f4cd5a7e1..f3607be9e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html @@ -66,7 +66,7 @@
constructor(chatId: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html index fbcfa3be08..a0fc4b0bcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html index 165b887b00..884569e118 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html @@ -66,7 +66,7 @@
const val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html index 2e2f6c2e31..843fdc0c24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html index 1609ca7a0f..5e7277420d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html index d87e1bba3f..04ec2ad056 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html index da7f363540..07fbbb095e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html index abefdc52d9..91163b9d8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html index d5da56552a..5cdf3994f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html index 3cd95f829a..62080dae86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): BotCommandScope
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html index 4f7fbdaa98..a088043267 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html index a2e3d77efe..04d008b8b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: BotCommandScope)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html index 72cdda78ed..87de99aeaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html index 85162893d1..f297487581 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html index 1e8e89f06e..3e1049ddd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html index 05ad1077e6..82b0e1f80c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html index 389e13639b..a5ba621691 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html index 3e2d98ea44..02899e58c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html index aa01e9ff31..0307e6127e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html index 90bfbe98fc..a194d6b880 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html index 14870dc3c3..494d5559a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html index 855ac65f64..ec205b702b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html index cdbc34b353..bca847fe14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html index 2c1156e702..62f4139088 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html index 742c8b3a1c..3a6f56dd17 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html index 4023f30f84..bbfb4c3b54 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/index.html index eb704c3b12..3ad6157bdf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.commands/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.commands/index.html @@ -239,7 +239,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html index 53c59a1942..4f2ccccd42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html index d09828e2aa..e45836bb76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html index ae1bf77c2c..e80636fed0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html index e68f206420..a39f41fe8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html index e821e49e13..7cc260e2b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html index db87c0e8fd..d920daa8d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html index 947197792f..89779f1493 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html index 8c0114a63c..346d1b45a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html index 4040161d24..63bbf50247 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html index 7360c78fcb..fb00d0c469 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html @@ -66,7 +66,7 @@
constructor(emoji: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html index 9d71bc3d67..53c2ccc79d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html index 3e0259cd27..224fb9dd29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html index 7bf414f303..f7fc6418a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html index abd0ee72cc..82e5824403 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html index 0f443330e8..775916817f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html index 9c97cb838f..aedd0bcccb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html index 779221721a..77b676db43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html index c51db6e815..4629f84b77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): DiceAnimationType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html index ae8d4a6f22..eeccbe02af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html index 96c997ded6..d8b8247762 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: DiceAnimationType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html index 7ec1323c63..109459eb2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
abstract val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html index eb577ed0a8..e89029e6aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html index 162089ff89..a377ce2a3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
abstract val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/-dice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/-dice.html index 3401723c85..a82b50d8cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/-dice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/-dice.html @@ -66,7 +66,7 @@
constructor(value: DiceResult, animationType: DiceAnimationType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html index ea78437664..01c4acda40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
val animationType: DiceAnimationType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/index.html index f46325a0fc..54160cda75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/value.html index fac591694f..6241ccafc5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-dice/value.html @@ -66,7 +66,7 @@
@SerialName(value = "value")
val value: DiceResult
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html index 5b74fa1339..49195148fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html index b17da18851..f9d430317e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html index 6d2f72ffae..59848f58b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html index 98064395e1..0b385e26f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html @@ -66,7 +66,7 @@
open override val emoji: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html index 74e865e4bb..d760935b56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html index 59fb2d879b..29db8f6d5e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html @@ -66,7 +66,7 @@
open override val valueLimits: IntRange
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/index.html index d1dbedf33e..aac479b14a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.dice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.dice/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html index 63288cf752..0d8e5aa8b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html @@ -289,7 +289,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/is-animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/is-animated.html index ed6806a3eb..4c0bf9bd00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/is-animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/is-animated.html @@ -66,7 +66,7 @@
open override val isAnimated: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-format.html index 142c19f0a3..e3a6e8202f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-format.html @@ -66,7 +66,7 @@
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html index 7572442395..ec9acf8039 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumbnail: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/duration.html index 7b4a7c7b52..7f46c91454 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/duration.html @@ -66,7 +66,7 @@
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html index 5d5846df05..f45735840e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html index d9ff44e66f..8ca534ec12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html @@ -66,7 +66,7 @@
@SerialName(value = "file_name")
open override val fileName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html index 15b6845ced..b583a8c2ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html index 7d8428171b..7af56cd604 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/height.html index 256e151a39..979ee3fa49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/height.html @@ -66,7 +66,7 @@
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/index.html index e9d21ca3e5..628667007a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html index 708da9d51c..29f840c6bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/thumbnail.html index 21d246d562..bcdce4a924 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/thumbnail.html @@ -66,7 +66,7 @@
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/width.html index 4c5fdab7b1..a102506cfa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-animation-file/width.html @@ -66,7 +66,7 @@
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html index ec4b4bcda6..b0042ba7fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, performer: String? = null, title: String? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/duration.html index c9ce23d49a..3ed5d6d562 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html index 9a8e282c32..4b4fa11f83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html index a78418378c..51fa44b280 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html @@ -66,7 +66,7 @@
@SerialName(value = "file_name")
open override val fileName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html index 4bbd7e27bd..4eb2f9de03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html index 4ad9e0453a..5e2a7a4d5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/index.html index e643384cb4..50fd643c2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html index eb163165f8..1979f4961c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/performer.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/performer.html index 67632b16c9..9fd613102f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/performer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/performer.html @@ -66,7 +66,7 @@
@SerialName(value = "performer")
open override val performer: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/thumbnail.html index 92c3d17947..727a0b7637 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/title.html index 7e7ca50068..df3da3a49b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-audio-file/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/-custom-emoji-animated-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/-custom-emoji-animated-sticker.html index 3502092c82..b10f4c9a7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/-custom-emoji-animated-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/-custom-emoji-animated-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, customEmojiId: CustomEmojiId, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null, needsRepainting: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/custom-emoji-id.html index 3fc0bf24c1..df9cafc91e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/custom-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_emoji_id")
open override val customEmojiId: CustomEmojiId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/emoji.html index 3980718f72..a0a6ee55d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-id.html index c51498a4b4..6ca41e6225 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-size.html index 9864839f33..25b24c2be7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-unique-id.html index 95faff40a6..6c8913cf97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/height.html index 1712248754..65d4504486 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/index.html index 80dd118ccb..9f4b754ab0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/index.html @@ -338,7 +338,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/needs-repainting.html index 496d64396c..702426ab9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/needs-repainting.html @@ -66,7 +66,7 @@
@SerialName(value = "needs_repainting")
open override val needsRepainting: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/sticker-set-name.html index 242347a676..2f29a8c6a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/thumbnail.html index 708678a038..8938e8676b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/type.html index c09c535421..87e1a35560 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.CustomEmoji
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/width.html index d3e7fa5498..0d1469513c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-animated-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/-custom-emoji-simple-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/-custom-emoji-simple-sticker.html index fcc92f3b22..ef4dc69fee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/-custom-emoji-simple-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/-custom-emoji-simple-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, customEmojiId: CustomEmojiId, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null, needsRepainting: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/custom-emoji-id.html index f930bff0cd..8d0121a21e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/custom-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_emoji_id")
open override val customEmojiId: CustomEmojiId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/emoji.html index 5282aa2fb1..98085a028b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-id.html index 50c81673d3..3a5f8de213 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-size.html index acc2998fbb..98cb357ff2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-unique-id.html index 5c79f63eb8..ef64d91633 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/height.html index 8523f383c6..8efd5092da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/index.html index 2c91f67157..3d2c0b0547 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/index.html @@ -338,7 +338,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/needs-repainting.html index fa652d0d91..9bd4221eb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/needs-repainting.html @@ -66,7 +66,7 @@
@SerialName(value = "needs_repainting")
open override val needsRepainting: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-format.html index 48cc229053..0bc228428a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-set-name.html index b173319c62..fa079c4462 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/thumbnail.html index 630988e74f..59d2b0d2c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/type.html index a8856fe9e1..4ba9a1b93a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.CustomEmoji
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/width.html index bbb8f8a4fa..2d4b96c5d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-simple-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/as-input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/as-input-sticker.html index 72f91ea20e..3de639c8fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/as-input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/as-input-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/custom-emoji-id.html index 9c09a7db51..f8cc152f6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/custom-emoji-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/index.html index 53cd38af44..93c6a99fdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/needs-repainting.html index 019f82d265..38ae480181 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/needs-repainting.html @@ -66,7 +66,7 @@
abstract val needsRepainting: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/type.html index 30d2c36786..65d492b934 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-sticker/type.html @@ -66,7 +66,7 @@
open override val type: StickerType.CustomEmoji
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/-custom-emoji-video-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/-custom-emoji-video-sticker.html index b4ca0aa6d7..9b8f969357 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/-custom-emoji-video-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/-custom-emoji-video-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, customEmojiId: CustomEmojiId, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null, needsRepainting: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/custom-emoji-id.html index aeb017569b..453891af0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/custom-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "custom_emoji_id")
open override val customEmojiId: CustomEmojiId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/emoji.html index 1876341c0f..0be495a336 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-id.html index 3893dfda7d..816d6776c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-size.html index c1d89998de..a5a68319b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-unique-id.html index 0fce553114..14a51087d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/height.html index 63f13203ea..981ecb701a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/index.html index 9e21e83c10..c6f619ff47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/index.html @@ -338,7 +338,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/needs-repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/needs-repainting.html index d794557a6d..1c678f1be5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/needs-repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/needs-repainting.html @@ -66,7 +66,7 @@
@SerialName(value = "needs_repainting")
open override val needsRepainting: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/sticker-set-name.html index 122b886d49..2b024c6727 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/thumbnail.html index 9b9dcf9e6b..608a1d3352 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/type.html index da825fc51f..80d9fc395e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.CustomEmoji
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/width.html index 5be1966b7e..3794cd47b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-emoji-video-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html index 31a8944cf1..d73edb94c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html @@ -66,7 +66,7 @@
abstract val fileName: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html index 803e3de596..b1f2acf5cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html index df279c6110..1d94948d27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, thumbnail: PhotoSize? = null, mimeType: MimeType? = null, fileName: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-id.html index 5d5f91225a..efa16eac00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-name.html index 8fb3f03ccd..0919e870ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-name.html @@ -66,7 +66,7 @@
@SerialName(value = "file_name")
open override val fileName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-size.html index b24645d306..5d74ab33eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html index 9e748e421b..08a58f9b56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/index.html index d2fffcad4d..56ddb4f41d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html index 3d5e6d259e..660e943597 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/thumbnail.html index 1c5c841f70..4ef98883f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-document-file/thumbnail.html @@ -66,7 +66,7 @@
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/-file.html index 7e5df90b68..6f15b1ea42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-id.html index e9ccb6d4a9..e02011c90c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-size.html index 4d95226790..b3e6d6ffa0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html index 95a1a05732..ce7767849d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/index.html index 7541d2cf0b..7cbe94815d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-file/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/-mask-animated-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/-mask-animated-sticker.html index 7cf3b2c9fa..e05ba7ed3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/-mask-animated-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/-mask-animated-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, maskPosition: MaskPosition? = null, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/emoji.html index 904f9f38b4..020b21b6bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-id.html index 9e467f9d43..010afbe65a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-size.html index db2a18e166..458945f57f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-unique-id.html index d904886072..470fdd6cd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/height.html index 8659d2010d..54a8ac1841 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/index.html index dd52c7fe4e..82b13a4636 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/mask-position.html index 216fb0ce93..bb6a9c7fd7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
open override val maskPosition: MaskPosition? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/sticker-set-name.html index b703797ece..6f094471e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/thumbnail.html index 69ce6d967d..3f8a816038 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/type.html index 74f1394757..e8ffbca3df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Mask
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/width.html index 35ec59aa67..787ea9f3d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-animated-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/-mask-simple-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/-mask-simple-sticker.html index 240562101f..c04ef5ae6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/-mask-simple-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/-mask-simple-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, maskPosition: MaskPosition? = null, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/emoji.html index 9f23bb435d..dcc4a6bad4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-id.html index 80c15b2b2c..126bee8e4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-size.html index 22c86d41fb..f8cb0bd794 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-unique-id.html index 97c416cc38..73c694dfa0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/height.html index 21b313d7a7..f170bf11e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/index.html index 23fd8add49..dacdad7433 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/mask-position.html index 07d833b8a1..b1ee1b7f15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
open override val maskPosition: MaskPosition? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-format.html index ee752718b2..26f4e4e2ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-set-name.html index 22da204ec1..61dabf8069 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/thumbnail.html index 38ee60c642..503ae50e0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/type.html index a19880e569..0395b9a8c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Mask
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/width.html index 2c0cacdb1c..abac547dd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-simple-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/as-input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/as-input-sticker.html index e0462a97d2..a024fc3b1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/as-input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/as-input-sticker.html @@ -66,7 +66,7 @@
open override fun asInputSticker(emojis: List<String>): InputSticker.Mask
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/index.html index e19de8bcf7..d3a70fd771 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/index.html @@ -304,7 +304,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/mask-position.html index 1808ce6b17..1076697f19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/mask-position.html @@ -66,7 +66,7 @@
abstract val maskPosition: MaskPosition?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/type.html index 3d967cc0b7..5ca7daef88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-sticker/type.html @@ -66,7 +66,7 @@
open override val type: StickerType.Mask
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/-mask-video-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/-mask-video-sticker.html index 8aafde007f..eada809d59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/-mask-video-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/-mask-video-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, maskPosition: MaskPosition? = null, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/emoji.html index 7f2b0fbac5..a36048a6c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-id.html index b81a6728e5..4523d960b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-size.html index 45f4836ea8..cc8135fa9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-unique-id.html index 1a91334b0d..fc766e2dfd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/height.html index 71d6746e2f..aa0c783757 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/index.html index 5365c8e6bf..ca4279ad7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/mask-position.html index a36257ccab..947545d25d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/mask-position.html @@ -66,7 +66,7 @@
@SerialName(value = "mask_position")
open override val maskPosition: MaskPosition? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/sticker-set-name.html index 3d838d5407..4c22ceba1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/thumbnail.html index 5646e16bd1..1ceb58cd51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/type.html index da6d36db5e..09f93f9b7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Mask
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/width.html index c68d9146b7..ef2e5c1c22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mask-video-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html index 12e3dc400e..f687d07e88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html index fbdab35b84..dc83272d23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html index 5f3062644a..c681fef258 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html index 13d726c1fa..b7211bcf45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html index 017a8dd585..15314b6baf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/index.html index 2e12fac827..e395d3d2c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html index e1bc5994f8..98dddfcea1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html @@ -66,7 +66,7 @@
@SerialName(value = "file_date")
val uploadingDate: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html index 0d1f9605fb..537a764829 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, filePath: String, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html index ceadbd59e2..3860574cb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html index 6d7d388779..c128548ed2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html @@ -66,7 +66,7 @@
@Transient
val fileName: FileName
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html index d69d894e32..977444fa0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html @@ -66,7 +66,7 @@
@SerialName(value = "file_path")
val filePath: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html index d58218f047..3e4d8141fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html index e5cb8340ea..4ef598fe73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/index.html index 0d60aec0e7..e1b409fdd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-pathed-file/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html index 55df9f4dd5..7ef24efb91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html index e492bfc499..387137b0aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, width: Int, height: Int)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html index 780ad53d5f..ca15b3483f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html index d5baa21ec6..f4d505bfcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html index 5e08cc8773..61b9876a28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/height.html index d6fd5c9ed8..a4670f0f1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/height.html @@ -66,7 +66,7 @@
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/index.html index 880ee5c6eb..5b81e8523a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html index 2f785f55be..beb6875ef4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/width.html index a1d79588b6..b1d8fbfe96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo-size/width.html @@ -66,7 +66,7 @@
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo/index.html index 265327aac0..8211881ec4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-photo/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html index a860183112..3b062a8461 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html @@ -66,7 +66,7 @@
abstract val duration: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html index 23bcc71232..1ea3307910 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/-regular-animated-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/-regular-animated-sticker.html index 8f07391b04..0d483fb4e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/-regular-animated-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/-regular-animated-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, premiumAnimationFile: File? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/emoji.html index 8d5276226c..563951f2dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-id.html index a542efa08c..9b6e5dc581 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-size.html index 64f3371c6b..06c5e6756a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-unique-id.html index 028080c039..e7ac17c410 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/height.html index 1566ad5f25..e9a1d46707 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/index.html index 0df47a9b78..e1bfd63070 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/premium-animation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/premium-animation-file.html index 190be4b98d..6e87b38503 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/premium-animation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/premium-animation-file.html @@ -66,7 +66,7 @@
@SerialName(value = "premium_animation")
open override val premiumAnimationFile: File? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/sticker-set-name.html index 2741042054..f6ecef48ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/thumbnail.html index bfc0a7eb73..306709e51b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/type.html index 6ae223c627..db1bb01875 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Regular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/width.html index 37f77d8d78..44847a54a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-animated-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/-regular-simple-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/-regular-simple-sticker.html index 81f8b03cce..b0ee4d948c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/-regular-simple-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/-regular-simple-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, premiumAnimationFile: File? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/emoji.html index 85dbda816c..8cc0d591af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-id.html index 5426c501fd..21daf1f23e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-size.html index 6db75c7b56..250ced2d88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-unique-id.html index 23acf9f6c2..b6476d80fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/height.html index b7e8f26858..2873533ceb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/index.html index 024a29eb96..e6170d0aaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/premium-animation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/premium-animation-file.html index 19dca56ada..0c654a54ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/premium-animation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/premium-animation-file.html @@ -66,7 +66,7 @@
@SerialName(value = "premium_animation")
open override val premiumAnimationFile: File? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-format.html index 7b47a88b9b..5dd29b9c96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-set-name.html index f62839302e..46ddd5e92d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/thumbnail.html index 343a6bb1fb..8a5d37b579 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/type.html index be5a3d0d68..2c00f1213f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Regular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/width.html index 0ca76f9d92..9a0ce69ab8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-simple-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/as-input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/as-input-sticker.html index 2d422b0740..d7c3ef4a63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/as-input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/as-input-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/index.html index a3fd1185b1..f9ff8cbd91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/index.html @@ -304,7 +304,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/premium-animation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/premium-animation-file.html index 0d673b4b80..7d466c5f08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/premium-animation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/premium-animation-file.html @@ -66,7 +66,7 @@
abstract val premiumAnimationFile: File?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/type.html index 1ea0f4dbfa..b2dc4442c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-sticker/type.html @@ -66,7 +66,7 @@
open override val type: StickerType.Regular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/-regular-video-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/-regular-video-sticker.html index 33310592f5..378d54d701 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/-regular-video-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/-regular-video-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, premiumAnimationFile: File? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/emoji.html index 1d0989d199..07d51c5f89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-id.html index c451d978d4..8c361022bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-size.html index 7e984f4622..3a44d298f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-unique-id.html index 331eff3a13..1d2d1fc1d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/height.html index ea18854902..64d26ee0e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/index.html index e17352aa44..9023d4b4bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/premium-animation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/premium-animation-file.html index c7238a9bee..37d7766c88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/premium-animation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/premium-animation-file.html @@ -66,7 +66,7 @@
@SerialName(value = "premium_animation")
open override val premiumAnimationFile: File? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/sticker-set-name.html index cda8ef8c4d..4bfc9f9c6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/thumbnail.html index 4c805d5097..671c34a4da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/type.html index aa66adb569..54770906ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Regular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/width.html index 7f1bdb0eff..bd5b8d34de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-regular-video-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html index aa9acf1b99..5d2bfb2a0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html @@ -66,7 +66,7 @@
abstract val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html index 51c8e2eaf3..f6ec5a17a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html index c7be3f607a..9a64f64d14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html @@ -66,7 +66,7 @@
abstract val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html index 9e63dbb245..6cf77eae79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html index b73e6b9078..371650ff7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Sticker
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html index 18b13e142f..537de624fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html index dfda2f6dc5..246e8ff1fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: Sticker)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html index 84016b9543..49486482ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html @@ -66,7 +66,7 @@
constructor(file_id: FileId, file_unique_id: FileUniqueId, type: StickerType, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumbnail: PhotoSize? = null, emoji: String? = null, set_name: StickerSetName? = null, premium_animation: File? = null, mask_position: MaskPosition? = null, custom_emoji_id: CustomEmojiId? = null, file_size: Long? = null, needs_repainting: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/custom_emoji_id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/custom_emoji_id.html index f29f3f3021..e9bc2a3991 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/custom_emoji_id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/custom_emoji_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html index 680d216d26..587adde745 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html @@ -66,7 +66,7 @@
val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html index 0fb2ee3611..5ae270af64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html index 26f804a5d6..d7743e1166 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html @@ -66,7 +66,7 @@
val file_size: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html index 631fe3442e..d7061f101a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html index 8fc85dd4d5..cae6cdfce3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html @@ -66,7 +66,7 @@
val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html index b7d82770a3..3b33ba1b92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html index cf61183efb..2932925554 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html @@ -66,7 +66,7 @@
val is_animated: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html index 3caf2b53b4..7d1d7d6207 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html @@ -66,7 +66,7 @@
val is_video: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html index 901eb5548e..b7d04bec04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/needs_repainting.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/needs_repainting.html index bc88775ea0..7576dbd1d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/needs_repainting.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/needs_repainting.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/premium_animation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/premium_animation.html index f15b1393a5..d8e8c5a6a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/premium_animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/premium_animation.html @@ -66,7 +66,7 @@
val premium_animation: File? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html index 1ea91eb36c..4b1f071355 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumbnail.html index 55f4f61ff8..182986bf14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumbnail.html @@ -66,7 +66,7 @@
val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/type.html index fa183e241a..cb3ee5319c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html index b27cd2434b..2d3290c70b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html @@ -66,7 +66,7 @@
val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/as-input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/as-input-sticker.html index 254ac5e24c..9dcc75e822 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/as-input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/as-input-sticker.html @@ -66,7 +66,7 @@
abstract fun asInputSticker(emojis: List<String> = emoji ?.let { listOf(it) } ?: error("Unable to create input sticker without emojis")): InputSticker
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/emoji.html index 3ef65153c5..9302c37d78 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/emoji.html @@ -66,7 +66,7 @@
abstract val emoji: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/index.html index 5197c3d90d..3d0d5a4d5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/index.html @@ -289,7 +289,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html index 0231570e65..56da3ea18f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-video.html index 63fc86c505..e1f75d8344 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/is-video.html @@ -66,7 +66,7 @@
open val isVideo: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-format.html index c49aa762e4..d367df6aa5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-format.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html index d2c087942c..c0ee943445 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/type.html index 17b51a2c7e..1d8417f455 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-sticker/type.html @@ -66,7 +66,7 @@
abstract val type: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html index 418be00e0b..60396181d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html @@ -66,7 +66,7 @@
abstract val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html index 44e171cf2f..ab15d09016 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html @@ -66,7 +66,7 @@
abstract val fileSize: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html index 37f2983b19..db96149baa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html index 18fd886168..ce02f79ad3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html index 42e94e64fa..c9a88f10a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumbnail.html index ea9d55c6d1..d7083c6235 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumbnail.html @@ -66,7 +66,7 @@
abstract val thumbnail: PhotoSize?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html index d993614a23..b181ed11c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html index 1a9e2c093e..82bd29448d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html @@ -66,7 +66,7 @@
abstract val title: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/-unknown-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/-unknown-sticker.html index 85d1d682e8..7c6accea69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/-unknown-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/-unknown-sticker.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: Long? = null, stickerFormat: StickerFormat = StickerFormat.Static, type: StickerType = StickerType.Regular, raw: JsonElement)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/as-input-sticker.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/as-input-sticker.html index 2648aca8a3..47906df483 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/as-input-sticker.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/as-input-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/emoji.html index c5e3ca6208..64f17f48cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/emoji.html @@ -66,7 +66,7 @@
@SerialName(value = "emoji")
open override val emoji: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-id.html index f9d160f46f..f12c089c2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-size.html index b092ae81f2..0785d2f517 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-unique-id.html index 073244e1d5..28528dbe41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/height.html index 99f9585ae1..6fc5c53809 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/index.html index eb1dd579c8..06a34c4f8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/raw.html index a49ec0ad7e..97d5521848 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/raw.html @@ -66,7 +66,7 @@
val raw: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-format.html index 45a5f2bfea..1e5df3fc75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-set-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-set-name.html index 93861e050e..31a0a9c1a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-set-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/sticker-set-name.html @@ -66,7 +66,7 @@
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/thumbnail.html index d4d82f7f72..fc9de5ed7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/type.html index ab90c2b092..8455300d47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
open override val type: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/width.html index b4a707f900..cf9d1455c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-unknown-sticker/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html index 90a393992d..d544b720e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumbnail: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/duration.html index 4f56fb5495..3078e97c8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-id.html index e7e370bc3c..6256d13eba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-name.html index 89bc28e5df..bcae3e3aad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-name.html @@ -66,7 +66,7 @@
@SerialName(value = "file_name")
open override val fileName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-size.html index c90a38c086..c06dcaed73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html index 5a36498011..ee8f354b27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/height.html index 5c7db4a621..a75953ca09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/height.html @@ -66,7 +66,7 @@
@SerialName(value = "height")
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/index.html index b4ab7ff418..15ef3994e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/index.html @@ -263,7 +263,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html index cbb425e0ba..61884c174c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/thumbnail.html index 633973f250..260957c5a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/width.html index 2b7b28a664..b5ce32d281 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-file/width.html @@ -66,7 +66,7 @@
@SerialName(value = "width")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html index 4910429379..f63c2d1f8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumbnail: PhotoSize? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html index d70efb00e5..53f89d5b99 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html @@ -66,7 +66,7 @@
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html index 66e70c7d53..fef738d7f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html index c553c32a9a..bccde7363d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html index 22d4e54f2c..da4886fb6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/height.html index d6ebdca606..ca61553e5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/height.html @@ -66,7 +66,7 @@
open override val height: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/index.html index 347aadd0b5..fc972ca4ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/thumbnail.html index 1e34f02e2c..e0325f2bd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/thumbnail.html @@ -66,7 +66,7 @@
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/width.html index 7e1fc42f83..5375c33937 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-note-file/width.html @@ -66,7 +66,7 @@
@SerialName(value = "length")
open override val width: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/index.html index 05fb3e3fb7..b99c6ac6e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/index.html @@ -289,7 +289,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/is-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/is-video.html index acdb81fa7d..bb70d00106 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/is-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/is-video.html @@ -66,7 +66,7 @@
open override val isVideo: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-format.html index 3d35bebc8f..1550c8b899 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-format.html @@ -66,7 +66,7 @@
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html index 61c5af07fc..375b03e9eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html @@ -66,7 +66,7 @@
constructor(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, mimeType: MimeType? = null, fileSize: Long? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/duration.html index d99ab0505b..684cb2044e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html index 8b92ae9ea3..68f9337458 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_id")
open override val fileId: FileId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html index 53a7eab315..35de414337 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html @@ -66,7 +66,7 @@
@SerialName(value = "file_size")
open override val fileSize: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html index 68c24df462..9437f97e2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "file_unique_id")
open override val fileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/index.html index a7420de403..0541b4fa08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html index 7a22408517..6ebc3f88e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html @@ -66,7 +66,7 @@
@SerialName(value = "mime_type")
open override val mimeType: MimeType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-audio-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-audio-file.html index 09c5e3fa5d..f6facad52b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-audio-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-audio-file.html @@ -66,7 +66,7 @@
fun VoiceFile.asAudioFile(performer: String? = null, title: String? = null, fileName: String? = null): AudioFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-document-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-document-file.html index b1dfaf0920..2281b309a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-document-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-document-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-voice-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-voice-file.html index bda272c335..4094700cb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-voice-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/as-voice-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/biggest.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/biggest.html index cb5e05c611..0d02862f7a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/biggest.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/biggest.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/full-url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/full-url.html index 9ac80ce60f..ba5bf27a4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/full-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/full-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/index.html index 8ef7fcd419..2fc9cf5521 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/index.html @@ -738,7 +738,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html index 0cffff3777..287731332d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html index 5b821e86b1..884ea016e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html @@ -66,7 +66,7 @@
inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false): TelegramMediaVideo
inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList, spoilered: Boolean = false): TelegramMediaVideo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-callback-game/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-callback-game/index.html index 4433d5eb3e..73d1e86f13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-callback-game/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-callback-game/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html index b74f637099..1b7a8c2a98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html @@ -66,7 +66,7 @@
constructor(position: Long, user: User, score: Long)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/index.html index 6822a9eff5..45b46321de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/position.html index 7344daae67..54bf25ba3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/position.html @@ -66,7 +66,7 @@
@SerialName(value = "position")
val position: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/score.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/score.html index 9116741331..e53145c58a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/score.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/score.html @@ -66,7 +66,7 @@
@SerialName(value = "score")
val score: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/user.html index e8560125b4..2316adaffa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game-high-score/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/-game.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/-game.html index 1f8a7f79b9..fc35b84bd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/-game.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/-game.html @@ -66,7 +66,7 @@
constructor(title: String, description: String, photo: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/animation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/animation.html index 8dd6478c03..315e30cefb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/description.html index 3b747cff08..502449af35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/description.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/index.html index 8b332be175..cdd6fc9f9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/photo.html index 82fd4fefcb..c5f8cb830f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text-sources.html index 42c0e3ee40..0648dd727b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text.html index 56604a0f82..f99dd54c45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/title.html index c9ffff4794..484ddc65b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/-game/title.html @@ -66,7 +66,7 @@
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.games/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.games/index.html index 7ef20962ae..e3de6f8ac4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.games/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.games/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html index 6c890756f7..4c76ac88f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html @@ -66,7 +66,7 @@
constructor(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds, heading: Degrees? = null, proximityAlertRadius: Meters? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/heading.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/heading.html index da88b82765..4e6061b563 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/heading.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/heading.html @@ -66,7 +66,7 @@
@SerialName(value = "heading")
open override val heading: Degrees? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html index 30921d2393..17b0290779 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/index.html index 57a16019ed..c4c1cc0d6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/latitude.html index 5c4ef1c8b2..3e1f856be9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/live-period.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/live-period.html index 2dfb0211f7..099a3a335b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/live-period.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/live-period.html @@ -66,7 +66,7 @@
@SerialName(value = "live_period")
open override val livePeriod: Seconds

Period in Seconds

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/longitude.html index 404d6d5ea9..976f17e157 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html index e9430daec6..42958444cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html @@ -66,7 +66,7 @@
@SerialName(value = "proximity_alert_radius")
open override val proximityAlertRadius: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html index 68db5f6d10..60d6fa89e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html index f2a00dc5d1..b8013df96e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Location
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/index.html index 7f8408b780..064d9298da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html index d188cb4d8f..bee2e3d799 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: Location)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location/index.html index 3d13a6027d..93400da354 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-location/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html index c7f81392d7..dcaf79ed61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html @@ -66,7 +66,7 @@
constructor(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html index 6156e6ba1a..dc7e5646de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html @@ -66,7 +66,7 @@
@SerialName(value = "horizontal_accuracy")
open override val horizontalAccuracy: Meters? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/index.html index 292f07657a..3824312848 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/latitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/latitude.html index c8e69695c5..2dec98c532 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/latitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/latitude.html @@ -66,7 +66,7 @@
@SerialName(value = "latitude")
open override val latitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/longitude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/longitude.html index 305aef31e5..c76af31ac2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/longitude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/-static-location/longitude.html @@ -66,7 +66,7 @@
@SerialName(value = "longitude")
open override val longitude: Double
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.location/index.html index 34b9c34e1b..c1a47286a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.location/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html index 1676ed5e8a..b0ce1bbf76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html index 5f8f74e83d..32a7e46933 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html index 9893e1e71f..4d5c37c33e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html @@ -66,7 +66,7 @@
abstract val duration: Long?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html index 6ade4730fc..614cc427bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html index 8eb5eedbb2..b10bada9e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html index 2aeb4abbb8..9ab56b4803 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): MediaGroupMemberTelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html index 1d8dede22a..afdd25984b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html index 66dce34460..1c145232c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: MediaGroupMemberTelegramMedia)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html index 476eceff28..f016f1348b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html index c98232cbea..b78d101434 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html @@ -66,7 +66,7 @@
abstract fun serialize(format: StringFormat): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html index e8741d6954..86b89cbdaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html @@ -66,7 +66,7 @@
abstract val height: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html index 1e7bce15b6..5f021ddf06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html index cc30f22258..5aa34085bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html @@ -66,7 +66,7 @@
abstract val width: Int?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-spoilerable-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-spoilerable-telegram-media/index.html index 2eddda322c..3bfccee389 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-spoilerable-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-spoilerable-telegram-media/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html index 59c467d258..9f197f1a9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html @@ -66,7 +66,7 @@
fun TelegramMediaAnimation(file: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation
fun TelegramMediaAnimation(file: InputFile, entities: TextSourcesList, spoilered: Boolean = false, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html index 836ea66cd3..3fb9f2e8b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html @@ -66,7 +66,7 @@
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html index 3c08af6011..462ce6800e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html @@ -66,7 +66,7 @@
open override val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html index 7d63af35e9..1780b7bcbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html @@ -66,7 +66,7 @@
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html index 577151f2c8..307b127cf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html @@ -255,7 +255,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html index ee5b18020c..97e8c5d797 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html index d1f3521030..7cf08be7e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/spoilered.html index 4fb429e837..e792fb840d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html index 726e3b2995..668141dc84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html index b596514d27..7134ea0fc2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html index 9c1c0a434c..695a87a707 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html @@ -66,7 +66,7 @@
open override val thumb: InputFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html index 379607fb31..7e531391d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html index 0a62290b9b..f12a1e86c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html @@ -66,7 +66,7 @@
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html index c4a8149335..047783a18b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html @@ -66,7 +66,7 @@
fun TelegramMediaAudio(file: InputFile, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio
fun TelegramMediaAudio(file: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html index 94e72d29b7..253da44468 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html @@ -66,7 +66,7 @@
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html index 74ce406013..22ba0d3c8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html @@ -66,7 +66,7 @@
open override val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html index af149a9c9d..7d8063bde4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html index baeca1e8cf..317ca943f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html index 68b26efb8c..7c88318f75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html index 64587e79b6..de7676fee9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html @@ -66,7 +66,7 @@
open override val performer: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html index dff063da5a..60c09cb1a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(format: StringFormat): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html index e48ad0cf83..d8b5e186d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html index 61b61006b1..767203120b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html index e1628abccf..b44d160de9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html @@ -66,7 +66,7 @@
open override val thumb: InputFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html index 78b909efcb..c7ba578645 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html @@ -66,7 +66,7 @@
open override val title: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html index 63c528ae81..7fe83205c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document.html index 5a8027a945..45173284b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document.html @@ -66,7 +66,7 @@
fun TelegramMediaDocument(file: InputFile, text: String? = null, parseMode: ParseMode? = null, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument
fun TelegramMediaDocument(file: InputFile, entities: TextSourcesList, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html index 0a39ba6732..1002a4c80b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html @@ -66,7 +66,7 @@
@SerialName(value = "disable_content_type_detection")
val disableContentTypeDetection: Boolean? = null

Parameters

disableContentTypeDetection

Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always used by Telegram system as true, if the document is sent as part of an album.

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html index 972fca4bd5..507da4131a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html @@ -66,7 +66,7 @@
open override val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html index a3e2234a46..46f6185fb7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html index 74d6fd1fd3..00c1944330 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html index c0cfe52d1f..7edac50a66 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html index 0c2345c507..d2378cb8a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(format: StringFormat): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html index cba445fd03..b08e7edac0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html index a95b31f1a7..2e0340d8bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html index d3d692836d..694e320815 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html @@ -66,7 +66,7 @@
open override val thumb: InputFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html index 8b8a50ada6..cd95a74867 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html index 65440874cd..02cb1a4325 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html @@ -66,7 +66,7 @@
fun TelegramMediaPhoto(file: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false): TelegramMediaPhoto
fun TelegramMediaPhoto(file: InputFile, entities: TextSourcesList, spoilered: Boolean = false): TelegramMediaPhoto
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html index a30ae3cb11..21b940fa3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html @@ -66,7 +66,7 @@
open override val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html index 53048f1e89..c80273d205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html index cb0375c97b..4c00a901a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html index e5ce4d4cb9..c1aef5f3c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html index 6a67c5ab2b..6a24086325 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(format: StringFormat): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/spoilered.html index 44d0d20f83..ac7f0ea16b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html index 00093db84f..548f75e877 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html index d70d0c7ba7..c5ebaf124c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html index 4fa728101c..0224bb623b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html index e23ecc0b70..4496444738 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html index 01dd84c05b..829ddf6ce1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): TelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html index fbc8342861..9392d8ec36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html index de56f93eac..04986720b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: TelegramMedia)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video.html index 3a898a7061..07bdf40709 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video.html @@ -66,7 +66,7 @@
fun TelegramMediaVideo(file: InputFile, text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo
fun TelegramMediaVideo(file: InputFile, entities: TextSourcesList, spoilered: Boolean = false, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html index b02c968997..6cf5db7d63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html @@ -66,7 +66,7 @@
open override val duration: Long? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html index 024562a097..202bdf5593 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html @@ -66,7 +66,7 @@
open override val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html index a75f2ba758..03d68e71e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html @@ -66,7 +66,7 @@
open override val height: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html index bc29cf3876..392a1f6d1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html @@ -274,7 +274,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html index f50349a561..5e9ea21200 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html @@ -66,7 +66,7 @@
@SerialName(value = "media")
open override val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html index 93af12903d..f7ec040dbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html @@ -66,7 +66,7 @@
@SerialName(value = "parse_mode")
open override val parseMode: ParseMode? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html index 2290a76cf2..c8bbeb0f37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(format: StringFormat): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/spoilered.html index d140b8fce4..c2b5e92402 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/spoilered.html @@ -66,7 +66,7 @@
@SerialName(value = "has_spoiler")
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html index 71102820dd..1114734a8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList?

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html index 92083fe4c4..9ec6d30653 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html @@ -66,7 +66,7 @@
@SerialName(value = "caption")
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html index 747606c66f..39e17412b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html @@ -66,7 +66,7 @@
open override val thumb: InputFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html index 4f88772d79..06dd0789ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html index 4224c1ca3c..479593f0c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html @@ -66,7 +66,7 @@
open override val width: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/file.html index 456e49910d..1867da2050 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/file.html @@ -66,7 +66,7 @@
abstract val file: InputFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/index.html index bb59b06a90..123e20c7d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/media.html index 4e5c9d11da..1c6f5bafa7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/media.html @@ -66,7 +66,7 @@
abstract val media: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/type.html index 378f74713a..e421dde506 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-telegram-media/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html index f3dd0bc51d..17d7ce05fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html index 8d068785df..7307a15158 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html @@ -66,7 +66,7 @@
abstract val thumb: InputFile?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html index 45c3e72cfe..a63da930bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html index f639ba0dcb..cc1d50464b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html @@ -66,7 +66,7 @@
abstract val title: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html index ea9e13660b..194e5c7b30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/index.html index d3f483a5a9..f001576056 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/index.html @@ -453,7 +453,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html index c7f398e26c..50126d489c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html @@ -66,7 +66,7 @@
fun AudioFile.toTelegramMediaAudio(text: String? = null, parseMode: ParseMode? = null, title: String? = this.title): TelegramMediaAudio
fun AudioFile.toTelegramMediaAudio(textSources: TextSourcesList = emptyList(), title: String? = this.title): TelegramMediaAudio
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html index f4028239f3..4d39308775 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html index 1d3be5a3e7..fc9532492f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html @@ -66,7 +66,7 @@
fun PhotoSize.toTelegramMediaPhoto(text: String? = null, parseMode: ParseMode? = null, spoilered: Boolean = false): TelegramMediaPhoto
fun PhotoSize.toTelegramMediaPhoto(textSources: TextSourcesList = emptyList(), spoilered: Boolean = false): TelegramMediaPhoto
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html index a1283a94db..c2fe3068df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html index 0870914035..1c518a7c89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html index 1d507329d8..c1ec41c24a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-forum-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-forum-event/index.html index f0107ca708..4788148bd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-forum-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-forum-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html index 7f7ce97eb6..c3043fd54f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html index 4f7c37b6a7..c359c25a1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html index de9b19ff94..980bb16db1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html index 54a9642fe3..bc370119d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html index c7e198b245..93195828fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/index.html index a7708a7d87..cc313edc3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/index.html @@ -209,7 +209,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-closed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-closed/index.html index a1bb5b1f5a..dfabb8a6f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-closed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-closed/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/-forum-topic-created.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/-forum-topic-created.html index 3885532fa2..2b6c5506f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/-forum-topic-created.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/-forum-topic-created.html @@ -66,7 +66,7 @@
constructor(name: String, iconColor: RGBColor, iconEmojiId: CustomEmojiId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-color.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-color.html index f0ba4838b4..a1339d323a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-color.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-color.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_color")
val iconColor: RGBColor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-emoji-id.html index 5a72831620..8cd42c8be5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/icon-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_custom_emoji_id")
val iconEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/index.html index 48cfe2de88..4e682143cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/name.html index a89fd2e802..9a3776146a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-created/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/-forum-topic-edited.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/-forum-topic-edited.html index f77c5ab6e8..77de2639df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/-forum-topic-edited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/-forum-topic-edited.html @@ -66,7 +66,7 @@
constructor(name: String, iconEmojiId: CustomEmojiId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/icon-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/icon-emoji-id.html index 6a81262c63..7b9bd9da76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/icon-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/icon-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_custom_emoji_id")
val iconEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/index.html index abebf9b42e..6f24e0e176 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/name.html index b064100f44..c0dc5bb066 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-edited/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-reopened/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-reopened/index.html index caa4b3f294..a121fbcf3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-reopened/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-forum-topic-reopened/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-hidden/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-hidden/index.html index 4b64101769..165be5aafe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-hidden/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-hidden/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-unhidden/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-unhidden/index.html index bd4da0b04f..9edf5435d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-unhidden/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-general-forum-topic-unhidden/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/descriptor.html index 276f61b16b..a986662096 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/deserialize.html index c3d87c4502..661cd42e41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): WriteAccessAllowed
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/index.html index c161aa0d44..de8f4ab1fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/invoke.html index 33196190f6..16a13c94b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(webAppName: String?): WriteAccessAllowed
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/serialize.html index 5d9211af67..a82b9f1aa0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-companion/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: WriteAccessAllowed)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/from-attachment-menu.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/from-attachment-menu.html index 8d66f7e0e7..beb7a6274a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/from-attachment-menu.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/from-attachment-menu.html @@ -66,7 +66,7 @@
open override val fromAttachmentMenu: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/index.html index 1d03c729ce..c4e9133ecd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-attachment-menu/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/from-request.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/from-request.html index d88dc1e499..e8bb7f1b7a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/from-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/from-request.html @@ -66,7 +66,7 @@
open override val fromRequest: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/index.html index fb5d2af9aa..af47745a3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-request/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/-from-web-app-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/-from-web-app-link.html index e5d7642fd7..43062bb1a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/-from-web-app-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/-from-web-app-link.html @@ -66,7 +66,7 @@
constructor(webAppName: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/index.html index 7bac320875..d08f08010f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/web-app-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/web-app-name.html index 494a814d2c..69814e6d71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/web-app-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-from-web-app-link/web-app-name.html @@ -66,7 +66,7 @@
open override val webAppName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-other/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-other/index.html index bf5179c023..9b07888c7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-other/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/-other/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-attachment-menu.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-attachment-menu.html index 6675f8293a..ce77f2731c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-attachment-menu.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-attachment-menu.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-request.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-request.html index 375d88f00a..77c8eaeae0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/from-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/index.html index da4d7bb97e..51ab85cfff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/web-app-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/web-app-name.html index ec068514e4..5d7e01fcad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/web-app-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/-write-access-allowed/web-app-name.html @@ -66,7 +66,7 @@
open val webAppName: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/index.html index 9618556032..5c07a066f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.forum/index.html @@ -179,7 +179,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html index d8433c9be8..d23fed8c16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html @@ -66,7 +66,7 @@
constructor(duration: Seconds)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html index c9b1d18843..cf090186bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html @@ -66,7 +66,7 @@
@SerialName(value = "duration")
val duration: Seconds
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html index 0bb227428b..1d1c235060 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html index 17962f154d..7b41a1ecb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html @@ -66,7 +66,7 @@
val timeSpan: TimeSpan
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html index eeba844e8c..e479e2de47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html @@ -66,7 +66,7 @@
constructor(users: List<User> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html index dd001fc064..76757b9d0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html index 61a08fb2e4..e77fca97c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html @@ -66,7 +66,7 @@
@SerialName(value = "users")
val users: List<User>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html index bb7138ce37..d3dd492786 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html @@ -66,7 +66,7 @@
constructor(startDate: TelegramDate)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html index 70528eb559..36af3614b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html index 0be78905e8..149d7ab4a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html @@ -66,7 +66,7 @@
@SerialName(value = "start_date")
val startDate: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html index 54ccd0ad2f..400ba54b7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/index.html index ec6512ded1..65a328bd1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents.voice/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html index e4052230ee..02937dc178 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html index c8ecc74479..0819352fca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html index 83e0c16112..b2e08fae8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html index c1a70c9508..a51f6076bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html index 5637111ad4..93a727e117 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html @@ -66,7 +66,7 @@
constructor(migratedTo: IdChatIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html index 259990b541..add89dc94d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html index 5b0c2096a8..14a709167a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/-left-chat-member-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/-left-chat-member-event.html index dd01a529bc..1c0a26a09f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/-left-chat-member-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/-left-chat-member-event.html @@ -66,7 +66,7 @@
constructor(user: User)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/index.html index 572ffd094b..19c716a782 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/user.html index 33732871f1..e053cf70cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member-event/user.html @@ -66,7 +66,7 @@
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html index 7fe35d8781..3103c2343c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html @@ -66,7 +66,7 @@
constructor(newAutoDeleteTime: Seconds)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html index 657ffb42bf..c65ad5b891 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html index d0b302e921..1ef5efec53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html @@ -66,7 +66,7 @@
@SerialName(value = "message_auto_delete_time")
val newAutoDeleteTime: Seconds
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html index bbdf0d35d7..918c492567 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html @@ -66,7 +66,7 @@
constructor(migratedFrom: IdChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html index ff257310b2..067e4647bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html index e2236c82b8..ffe488a59c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html index a216583eaa..4509067a86 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html @@ -66,7 +66,7 @@
constructor(members: List<User>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html index b9e7efda84..73c6704120 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html index 6c1adf6c8a..95df7bac17 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html index b7c545c774..64285a62b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html @@ -66,7 +66,7 @@
constructor(photo: Photo)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html index 9c698a5331..9a8e55b4eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html index 6d9d54f9dc..209dd5c550 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html index 63e0c88451..6084519477 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html @@ -66,7 +66,7 @@
constructor(title: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html index 92e05db357..d50a35c33d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html index 86ac5d39e0..491076d4b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html index 5e13ac6d3b..7578bb4062 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html @@ -66,7 +66,7 @@
constructor(message: Message)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html index bbba272bd0..bfca190cbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html index 3eba3d077b..1b2f053246 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html index c9ecf2e62d..10e06708c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html @@ -66,7 +66,7 @@
constructor(traveler: User, watcher: User, distance: Meters)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html index 27a70caf8f..714bc4a0a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html index 996a356d77..8006150d94 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html index 151de87073..e226c987ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html index cc7962aee9..8264c3700d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html index 3f90108700..ed9416e370 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html @@ -66,7 +66,7 @@
constructor(migratedFrom: IdChatIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html index dd15970970..720601f683 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html index 5f49d4e90d..23f152aca9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html index 97d1eabe55..7ea0e18217 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html @@ -66,7 +66,7 @@
constructor(domain: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html index 9d9c7daec4..5f66fd2859 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html index 9ce9421120..3b7163c646 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html index be123773e0..035e0ddf68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html @@ -66,7 +66,7 @@
constructor(data: String, buttonText: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html index 2f3de099fe..d338100bfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html @@ -66,7 +66,7 @@
@SerialName(value = "button_text")
val buttonText: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html index f8e8bc5cc6..5846b87eb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
val data: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html index d31f0d34df..db21f30922 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/index.html index 74b49a9d77..5c6f9b1c4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/index.html @@ -333,7 +333,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html index a195982d1b..ee44a1b46e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html index c7645d057a..9bfed2a740 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html index 85b5fe1c7e..1e68779f50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/index.html index fbd1fe17a3..99a7391f8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/sender-chat.html index ec5d0f869e..bf7026d3dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-forum-content-message/sender-chat.html @@ -66,7 +66,7 @@
open override val senderChat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html index 44887a9b76..0b43b46ee3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html index c0ab12e87c..6d56672ac7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html @@ -66,7 +66,7 @@
open override val senderChat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html index 412131831a..c8be276328 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html index d5a6011a6e..a3b946a8fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html index 604c502e77..aee838569e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html @@ -66,7 +66,7 @@
open override val senderChat: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html index a710bb9050..e330431151 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html @@ -66,7 +66,7 @@
abstract val chatEvent: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html index b7ce07febd..f65c8b8371 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-forum-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-forum-content-message/index.html index 91fbb06399..2e5a02d625 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-forum-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-forum-content-message/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html index 53d70a7128..49b4e6aee5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html index 4465593397..9c5576110b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html @@ -255,7 +255,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html index 0a460bf091..5b10b018f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html index 2fef5f6a06..c1c1263036 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html @@ -66,7 +66,7 @@
abstract val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html index 7a54a04c0c..69656304ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html index 3ad19395cf..6c06639a08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html index 836fbe3214..cc849d4075 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/chat.html index ce1cca8383..db968fab70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewForumChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/index.html index 4c43293ead..310f9deca7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/index.html @@ -285,7 +285,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/thread-id.html index 293f552086..61c2e7a622 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-forum-content-message/thread-id.html @@ -66,7 +66,7 @@
abstract override val threadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-forum-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-forum-content-message/index.html index fa90b8225e..32b0ee53e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-forum-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-forum-content-message/index.html @@ -330,7 +330,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html index 2e87d401ed..5d48a9513c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html index c9c4648820..4ffb205327 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html index 5c7f8843ca..187bbaeda9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html @@ -66,7 +66,7 @@
open override val senderChat: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html index 58fbbfa3af..7d34d53df7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html index b94e1c9c83..7d25ccb6da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html index 70d60b641b..69e93ec0bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html @@ -270,7 +270,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/chat.html index 07bddc6db8..70f78c7f05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html index 7e09bd90db..5a8eda97cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html index 4518a90c7c..8fd4dbf3e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html @@ -66,7 +66,7 @@
abstract val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html index 0af64704ae..9416bd35e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html index ae442fba9d..b70bf91228 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html @@ -66,7 +66,7 @@
abstract val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html index 51c8847d6c..1df1a5ce34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html @@ -66,7 +66,7 @@
abstract val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html index 38c4073528..6d49e4e053 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html index b1aa5a1d4b..f318032ff2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html @@ -66,7 +66,7 @@
abstract val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html index 6a50cae3cd..d317bca08a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html index 9ad7391996..105233d252 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html index dc6060c6a2..17f219828e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/index.html index b1a0b883ea..a3e50737c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/media-group-id.html index db3798c39e..f71397942a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-media-group-message/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html index f76e051f3c..f19906761c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html index 139f338a77..dbbb48e63c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html @@ -66,7 +66,7 @@
abstract val paymentInfo: PaymentInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html index d07b0007c8..d115f44578 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html index 286d204523..af6f1d3780 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html @@ -66,7 +66,7 @@
abstract val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html index e53bef3729..129c894c88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html @@ -270,7 +270,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html index aa5b422fc3..9ad460ecff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html index 53b86ddbd8..9d1a9e1b8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html @@ -66,7 +66,7 @@
abstract val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/index.html index 58739e255c..21716f17be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/thread-id.html index 58a26f821f..3a8cec11eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-possibly-topic-message/thread-id.html @@ -66,7 +66,7 @@
abstract val threadId: MessageThreadId?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/chat.html index 403b6cb683..fe1995795a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewPrivateChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html index a2cff62c93..128f5d7b15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html @@ -300,7 +300,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html index 5f7b01c705..81ab1bdfd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewPublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html index 775ba19ff2..bfc76acd74 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html @@ -270,7 +270,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html index 6adb82656d..53822003c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html index 06a3847a54..1a87208f79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/chat.html index 55c40430a1..79d5b1ad3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/chat.html @@ -66,7 +66,7 @@
abstract override val chat: PreviewSupergroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html index 072d9723d0..8a2ade35cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html index 5f8d61c516..cb69db15ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html @@ -315,7 +315,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html index 1a2a0cd4fa..e1f82e48a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, chat: PreviewChat, date: DateTime, insideException: Exception)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html index 19da75e103..23e3ba5e61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html index b4b31e5323..4c40e4f3cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html index 407784cd9b..adff2d39b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html index 2347a2ac46..9241f53ad1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html index 6700f32852..b872bf1557 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html index 31a1c78574..b61e656847 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html index 5d0e5571b9..53ab74288e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html @@ -66,7 +66,7 @@
abstract val senderChat: PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/index.html index 0d5a43325f..29f362eb1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.abstracts/index.html @@ -554,7 +554,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html index 205b7f232b..64a432daed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html @@ -66,7 +66,7 @@
constructor(media: AnimationFile, includedDocument: DocumentFile?, text: String?, textSources: TextSourcesList = emptyList(), spoilered: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html index 14e8099773..4e68fa98a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html index 583d791bc8..0b0109d2d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<AnimationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html index 934eb2e0f3..2d179dd079 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html index 08ef41d4fc..b08fad1438 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html index a51a78580a..967ff1f620 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html @@ -66,7 +66,7 @@
open override val media: AnimationFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/spoilered.html index f3c8ad193e..8f8bf99f1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/spoilered.html @@ -66,7 +66,7 @@
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html index 416be106f2..9c68f9ecbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html index 8b23d4baa0..032cdfd998 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html @@ -66,7 +66,7 @@
open override val text: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-message/index.html index e4fbff6763..6214ffe71e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-animation-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html index 1f82dae328..f3a22baaa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html @@ -66,7 +66,7 @@
constructor(media: AudioFile, text: String? = null, textSources: TextSourcesList = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html index ff0a555393..9e988479d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMediaAudio
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html index afe933b918..bb053c50c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<AudioContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html index be10fc1d83..da05391113 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html index df5a8943ae..e35559b830 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html @@ -66,7 +66,7 @@
open override val media: AudioFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html index 876a491418..8fa325c9ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html index 060a5cbf9a..fe80b2b022 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html index eaf66f39ba..15c3f070f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-message/index.html index 83755d1fcc..f1997a5f9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/index.html index b66ae65401..e734ad0af8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/media.html index 93f1a94d01..345a842a76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/media.html @@ -66,7 +66,7 @@
abstract override val media: AudioFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/to-media-group-member-telegram-media.html index a87c9f613a..5dbd205883 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-media-group-part-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-message/index.html index 814c94b466..1520d34efd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-audio-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html index 05855dc8cc..04da0b3e19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html @@ -66,7 +66,7 @@
constructor(contact: Contact)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html index 73b1025b13..49c239c86b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html index 6792ef5584..b757d9fdd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<ContactContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html index b67fc81f95..116e7cd8fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-message/index.html index 98ffa7cdc5..9ebaac2d92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-contact-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html index 553d965892..4819e9c3cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html @@ -66,7 +66,7 @@
constructor(dice: Dice)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html index 060c5e2656..7868bc5121 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<DiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html index 1d741971cc..2a500b78b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html @@ -66,7 +66,7 @@
val dice: Dice
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html index 3731b03dde..cec48a09e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-message/index.html index a51c133ab6..2b92003229 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-dice-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html index de1dbcd0b6..0996082aa4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html @@ -66,7 +66,7 @@
constructor(media: DocumentFile, text: String? = null, textSources: TextSourcesList = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html index 483289a77f..18dfb8065b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html index fa25aeadfe..04d5d741b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<DocumentContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/index.html index 535c5110f7..8c80d99a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/media.html index 393cbca4d1..fa34be9edd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/media.html @@ -66,7 +66,7 @@
open override val media: DocumentFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html index d5ea1cd7c7..32d7c09ae9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text.html index ba14847024..b82a615f1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html index 3f0a548d8d..ee32224fe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-message/index.html index d10300e0e4..ce839637af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/index.html index 30b920448e..1be435384c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/media.html index d1704115b7..60cccaeff0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/media.html @@ -66,7 +66,7 @@
abstract override val media: DocumentFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/to-media-group-member-telegram-media.html index 12b60da0d8..826e9eaac5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-media-group-part-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-message/index.html index 7b90cb849e..0e0fd5df3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-document-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html index 84d5c00c0d..54f93e64cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html @@ -66,7 +66,7 @@
constructor(game: Game)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html index 8983215b0b..49cbd8f065 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<GameContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/game.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/game.html index 70a4d16615..261bd0a992 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/game.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/game.html @@ -66,7 +66,7 @@
val game: Game
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/index.html index 56585643d4..686462dcd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-message/index.html index b4b3b64a7b..2df88c8418 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-game-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html index bdc8937987..f67448f4bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html @@ -66,7 +66,7 @@
constructor(invoice: Invoice)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html index 98c1a9b65d..4c1e017eb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<InvoiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html index 78bc6adbab..29e1b563f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html index af0b2d8a26..2b2e87bfd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-message/index.html index ec9349f955..d33b2898f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-invoice-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html index cab22fa93e..b7f3cb301a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html @@ -66,7 +66,7 @@
constructor(location: LiveLocation)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html index 092484ece8..a6e7ae896c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<LiveLocationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html index 792e47f466..0080d16811 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html index 82ccb6743c..9d246e89e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html @@ -66,7 +66,7 @@
open override val location: LiveLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-message/index.html index 423a055df8..e6df395999 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-live-location-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html index 700fba7912..724e53de89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html index 72895617b6..07d7956eef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): LocationContent
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html index 7d2095817c..2d388cc11c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html index d5875e7225..0a80eb88eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: LocationContent)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html index 09c46e577a..8a0a9674f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html index 9e328b9688..ace4d2f338 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(location: Location): LocationContent
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html index b812597c39..2b368d1c0e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html @@ -66,7 +66,7 @@
open fun copy(location: Location = this.location)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/index.html index ed8c7db9de..feb13eac16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/location.html index 0fc76e5440..6f8695e368 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-content/location.html @@ -66,7 +66,7 @@
abstract val location: Location
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-message/index.html index d555b1503a..83d62e02e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-location-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html index 4e82f3d334..b6f69babb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html index 096a02a79c..90ba81c8bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html @@ -66,7 +66,7 @@
abstract val mediaCollection: List<T>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-message/index.html index 95c0ef301b..d362ec1443 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-collection-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html index 6bd6233d36..48f7bb4bfe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/create-resend.html index d4cd7ac727..256621ea9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<out ContentMessage<MediaContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/index.html index 01a35b9732..f9df6ea850 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/media.html index 15c6cf2d77..4a06018aa4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-content/media.html @@ -66,7 +66,7 @@
abstract val media: TelegramMediaFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/-part-wrapper.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/-part-wrapper.html index fbc221f434..e410a9777e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/-part-wrapper.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/-part-wrapper.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, content: T, sourceMessage: PossiblySentViaBotCommonMessage<T>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/content.html index b5a2c578c4..840b565fb7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/content.html @@ -66,7 +66,7 @@
val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/index.html index c900aee0aa..068fbe79b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/message-id.html index 9ae2aeadb3..04816c65bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/source-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/source-message.html index 9f2767e0ee..819d28cd6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/source-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/-part-wrapper/source-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/group.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/group.html index 17310a77cc..d8d8945a7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/group.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/index.html index 5e0a443acc..28260e304e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/media-group-id.html index f8cd9777fd..ef8d93f248 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-collection-content/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/-media-group-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/-media-group-content.html index 89f065175d..7350732dda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/-media-group-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/as-telegram-media.html index b79f597601..a1dc2db3b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMedia
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/create-resend.html index 163327c41c..4827e54f18 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, threadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<MediaGroupContent<MediaGroupPartContent>>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/group.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/group.html index 1515f9ede7..6eba78cf00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/group.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html index d429d4f1a8..6e10fc8740 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/main-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/main-content.html index 740381dfa8..dd42ce507f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/main-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/main-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media-group-id.html index aecb9851ae..543bf5a0d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media.html index b8503919e4..f79cc591e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/media.html @@ -66,7 +66,7 @@
open override val media: TelegramMediaFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text-sources.html index 09f6d16691..581288a8b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text.html index 8e3d05296b..cdd1dd0692 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-content/text.html @@ -66,7 +66,7 @@
open override val text: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-message/index.html index 391c42cae8..d64324b7bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/index.html index 4a306896db..ddd58688ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/to-media-group-member-telegram-media.html index 7fd9302ad5..11e0d5f5d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-group-part-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-message/index.html index e02ae0db9d..598dd29f8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-media-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html index eb9615daf3..8c0170dc5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html index 6ce8ab1178..7a14451dbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html @@ -66,7 +66,7 @@
fun serializationModule(visualMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder<VisualMediaGroupPartContent>.() -> Unit = {}, documentMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder<DocumentMediaGroupPartContent>.() -> Unit = {}, audioMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder<AudioMediaGroupPartContent>.() -> Unit = {}, mediaGroupPartContentAdditionalBuilder: PolymorphicModuleBuilder<MediaGroupPartContent>.() -> Unit = {}, textedMediaContentAdditionalBuilder: PolymorphicModuleBuilder<TextedMediaContent>.() -> Unit = {}, mediaContentAdditionalBuilder: PolymorphicModuleBuilder<MediaContent>.() -> Unit = {}, spoilerableMediaContentAdditionalBuilder: PolymorphicModuleBuilder<SpoilerableMediaContent>.() -> Unit = {}, mediaCollectionContentAdditionalBuilder: PolymorphicModuleBuilder<MediaCollectionContent<*>>.() -> Unit = {}, additionalBuilder: PolymorphicModuleBuilder<MessageContent>.() -> Unit = {}): SerializersModule
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html index a8472657c7..b2b0347471 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-message-content/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html index fbc0a75839..1a07843733 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html @@ -66,7 +66,7 @@
constructor(mediaCollection: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), spoilered: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html index 19ea6ca162..85a70c3e80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMediaPhoto
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html index 55cd5abee8..dd7858c72a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<PhotoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html index c16604d23c..d7f851058b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html index 873b4150ee..7a32f92143 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html @@ -66,7 +66,7 @@
open override val mediaCollection: Photo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html index 25782f41ea..358169fe6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html @@ -66,7 +66,7 @@
open override val media: PhotoSize
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/spoilered.html index cdc22d3ae0..37e736a4f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/spoilered.html @@ -66,7 +66,7 @@
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html index 66639e46ef..0a25b8ef35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html index cebdc2e8cd..67d4eedaf3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html index 9c669c4073..608ffb93da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-message/index.html index 299b9b804d..4c3b0bd4d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-photo-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html index e836b144ec..9c7effee50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html @@ -66,7 +66,7 @@
constructor(poll: Poll)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html index 0cc07cb39c..1a458b6dd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<PollContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html index 688087ab46..c0ae53c13a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html index 6ceffe5fb2..6d7f27c5a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html @@ -66,7 +66,7 @@
val poll: Poll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-message/index.html index f8a9096a1d..39a481dbc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-poll-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html index 935a9ed16c..65ebe8305a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html @@ -66,7 +66,7 @@
abstract fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageId? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<out Message>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html index b92974d980..7bf51c70a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-spoilerable-media-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-spoilerable-media-content/index.html index 2e022afbd9..9f5f28b9bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-spoilerable-media-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-spoilerable-media-content/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html index dc819bb391..70f138748c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html @@ -66,7 +66,7 @@
constructor(location: StaticLocation)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html index 465af7e9fa..73c9cb2921 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<StaticLocationContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html index 3fe763f3c6..5460b6b4ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html index 06e42bd6b3..3daa1a2ec8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html @@ -66,7 +66,7 @@
open override val location: StaticLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-message/index.html index 6abe63c11e..785a0d9603 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-static-location-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html index 38742c1425..7a3babe4f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html @@ -66,7 +66,7 @@
constructor(media: Sticker)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html index 2908e1eac0..c0a2d7f5a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html index c6106261bd..eba260f790 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<StickerContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html index b4052e1585..ccf0d3145f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html index 0784b615a9..682a2a1f3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html @@ -66,7 +66,7 @@
open override val media: Sticker
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-message/index.html index 97829a3247..21096ace4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-sticker-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/-story-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/-story-content.html index aa5552fefc..a894512dd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/-story-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/-story-content.html @@ -66,7 +66,7 @@
constructor(chat: Chat, messageId: MessageId, story: Story)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/create-resend.html index 71703e81b2..85bfad0c62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<PossiblyForwardedMessage>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/index.html index 176abd0157..2822b115f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/story.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/story.html index 20926ca174..af78e7f98d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/story.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-content/story.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-message/index.html index ba3e467291..b1aff78a98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-story-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html index 14f347f636..c822b0c9eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html @@ -66,7 +66,7 @@
constructor(text: String, textSources: TextSourcesList = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html index 683f18462d..f48efd1872 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<TextContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/index.html index ef488a7bb3..7669fe3c07 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html index a2fc94138a..d342b37451 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text.html index 559bda29ad..8dd84e5c0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-content/text.html @@ -66,7 +66,7 @@
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-message/index.html index 4db63553b1..ec850687cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-text-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-content/index.html index 74caab4009..36cb707148 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-content/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html index 3b048d0308..a9fa691793 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-message/index.html index 0f087e50fe..65681924b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-media-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-message/index.html index 5c214c4549..d17c029c6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-texted-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html index 229129b267..ae223743fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html @@ -66,7 +66,7 @@
constructor(venue: Venue)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html index 1251c4424f..b4b70f0e5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<VenueContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html index 524f148026..8e20739667 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html index 43fcd4d49a..25b76489f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-message/index.html index 736246694a..46d9cc8279 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-venue-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html index 6ce0ef9597..5b4f5bd531 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html @@ -66,7 +66,7 @@
constructor(media: VideoFile, text: String? = null, textSources: TextSourcesList = emptyList(), spoilered: Boolean = false)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html index f4abb37424..1e75909866 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMediaVideo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html index 9b671d7741..022f2ebaa9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<VideoContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/index.html index 0c343c5e90..c308cdb046 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/media.html index e3132756f8..17ea0cbe73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/media.html @@ -66,7 +66,7 @@
open override val media: VideoFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/spoilered.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/spoilered.html index 163af3a00b..3108697e4b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/spoilered.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/spoilered.html @@ -66,7 +66,7 @@
open override val spoilered: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html index 4d121a2087..0bdb0a492d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text.html index 545268939e..8d70ad0467 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html index af316bf126..28caaf1fb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-message/index.html index ac9f8d5266..7aad78075c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html index d360834f9e..8347dfaca4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html @@ -66,7 +66,7 @@
constructor(media: VideoNoteFile)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html index 9477f81661..bdfd2807d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMediaVideo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html index 87a9420c3e..a48984cf7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<VideoNoteContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html index 8e5c6c341c..14373c14c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html index cd9ebf1945..453069d379 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html @@ -66,7 +66,7 @@
open override val media: VideoNoteFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-message/index.html index 9f3bff4f92..71222ef14d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-video-note-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-message/index.html index bd5a3a070d..be5a3ac70a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/index.html index 08b25d183c..94c863a169 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/to-media-group-member-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/to-media-group-member-telegram-media.html index 3b7e481f3d..b5ac0a3818 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/to-media-group-member-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-visual-media-group-part-content/to-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html index 129ee298bc..d543139f85 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html @@ -66,7 +66,7 @@
constructor(media: VoiceFile, text: String? = null, textSources: TextSourcesList = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html index beba8bde18..07c18c3c96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html @@ -66,7 +66,7 @@
open override fun asTelegramMedia(): TelegramMediaAudio
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html index 199f607527..af22814526 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html @@ -66,7 +66,7 @@
open override fun createResend(chatId: ChatIdentifier, messageThreadId: MessageThreadId?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageId?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<VoiceContent>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html index 2dd42c59af..bcb4e71c11 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html index 5f464ac0cb..51cd5030d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html @@ -66,7 +66,7 @@
open override val media: VoiceFile
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html index a22eb398fc..b3876a9c41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: TextSourcesList

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html index 04c104752e..efcff3974b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-message/index.html index a94f327346..884519e7ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/-voice-message/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/as-document-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/as-document-content.html index 7e9c9c5428..d68951df22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/as-document-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/as-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html index eec528673f..449b9ce672 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.content/index.html @@ -993,7 +993,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html index 91c6feee39..66de61a38d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/index.html index f17077e27d..f15b437e90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments.abstracts/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html index 768a13ceb8..b3bc66e47a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html @@ -66,7 +66,7 @@
constructor(payment: SuccessfulPayment)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html index da1d414e5e..64c7fc26a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html index f1128a19c8..ac82b15ab2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/index.html index 01952c3c47..28b8e6ae2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.payments/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html index e3b814e6c0..77314270ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html index b87750a509..d435cdadbe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html index ee567ec457..6b5df16822 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html index 950245cd3d..2b07f107c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html index ca06944758..6b5db1b001 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html index 63a347de99..69103d0c1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html index 3c42945bdd..049c94376d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html index ccac764b2b..ec5f8614d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html @@ -66,7 +66,7 @@
constructor(source: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html index 29e34d2420..937482ffc3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html index 598be096e1..0c4658f7e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html index 4a1e2d52f3..7ae8e1801c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html index 7c3161b7af..3b73314503 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html index c09260c2be..d1aa24c7c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html index e65886a04c..c0b3e5fc87 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/username.html index e78f38cf79..ad823677b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/username.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html index b7fd97f86e..71ac851de8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html index 200955fe0c..577fe00a17 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html index 98f7378e51..f9bc868433 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html index 6ecef582e2..37762c97a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html index 5b4f18c337..e4f27d140d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html index f8246411fa..d83ec927ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html index 58d6222a61..e35ea7fe7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html index 8b2074ecfb..0bca582c05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html @@ -66,7 +66,7 @@
constructor(source: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html index 5ab50b65d8..353b2c0ff9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html index cdd07fd47e..a231fe5792 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html index b568bb71e2..805c9d7271 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html index 807444122e..e53ccfb735 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html index e5ea4bb85f..4892f38b1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/-custom-emoji-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/-custom-emoji-text-source.html index 100d8698e2..e5d9d27233 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/-custom-emoji-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/-custom-emoji-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, customEmojiId: CustomEmojiId, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/custom-emoji-id.html index a7186017fd..2ca2b5e5d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/custom-emoji-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/html.html index 0956adfb68..ccc0b683cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/index.html index 2a9c3c5530..c9406fc52f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown-v2.html index 80be40ee19..854a253e0a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown.html index 8ab9b9997a..fc1d24c6a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/source.html index 83602885c7..ec4159a4b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/subsources.html index 6ab0e9a2c9..e440b9c773 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-custom-emoji-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html index 2e9143ee7f..2f9f994b44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html index 6ca8f05076..824e04b19d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html index a269bb2469..bacb0dc929 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html index 2f0e75b3b1..2c707c5c63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html index 275ca918e0..b065002248 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html index 68c9e1e972..9c693d6840 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html index 3bfc9b893e..b69e7bb587 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html index dead3d51c1..9568878775 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html index b6110e2c3a..41c229fe3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html index b8c68abf50..58f347d09f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html index 840c4492d8..91671bab23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html index 3e7cd60fba..2b33b9f2f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html index c4d537162a..3160c632f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html index 259fc49d6c..2392c9959c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html index 5c972d107d..7ebba4c311 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html index 040b67544f..277ba6395a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html index f8b770ea40..928a6ab282 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html index 6c08c36a90..d51e8fb049 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html index acff5af89d..f2ae9441c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html index afe3e9c96f..712646f51a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html index a3def1ecb1..578bad2617 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html index da44e8026d..a37b89715c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html index 54c2441432..1a93b358b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html index 08a43ca963..5a41d610f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html index 7cbfd569c9..86d337d918 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html index add1f6568e..b803016dde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html index 35e9a4712e..7f270207c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html index d75056d4dd..07dd64a241 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html index ae9e4cc10b..7ba0b3c9bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html index d828ea7c1b..39134a0d44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html index 44981e1ae7..dd01c04d96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html index d4e8f0f942..db85be1f5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html @@ -66,7 +66,7 @@
abstract val subsources: List<TextSource>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mutable-text-sources-list/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mutable-text-sources-list/index.html index 8ccb2adb09..347acd18da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mutable-text-sources-list/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-mutable-text-sources-list/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html index da3a94309b..b9525fb0a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html index ddcbf9bcd0..eb028c45ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html index d6e327fdfb..ab785d9542 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html index 725f8753b6..51bfd4d28d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html index fb87ae35bf..cb4ac6f460 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html index 6a2868edbd..b73824e76d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html index 8c38e2d597..ef4c4f246a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html index a0742da5fb..397cb2f030 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, language: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html index 60a95dd65b..e6db5c7784 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html index 065b194118..22075cdd55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html index 7753dd51ac..baff5dbb93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html @@ -66,7 +66,7 @@
val language: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html index 5af9ce6e58..f5a7811cf2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html index 44ebef97e9..4df4508f82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html index 34d7ef5648..4e34b35422 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html index b6087bccce..a6164f7757 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html @@ -66,7 +66,7 @@
constructor(source: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html index 4f738effdd..d56ecaaa73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html index 8c0648a2ee..ae4e1fda9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html index d720016860..5482f29105 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html index bc33f348e5..8befb17054 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html index 0978415ce2..d85e933c5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html index 0bf1db707f..93954fa690 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html index 77d38413a4..fbee1b72f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html index 02cab44e14..b7293102de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html index f52bce5955..9824c03ca3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html index 93f23b5c93..ca85d7722b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html index 338c400115..8aa6455ac2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html index 611e41e017..098e2a5897 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html index b8b0609ad7..e19d2066b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html index 679e06396a..f689992ea2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html index fc38a0db7b..adb943be42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html index 71c1948be9..afb7ddc0b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html index dd31ef5fe8..7d82f865b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html index b9169a1fb2..afede39e39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html index 15d0da9fd8..c099a03669 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html index f9860d061a..30c58ef727 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, url: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html index 36ea576c19..78739cabcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html index 740348f159..d717103486 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html index 163fedd6f5..77cc5f4b13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html index c5e48f5ee1..0400caae05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html index 994328a54a..faa83f3457 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html index 4bc66a7641..8b66829ea3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html @@ -66,7 +66,7 @@
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html index ddf899c7e9..6300c3b036 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, user: User, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html index 0f457138f1..6f77eeead6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html index 50f8eaac27..6aa80b4375 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html @@ -218,7 +218,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html index 5352070a1e..a7e386eb16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html index 19c3f7263f..19d3488132 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html index a95ed335e3..bed5542dbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html index 7c902da753..dba4d4ea92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html index 3370156f9f..8d19b99d53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html @@ -66,7 +66,7 @@
val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/deserialize.html index 7dda16bed3..3340a68abe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): TextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html index 93dbd48b6d..107f9f3dae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html @@ -66,7 +66,7 @@
open override fun exclude(type: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html index 3a7ddca101..21cab2b823 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html @@ -66,7 +66,7 @@
open override fun <T : TextSource> include(type: String, serializer: KSerializer<T>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html index 8a8ad67016..6f51b5a0a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/serialize.html index 010eb3b9d9..373ba5dec9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: TextSource)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html index 8477666e27..8ef5009f23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html @@ -66,7 +66,7 @@
open val asText: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html index 1b509cdc7c..d66ea2889e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html @@ -66,7 +66,7 @@
abstract val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html index 5a25c0913d..685159e17a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html index 41568c502a..517d403cd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html @@ -66,7 +66,7 @@
abstract val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html index bd8a27a578..c197ca8880 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html @@ -66,7 +66,7 @@
abstract val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html index f07002825f..af629cda43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html @@ -66,7 +66,7 @@
abstract val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-sources-list/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-sources-list/index.html index 7c55a8eceb..a1b6e17c37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-sources-list/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-text-sources-list/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html index a7a2e85921..670393c256 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html @@ -66,7 +66,7 @@
constructor(source: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html index 7b452d43f5..a38cf5dbdc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html index 350adc0f3d..67a5787615 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html index 33fa84776e..46594c3378 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html index d771cee8c5..4896a0eadf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html index 96b6a8e22c..dc71916eb5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html index bf36c7da16..3ec8d3a14c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html @@ -66,7 +66,7 @@
constructor(source: String, subsources: TextSourcesList)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html index bb1bd1c8aa..648f57c3fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html @@ -66,7 +66,7 @@
open override val html: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html index 9d5be1a2c2..aed858ac88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html index 9c5f5d04a3..cdb862434c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html @@ -66,7 +66,7 @@
open override val markdownV2: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html index f9d684b125..967dcfbd02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html @@ -66,7 +66,7 @@
open override val markdown: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html index e12b56f2d5..82c0785c21 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html index 7b52013efd..659611b9b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html @@ -66,7 +66,7 @@
open override val subsources: TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bold.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bold.html index d150408a2d..a1335f319a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bold.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bold.html @@ -66,7 +66,7 @@
inline fun bold(parts: TextSourcesList): BoldTextSource
inline fun bold(vararg parts: TextSource): BoldTextSource
inline fun bold(text: String): BoldTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bot-command.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bot-command.html index 0a2828c83e..bf762b6b6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bot-command.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/bot-command.html @@ -66,7 +66,7 @@
inline fun botCommand(command: String): BotCommandTextSource

Parameters

command

Without leading "/"


inline fun botCommand(botCommand: BotCommand): BotCommandTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html index cdc38d27b2..faf59777e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html @@ -66,7 +66,7 @@
inline fun cashTag(vararg parts: TextSource): CashTagTextSource
inline fun cashTag(tag: String): CashTagTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/code.html index 36dc95173c..209f4d389c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/code.html @@ -66,7 +66,7 @@
inline fun code(code: String): CodeTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/custom-emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/custom-emoji.html index beafe26c5f..7ab240ebbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/custom-emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/custom-emoji.html @@ -66,7 +66,7 @@
inline fun customEmoji(emojiId: CustomEmojiId, vararg parts: TextSource): CustomEmojiTextSource


Without sharp (#)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/email.html index 0aa2014bba..f0890a495b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/email.html @@ -66,7 +66,7 @@
inline fun email(vararg parts: TextSource): EMailTextSource
inline fun email(emailAddress: String): EMailTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/hashtag.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/hashtag.html index a92dadc22c..bec0239ec5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/hashtag.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/hashtag.html @@ -66,7 +66,7 @@
inline fun hashtag(vararg parts: TextSource): HashTagTextSource


inline fun hashtag(hashtag: String): HashTagTextSource

Without sharp (#)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/index.html index 0bcb3087dc..a8cd3fe716 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/index.html @@ -847,7 +847,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/italic.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/italic.html index 534825a7cd..818c367085 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/italic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/italic.html @@ -66,7 +66,7 @@
inline fun italic(vararg parts: TextSource): ItalicTextSource
inline fun italic(text: String): ItalicTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/link.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/link.html index d395b2bf28..e2ea3b7b77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/link.html @@ -66,7 +66,7 @@
inline fun link(text: String, url: String): TextLinkTextSource
inline fun link(url: String): URLTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/mention.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/mention.html index 2f878d1437..b9d003d897 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/mention.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/mention.html @@ -66,7 +66,7 @@
inline fun mention(vararg parts: TextSource): MentionTextSource
inline fun mention(whoToMention: Username): MentionTextSource
inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource
inline fun mention(text: String, user: User): TextMentionTextSource
inline fun mention(text: String, userId: UserId): TextMentionTextSource


inline fun mention(whoToMention: String): MentionTextSource

Without leading "@"

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/phone.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/phone.html index 54289ba914..0fbe26e1aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/phone.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/phone.html @@ -66,7 +66,7 @@
inline fun phone(vararg parts: TextSource): PhoneNumberTextSource
inline fun phone(number: String): PhoneNumberTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/plus.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/plus.html index 8e13c04622..67c33d977a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/plus.html @@ -66,7 +66,7 @@
inline operator fun TextSource.plus(other: TextSource): List<TextSource>
inline operator fun TextSource.plus(other: List<TextSource>): List<TextSource>
inline operator fun TextSource.plus(text: String): List<TextSource>
inline operator fun List<TextSource>.plus(text: String): List<TextSource>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/pre.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/pre.html index 0d8822c4d1..1b76fafbb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/pre.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/pre.html @@ -66,7 +66,7 @@
inline fun pre(code: String, language: String? = null): PreTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regular.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regular.html index fd7822cd06..1639053607 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regular.html @@ -66,7 +66,7 @@
inline fun regular(text: String): RegularTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regularln.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regularln.html index 6b0bba2fca..63edbe6826 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regularln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/regularln.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html index 6ba1f5d1ae..ddf881541b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html @@ -66,7 +66,7 @@

This method will prepare TextSources list for messages. Remember, that first part will be separated with captionLength and all others with

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html index 8e8fa45fbc..0e9f1e9065 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html @@ -66,7 +66,7 @@
fun List<TextSource>.separateForMessage(limit: IntRange, numberOfParts: Int? = null): List<List<TextSource>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html index 0d4b17ccf5..03c33d5d73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html @@ -66,7 +66,7 @@

This method will prepare TextSources list for messages with textLength

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-caption.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-caption.html index 89e1998be6..b9935fd268 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-caption.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-caption.html @@ -66,7 +66,7 @@

This method will prepare TextSources list for messages. Remember, that first part will be separated with captionLength and all others with

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-message.html index fbe7f3d4aa..61c44b1e81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-message.html @@ -66,7 +66,7 @@
fun List<TextSource>.splitForMessage(limit: IntRange, numberOfParts: Int? = null): List<List<TextSource>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-text.html index 03a1be7c69..2626926f6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/split-for-text.html @@ -66,7 +66,7 @@

This method will prepare TextSources list for messages with textLength

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/spoiler.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/spoiler.html index 6bfea76e07..8796a4be96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/spoiler.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/spoiler.html @@ -66,7 +66,7 @@
inline fun spoiler(vararg parts: TextSource): SpoilerTextSource
inline fun spoiler(text: String): SpoilerTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html index 15e32b36c7..ed66578cca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html index 50835e6a0e..8673ee12d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html index e2a4a1fa61..fcdfd6d8ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html @@ -66,7 +66,7 @@
inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): TextSourcesList
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/underline.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/underline.html index 9580552c7d..5496698a7a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/underline.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message.textsources/underline.html @@ -66,7 +66,7 @@
inline fun underline(vararg parts: TextSource): UnderlineTextSource
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/-anonymous-forum-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/-anonymous-forum-content-message-impl.html index bfb39ea65f..9370bffdaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/-anonymous-forum-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/-anonymous-forum-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewForumChat, messageId: MessageId, threadId: MessageThreadId, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/author-signature.html index 6dcf0e4fed..22d4ce08e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/chat.html index 8411bcf58c..92a6da7b05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewForumChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/content.html index e9bf5634d7..2facea0c72 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/date.html index 6aef233bf8..e7d975af07 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/edit-date.html index 7af7f76d1b..1388487ffc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/forward-info.html index cc9634dab0..697c9e672d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/has-protected-content.html index 3fe01dcc17..43267dd7d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/index.html index e6b9fa7e70..946726b980 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/media-group-id.html index e2e557c1a2..c608e6f9bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/message-id.html index 12cf4c9965..7d6c8cdcdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-markup.html index dc9e42e99e..816213967c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-to.html index 172d9f3d9d..ceae77a78a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/sender-bot.html index 863f3a395e..ab16544784 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/thread-id.html index d01731afac..8cba6f4209 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-forum-content-message-impl/thread-id.html @@ -66,7 +66,7 @@
open override val threadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html index b1aa781972..94c31fb452 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewGroupChat, messageId: MessageId, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html index 5e23742842..4f3d496766 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html index ed756ef9db..33b184387b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html index bf742b88f5..d60e24cadd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html index 5eb9664af6..1d843eb38b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html index 259d5194e5..147b3a9e88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html index 2ba7456771..8781e5ea04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html index 56a33bea14..3826b78059 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html index 4bde757271..0860191447 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/media-group-id.html index 0bdd0905ba..a0230779ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html index 1767653a24..8c12778794 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html index d3093762d1..2e77204305 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html index 8c443caf31..ce3366d71c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html index bd569c2924..a8429c47b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html index 5e40f771dd..11c8f80e14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, chat: PreviewChannelChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html index 65f1fbc156..95cece17de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html index da328c6e19..345d2f609d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html index 6034a1e4a8..5158c7c0bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html index 532ec37193..7fcbe8ae82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html index 9e581c6684..80770d676e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html index a4b3ad80cc..fbe6c975ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html index 334fada21c..b80e4a5dcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html index e81883d10f..e25f9e4fc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/media-group-id.html index 088551c03f..2b10a92f00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html index d00850034c..99151cd1bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html index 1a0a3f1937..b700a66058 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html index 38748be2f4..52b4d8fa01 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html index df2ec84500..bf1c40cfaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html index 3e2e1197fa..aba9c94f2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, chat: PreviewChannelChat, chatEvent: T, date: DateTime)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html index de34f14597..8c8ec11243 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html @@ -66,7 +66,7 @@
open override val chatEvent: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html index b7ed4c094e..27dbe1554d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html index 0cac42a343..0951e2601a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html index d558de515f..4e369d372d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html index 561fd5c0ca..5dcd4d4e3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/-common-forum-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/-common-forum-content-message-impl.html index c7185b742f..cb3d6cb86b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/-common-forum-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/-common-forum-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewForumChat, messageId: MessageId, threadId: MessageThreadId, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/chat.html index 555f48dbf4..80507785d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewForumChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/content.html index 35e20486e2..99021f809d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/date.html index 9dba30cc7c..c429b637e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/edit-date.html index c9420e96b6..2cfe0264ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/forward-info.html index df7bf08f7b..b2b8741656 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/from.html index bc23d52d8c..210b3f7071 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/has-protected-content.html index e3aa7a40bc..b1509604bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/index.html index d9f3f9bf3f..be576b5d5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/media-group-id.html index aa8d6b0ff3..0e7bff091d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/message-id.html index 43dffec2fa..b27cc7fc33 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-markup.html index 6f35ce3c42..82e2cf3cdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-to.html index 92a25aedbd..348defc8d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/sender-bot.html index 2d0d490fec..116b02eb4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/thread-id.html index 2b303daefb..f627a04869 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-forum-content-message-impl/thread-id.html @@ -66,7 +66,7 @@
open override val threadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html index 3c1ecef26a..74ca76893a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewGroupChat, messageId: MessageId, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html index d49d6cb6e4..04535e6cbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html index 585e3c185e..838b60907c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html index 570567bac6..19c15e23b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html index 767429673e..44d1899ace 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html index 3a4a4765f6..acda29cfa6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html index a85837ddeb..d6fbe4c2d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html index 0f5c998c5b..61dc58f8ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html index ccc4bd25c0..70f0c456d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/media-group-id.html index d73e219f06..77adbf7a80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html index c107ca8acc..da96aae02a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html index 8f435a8d76..450d17bf38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html index c37f56abef..6ed0935f22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html index 890f3c9bcc..94392ccc81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html index 0492ce7259..cb57a0be3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, from: User, chat: PreviewGroupChat, chatEvent: T, date: DateTime)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html index 8f7a6095c3..b68e3d0916 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html @@ -66,7 +66,7 @@
open override val chatEvent: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html index 78df06b015..cffd000871 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html index 9edf82d4e9..445a6a4bad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html index b56be9679c..480827d815 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html index eb3afffb9c..5b18634b93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html index c5ea842678..e729a24e51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html index c2fea9c239..91f159c0af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, from: User, chat: PreviewSupergroupChat, chatEvent: T, date: DateTime)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html index 6e472be7e4..e78bbd3a85 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html @@ -66,7 +66,7 @@
open override val chatEvent: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html index 9f2a454c90..d2b0c4e8f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewSupergroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html index 1afd34e2f9..7bf42e5981 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html index b9077776b2..75105c3713 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html index cb3e6835ba..de5bb850ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html index 1cfce9cd7c..9bf0088188 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html index 516bb75c12..3da237dc11 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewGroupChat, channel: PreviewChannelChat, messageId: MessageId, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html index 7d3a0e37a5..5f5149054f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html index 9217cd774d..237480a29d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html @@ -66,7 +66,7 @@
open override val channel: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html index 37f34c1148..65981a3ed0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html index f18621d9fb..a3b72547e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html index 6552397538..03321867ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html index 304ccd84a1..72e130761f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html index 0d36ac421c..19d32c765d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html index ba84c84c0f..98beeaa5cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html index 015447570a..09ccada1be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/media-group-id.html index 76775db461..061307e568 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html index 9567b74109..bdea95c54e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html index 2914e73397..eff16bcd2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html index 4bd7fab5e3..b6b2ff6b2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html index 7d1d3f089f..18bf00a98d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/-by-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/-by-anonymous.html index 58c8800135..ab82f93df1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/-by-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/-by-anonymous.html @@ -66,7 +66,7 @@
constructor(dateOfOriginal: TelegramDate, senderName: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/date-of-original.html index 95b8212c9c..a6e4f0a84f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/date-of-original.html @@ -66,7 +66,7 @@
open override val dateOfOriginal: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/index.html index 0eac7f24fd..0fb71e2167 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/sender-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/sender-name.html index 8984fa6ff4..fe54f85d38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/sender-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-anonymous/sender-name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/-by-user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/-by-user.html index 1f251754f2..d751f7423a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/-by-user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/-by-user.html @@ -66,7 +66,7 @@
constructor(dateOfOriginal: TelegramDate, from: User)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/date-of-original.html index d15533bfc4..7030b928a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/date-of-original.html @@ -66,7 +66,7 @@
open override val dateOfOriginal: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/from.html index 4145813f16..3388dbfb29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/index.html index b0fa28acdc..1d651acb2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-by-user/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/-from-channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/-from-channel.html index df5e8db98f..7d2f49f509 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/-from-channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/-from-channel.html @@ -66,7 +66,7 @@
constructor(dateOfOriginal: TelegramDate, messageId: MessageId, channelChat: ChannelChat, signature: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/channel-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/channel-chat.html index fb286b930f..d3d608fa7e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/channel-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/chat.html index fb5112c6fe..d884e4e3ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/chat.html @@ -66,7 +66,7 @@
open override val chat: PublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/date-of-original.html index 3a68f0f11a..ef8056ea84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/date-of-original.html @@ -66,7 +66,7 @@
open override val dateOfOriginal: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/index.html index 7b768c9d7a..199f7f2636 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/message-id.html index f8c74f089c..b125e13430 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/signature.html index 7fceb5928c..d49121d383 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-channel/signature.html @@ -66,7 +66,7 @@
val signature: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/-from-supergroup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/-from-supergroup.html index 70fa7c720a..78c63b7cae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/-from-supergroup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/-from-supergroup.html @@ -66,7 +66,7 @@
constructor(dateOfOriginal: TelegramDate, group: SupergroupChat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/chat.html index 2c219665ca..056a8775ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/chat.html @@ -66,7 +66,7 @@
open override val chat: PublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/date-of-original.html index 7fccd0f41e..68a535e1c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/date-of-original.html @@ -66,7 +66,7 @@
open override val dateOfOriginal: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/group.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/group.html index f02a92eccf..d0485bfbd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/group.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/index.html index 83648103c8..b51ba9c41e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-from-supergroup/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/-sent-by-channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/-sent-by-channel.html index 6be0146b2f..ea9493600f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/-sent-by-channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/-sent-by-channel.html @@ -66,7 +66,7 @@
constructor(dateOfOriginal: TelegramDate, channelChat: ChannelChat, signature: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/channel-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/channel-chat.html index e741df0cac..6f30ed7962 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/channel-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/chat.html index 6dcbe07919..ebde483d69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/chat.html @@ -66,7 +66,7 @@
open override val chat: PublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/date-of-original.html index 30b3f68a25..924401dc58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/date-of-original.html @@ -66,7 +66,7 @@
open override val dateOfOriginal: TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/index.html index 90d07770db..04b3b4791d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/signature.html index 7ac9f6413c..a360fe4c76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/-sent-by-channel/signature.html @@ -66,7 +66,7 @@
val signature: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/chat.html index 3bd367553c..9a313cf3fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/chat.html @@ -66,7 +66,7 @@
abstract val chat: PublicChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/index.html index a98d7750b9..44bd7dbc96 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/-public-chat/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html index 4a864c2f9f..9869bf64f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/index.html index 9ae260bfc3..dd917607d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-forward-info/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/-from-channel-forum-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/-from-channel-forum-content-message-impl.html index bcaea609e0..b35a65a8db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/-from-channel-forum-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/-from-channel-forum-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewForumChat, channel: PreviewChannelChat, messageId: MessageId, threadId: MessageThreadId, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/author-signature.html index dd2698754b..dae7261412 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/channel.html index 11ffec0a2e..46eb877b8c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/channel.html @@ -66,7 +66,7 @@
open override val channel: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/chat.html index c8e6f71661..fbeb6df1e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewForumChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/content.html index 330da46860..2060a2a4c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/date.html index 880d34486d..78d449efe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/edit-date.html index 42750a8c81..4dc0496237 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/forward-info.html index f67a38196f..4d5b9ba4f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/has-protected-content.html index e6135b02e3..41b7561130 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/index.html index 18ab765de5..c87c81af51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/index.html @@ -349,7 +349,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/media-group-id.html index aeebfd643d..089f9bc9dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/message-id.html index 799d4b8546..70f3340ddf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-markup.html index c790bc907b..03a15566fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-to.html index e70d273abf..e7aac6a80c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/sender-bot.html index 4b1140ae9a..4ee647439b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/thread-id.html index 970830a058..456d69b0fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-from-channel-forum-content-message-impl/thread-id.html @@ -66,7 +66,7 @@
open override val threadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html index 4f2368beae..a744d05af5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html index 8091fc7482..2f6363d2a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html @@ -66,7 +66,7 @@
@Serializable
@SerialName(value = "parse_mode")
open override val parseModeName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l/index.html index 60db5196e3..554d6e2d30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-h-t-m-l/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html index d63ee8f8b8..e5f69aa2a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html index 2ab18e4cc4..c8f45f792b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html @@ -66,7 +66,7 @@
@Serializable
@SerialName(value = "parse_mode")
open override val parseModeName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html index fe5b7237aa..c080a1446d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html index 6751ba9dec..55d7264af4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html @@ -66,7 +66,7 @@
@Serializable
@SerialName(value = "parse_mode")
open override val parseModeName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2/index.html index 47afcf7885..fa6c2b5e6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown-v2/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown/index.html index 0daf8c8da8..0831547e40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-markdown/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html index a3b8a94457..81e043c743 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html index e07dc7bed0..40e41354fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ParseMode
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html index 6f42fd2393..bc068fe2ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html index ace1ddab70..474d7cd7ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ParseMode)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/index.html index 5d08322ce9..fc8a913e53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html index 49b71cf333..d6bfa845a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html @@ -66,7 +66,7 @@
abstract val parseModeName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html index 2e2f4c2f33..2f879870e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, chat: PreviewChat, from: User, date: DateTime, passportData: PassportData)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/chat.html index 26967fb148..8706e5ad52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/date.html index 11877d32d7..6b8e8db4b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/from.html index 2eb39e4592..f3fab9ebcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/index.html index 370a9c9afe..5b0ba59640 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html index 1f76128589..80852c23de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html index d3f98fb2f2..49c66195d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html index d376e5fedc..6d8000a27c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, from: User, chat: PreviewPrivateChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html index ec724220b7..26006f5d54 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewPrivateChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html index 214f27dfd8..b40c2aab06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html index 01df3d12fb..6c268534fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html index 6e16f27075..62b80f5eeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html index 1bcf38e379..edc83d236c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html index 9aa5758209..c4cbccddeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html @@ -66,7 +66,7 @@
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html index a542ef4ab5..dbcb5264c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html index 5dfc39f2aa..70301dcda7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html @@ -319,7 +319,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/media-group-id.html index 9be1260074..3c507d6a3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html index b755ade84e..cd27919647 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html index 7c68a13385..919dc1d4bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html index ed8c596f3a..9d597ab5cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html index 305f561e44..663e53ac65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html index deb3b19a6c..a1a75213f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html @@ -66,7 +66,7 @@
constructor(messageId: MessageId, chat: PreviewPrivateChat, chatEvent: T, date: DateTime)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html index 3d846b2961..51fc700dcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html @@ -66,7 +66,7 @@
open override val chatEvent: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html index 36ddd344b0..5962c9fa48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewPrivateChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/date.html index 4b99b032d0..a9b689c9be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/index.html index 4e3ca0a3dc..4fa99cdeec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html index d6c47cffb4..b116cf29b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html index 4138484907..19631f91d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html @@ -66,7 +66,7 @@
constructor(chat: PreviewGroupChat, channel: PreviewChannelChat, messageId: MessageId, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?, mediaGroupId: MediaGroupIdentifier?)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html index a0ae2b108f..b27ebcd86b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html @@ -66,7 +66,7 @@
open override val authorSignature: AuthorSignature?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html index c5ec97c8cb..bf28de3ec2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html @@ -66,7 +66,7 @@
open override val channel: PreviewChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html index 7886dd5337..c1ef51f0e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html @@ -66,7 +66,7 @@
open override val chat: PreviewGroupChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html index f5340e4d96..ea5d9a3628 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html @@ -66,7 +66,7 @@
open override val content: T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html index 89c86a1d0b..3e75a4b1f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html @@ -66,7 +66,7 @@
open override val date: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html index ba31c5005d..41e071aa2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html @@ -66,7 +66,7 @@
open override val editDate: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html index c3ee0b9dbf..f214806b55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html @@ -66,7 +66,7 @@
open override val forwardInfo: ForwardInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html index 3e29c122da..48d497448b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html @@ -66,7 +66,7 @@
open override val hasProtectedContent: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html index b01cc4e57a..c0785c0afa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html @@ -334,7 +334,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/media-group-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/media-group-id.html index a28c117e2a..1423a93ec6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/media-group-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/media-group-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html index cfe90a60b5..d4b317feeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html @@ -66,7 +66,7 @@
open override val messageId: MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html index 502d9ba324..6a50c58b8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html @@ -66,7 +66,7 @@
open override val replyMarkup: InlineKeyboardMarkup?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html index c1638e704d..2345ddad9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html @@ -66,7 +66,7 @@
open override val replyTo: Message?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html index f3e9d75bab..e9b98f0c25 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html @@ -66,7 +66,7 @@
open override val senderBot: CommonBot?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/default-parse-mode.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/default-parse-mode.html index 1621a8641b..2fc088a693 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/default-parse-mode.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/default-parse-mode.html @@ -66,7 +66,7 @@

This variable respects to default parse mode used in places like next:

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.message/index.html index 03e4925b60..9b51058104 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.message/index.html @@ -438,7 +438,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html index 093cdd1f7c..685c76f27b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html @@ -66,7 +66,7 @@
constructor(hash: SourceBytes, secret: SourceBytes)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html index f64b4e0d62..26c92e318d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "data_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html index d000b3f575..f7fddf13c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html @@ -163,7 +163,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html index 9d4ef92193..861f076f5e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html @@ -66,7 +66,7 @@
@SerialName(value = "secret")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val secret: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html index 4f48e653bb..be31b1f5e6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html @@ -66,7 +66,7 @@
constructor(secureData: SecureData, nonce: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html index 8d79cb3cdc..7cee9de319 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html index 47738b67d9..b317563754 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html @@ -66,7 +66,7 @@
@SerialName(value = "nonce")
val nonce: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html index 8a73216187..ef55b9acb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html @@ -66,7 +66,7 @@
@SerialName(value = "secure_data")
val secureData: SecureData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-by-bot-public-key-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-by-bot-public-key-data/index.html index 8c42dd3079..b6bef7a701 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-by-bot-public-key-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-by-bot-public-key-data/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html index cc40d068ac..06e9746b26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, hash: SourceBytes, secret: EncryptedByBotPublicKeyData)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html index 05d61b8427..e4c71f85a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html index 1c66383180..eb9dd655aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
val hash: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html index 901709c75f..d55460f5e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html @@ -161,7 +161,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html index 66d690ec23..bdabc4273c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html @@ -66,7 +66,7 @@
@SerialName(value = "secret")
@Serializable(with = Base64BytesToFromStringSerializer::class)
val secret: EncryptedByBotPublicKeyData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-data/index.html index 83c739c2df..2ca3c805ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-data/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html index cc2b338739..7f532d8ab4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html @@ -66,7 +66,7 @@
@Serializable(with = Base64BytesToFromStringSerializer::class)
abstract val hash: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html index 544f2f20cf..972d52e5eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html @@ -144,7 +144,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html index 41c0477b48..f64fdd88d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html @@ -66,7 +66,7 @@
@Serializable(with = Base64BytesToFromStringSerializer::class)
abstract val secret: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html index fa733b407a..716431c0fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html @@ -66,7 +66,7 @@
constructor(hash: SourceBytes, secret: SourceBytes)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html index 74f3157428..9dc587623b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html index 78cb2cdd13..10cd0ec40a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html index 63ed711a2f..279f2c46fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html @@ -66,7 +66,7 @@
@SerialName(value = "secret")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val secret: SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/index.html index be5f8adcc6..e7383f0c28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.credentials/index.html @@ -179,7 +179,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html index b378e1e23a..f2e94c6ddf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html @@ -66,7 +66,7 @@
abstract val frontSide: FileCredentials?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html index 740cd83641..9bc9505ba7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html index c67b8e2af4..6d2717e378 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html @@ -66,7 +66,7 @@
abstract val selfie: FileCredentials?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html index 7058f1054c..581bb655f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html @@ -66,7 +66,7 @@
abstract val data: DataCredentials?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html index 1635b0d2ce..70d688b8c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html index ffad7f79a0..4a09a5b800 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html @@ -66,7 +66,7 @@
abstract val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html index c3d3ea26bd..cffc05db56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html index ea2f5e3203..ad352c82cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html index 7c01c0003e..a746716ba0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html index f5555a6e53..8b0bfa601f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html index f50a4390fa..b75911756e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html index 6f7209d633..92d7f92783 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html index 4b217a9533..36936e341a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/index.html index ce0d4dbcf0..a0017e076e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/index.html @@ -164,7 +164,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html index c69b8ba941..389fe92449 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html index 5109616c16..58d4dbb225 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html @@ -66,7 +66,7 @@
@Transient
open override val credentials: List<EndDataCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html index cb7c6b4615..a2c0597d40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html index eacca0c532..bb7343442d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html index 9ae93580ba..341c8ea0a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html @@ -66,7 +66,7 @@
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html index fc176dbf02..23ad61ccff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html index 2120ff351a..0b4742d3d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html index a9c88539db..9b18527927 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html index c429161bc4..fb926477ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html index 45436a8bea..f50023fa1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html index 529023f550..71e3834152 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html index 02549e3566..92f41f82dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html index 2c9bbb0a98..2515a02728 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html index 5b28c618ac..f49e3504c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html index ab27b4d1d5..f210c60a53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html index a711569083..6cac4d5a73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html index b671cfb0fc..092d1365a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html index bc6108b9d0..a706c55cea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html index 61f27d63ae..08226e7351 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html @@ -66,7 +66,7 @@
@SerialName(value = "reverse_side")
open override val reverseSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html index a12cca100b..1059801ffb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html index 681bbada95..73fd9156cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html index 70a22fae43..27f28cf7d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html index 246b6aefa7..a99fc29c49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html index 54a77a0a64..4827477a93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html index da3a9a7256..7efe2ff098 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html index 31f4064e10..13ddec6f92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html @@ -66,7 +66,7 @@
@SerialName(value = "reverse_side")
open override val reverseSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html index 1c93f5cd2b..32e913d1f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html index 764c009bc6..e3871723b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html index 34edf9ea39..47f6dd2ecb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html @@ -66,7 +66,7 @@
open override val credentials: List<EndDataCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html index dbbf93a692..56edf809b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html index 01ee8a794c..baaad8510c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html index 4afdbd6bd1..5e41891745 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html index 6d6e142d7e..d02abac754 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html index 9fd4ed8856..a2babc7b5e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html index 949f9ffd17..bd64f8b5f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: FileCredentials? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html index 86fb207313..f8159bc519 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html index 0140a78104..769c994672 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html @@ -66,7 +66,7 @@
open override val credentials: List<EndDataCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html index d8c004f957..461f29701f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html index 793e484207..3bb9a4eacb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html @@ -66,7 +66,7 @@
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html index 251002305d..b0ac8dd31f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html index e6fdccade4..e34cb07429 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html index aea9e2e22c..13818f1c41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html index 180a41645c..d94984deb3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html @@ -66,7 +66,7 @@
open override val credentials: List<EndDataCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html index 1145b28ac8..eb749f646e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html index d5cb8ac406..bc7bb7cd34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html @@ -66,7 +66,7 @@
constructor(data: DataCredentials)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html index 798e862421..0dde6c26c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html @@ -66,7 +66,7 @@
@Transient
open override val credentials: List<EndDataCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html index 107e0f2687..9bbb083c06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
open override val data: DataCredentials
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html index 19e5c1d5f2..c5d2e15d2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html index cb03bf541a..68c3328fcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html @@ -66,7 +66,7 @@
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html index 7dc7618368..9feb6149c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html index 5c290ad8c4..6770dd5e59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html index 2f12e551d6..68d7f933ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html index 2b46dd30f8..fe50364905 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html @@ -66,7 +66,7 @@
constructor(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)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html index 59be6c308f..4543503492 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html index 3f5c30c2b6..f773960be6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html @@ -66,7 +66,7 @@
@SerialName(value = "bank_statement")
val bankStatement: BankStatementSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html index 1c80f35527..eb6b95775b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html @@ -66,7 +66,7 @@
@SerialName(value = "driver_license")
val driverLicense: DriverLicenseSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html index 3b9feb9292..7640954860 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html @@ -66,7 +66,7 @@
@SerialName(value = "identity_card")
val identityCard: IdentityCardSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html index 800aa35cec..6abdcaed30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html index 57f3698bc2..0d445a52c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html @@ -66,7 +66,7 @@
@SerialName(value = "internal_passport")
val internalPassport: InternalPassportSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html index c2e8d1a204..504339aa7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html @@ -66,7 +66,7 @@
@SerialName(value = "passport_registration")
val passportRegistration: PassportRegistrationSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html index e96867f368..64590dcc7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html @@ -66,7 +66,7 @@
@SerialName(value = "passport")
val passport: CommonPassportSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html index ad6c755791..8e79e67a3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html @@ -66,7 +66,7 @@
@SerialName(value = "personal_details")
val personalDetails: PersonalDetailsSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html index a080cf3c59..017a79ae90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html @@ -66,7 +66,7 @@
@SerialName(value = "rental_agreement")
val rentalAgreement: RentalAgreementSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html index ce7727c13b..e9874f80a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html @@ -66,7 +66,7 @@
@SerialName(value = "temporary_registration")
val temporaryRegistration: TemporalRegistrationSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html index 74b1edf78f..afda6cefb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html @@ -66,7 +66,7 @@
@SerialName(value = "utility_bill")
val utilityBill: UtilityBillSecureValue? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html index 94ff5e6526..60005116a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html @@ -66,7 +66,7 @@
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html index 0eb009b57a..705ac3cef2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html index 68a600dad4..a2013a2b1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html index b43db994ce..c6ab2800ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html index 44d18e366a..bf70085d79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html @@ -66,7 +66,7 @@
constructor(translation: List<FileCredentials> = emptyList(), files: List<FileCredentials> = emptyList())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html index 2ba5969487..3d2aa729fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html index c7bc27d4a6..b646f40160 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html index aa2e747006..4c3f4424a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translation: List<FileCredentials>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/index.html index 4d7f9e02ad..6d48c07f65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.decrypted/index.html @@ -299,7 +299,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html index dbc960e7a4..9898fb109f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html index cacac593d1..2cbdce700e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html index 6b431dfafb..8a93e38716 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html @@ -66,7 +66,7 @@
abstract val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html index 3f580a396e..73ec75cfcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html index 667d44d6bb..74fbc95557 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html @@ -66,7 +66,7 @@
abstract val email: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html index fb408f1cb9..f43b00e72f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html index 60feee2963..714a00e88b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html @@ -66,7 +66,7 @@
abstract val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html index f0e2e2d65c..7bf17233e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html index 817d11a680..04b8eb95b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html @@ -66,7 +66,7 @@
abstract val frontSide: PassportFile?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html index 401460f0a9..a43f0ddc63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html index 43618525aa..ee2d7db713 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html index 6765f8ef93..c39136f917 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html @@ -66,7 +66,7 @@
abstract val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html index 73dd78c7ba..bd248d933e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html index 2010d58a85..36289dfbe7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html @@ -66,7 +66,7 @@
abstract val reverseSide: PassportFile?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html index 1ade91d27f..3c1ac2bdb8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html index d393e85efa..4685989daa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html @@ -66,7 +66,7 @@
abstract val selfie: PassportFile?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html index ffe7c19e91..0a2b223be6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html index 1565d9c749..d57b6b139c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-passport-element-hash/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-passport-element-hash/index.html index 2e0104a037..c7dfa27982 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-passport-element-hash/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-passport-element-hash/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html index 49982bc724..9c41a53d15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html @@ -66,7 +66,7 @@
constructor(rawJson: JsonObject, hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html index 55288c715c..290bf696fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html @@ -66,7 +66,7 @@
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html index e2beba9ae7..1ffc7fc7f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html index 14e4fdb177..d82acfa584 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html @@ -66,7 +66,7 @@
val rawJson: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.html index 15519607a2..8e954c10f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.html @@ -239,7 +239,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html index 59c44f57a8..b431f8ffd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html @@ -66,7 +66,7 @@
constructor(files: List<PassportFile>, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html index bfd9b2620e..43380e2fc2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html index 81a738a9a7..6c66b8cd09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html index bc1ba852ab..5bebe3570b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html index 86c4d54a82..8ff73323b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html index 3ca99d43af..62d67ba0da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html index 492cd10ad4..c2638d666d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html index cfe5d0c00c..b3e0c2ce6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html index 0d7ecdcc59..0ae562d51b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html index a4655b0c1a..4b920f3724 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html index a3ef64df8a..b1a3098684 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html index a02ee6f292..980d99396d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html index 15592e6807..123e0f5b82 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html index 11bf7e528a..e43ffc2da9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html index fcec31cc7f..10f8afe549 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html index 2b1c4c567e..0c2c7ae649 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html index 776abcc642..b0fae58764 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html @@ -308,7 +308,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html index a7fa1dbcbf..729fa363fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html @@ -66,7 +66,7 @@
@SerialName(value = "reverse_side")
open override val reverseSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html index af6c11629e..c0fd74aaef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html index 0e241a372d..88084643b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html index 0cf4a006f0..939ca1c81d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html @@ -66,7 +66,7 @@
constructor(email: String, hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html index 0acd757b12..1e4c95e3bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html @@ -66,7 +66,7 @@
@SerialName(value = "email")
open override val email: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html index b8534c3210..15c5c5cefd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html index 8508434d45..a520cff49e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html index 001f6df24a..75b4de2c4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html index 4952980c48..2ea80cfa5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html index a144719bc2..4bf1ad8fa7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html @@ -66,7 +66,7 @@
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html index 68b27fca05..985e13c0c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html index 8ccfb51b66..c6c5efac15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html index d3f56200e5..12ef1f8d51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): EncryptedPassportElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html index 0f34f03182..6ee8f5d75a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html index 3b25239418..240c74afea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: EncryptedPassportElement)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html index 295debc102..6a9dc36ef2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html index cc6566d00c..28ec80c729 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html @@ -289,7 +289,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html index 14e5b47710..cd51b80461 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html index 13aba57dcb..1f40f1833b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html index e83e7da1e0..24cb7520f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html @@ -66,7 +66,7 @@
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html index 41f3e1f0e3..38d8bdeefd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html index c6c2f23daf..fa3a53d468 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html index 87f939e402..cbb3ccf712 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html index 5bc3bfa058..0bcbba9c64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html index e81adea278..a8b7722b29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html index 34115773cd..37062e39e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html @@ -308,7 +308,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html index aaea1f7973..9d5913a0eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html @@ -66,7 +66,7 @@
@SerialName(value = "reverse_side")
open override val reverseSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html index 4ef87ef4f7..faf8108270 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html index f946f4d294..3094588d21 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html index f3cea88ee2..9de8ed9930 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html @@ -66,7 +66,7 @@
constructor(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html index b3ef704bc3..bf0ac7c683 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val data: EncryptedData
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html index 616c69c77a..b9fc355765 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html @@ -66,7 +66,7 @@
@SerialName(value = "front_side")
open override val frontSide: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html index 3f1b4464e2..3b21ff2ac3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html index 4a39ad4164..297e9eaf81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html @@ -278,7 +278,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html index 61f822dfa9..e9e2d0d170 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html @@ -66,7 +66,7 @@
@SerialName(value = "selfie")
open override val selfie: PassportFile? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html index 721ac47b9f..692e25dba3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html index 8157d0500d..287359c0c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html @@ -66,7 +66,7 @@
constructor(files: List<PassportFile>, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html index 25e39818ae..dd171e2896 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html index 04f2796d70..2eb99c99ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html index 94c2a47c49..76ec0498aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html index 7ba769b456..075a6f115a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html index d8ba31f951..00c684b232 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html index f5f5092bdf..51df5b6c5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html @@ -66,7 +66,7 @@
constructor(phoneNumber: String, hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html index 5c9ac84ed4..aa27b0fcd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html index 18ce74451a..1a8c9db0f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html index eca2b6cc39..b78ae40741 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
open override val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html index 30be9031e0..7cf19684be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html @@ -66,7 +66,7 @@
constructor(files: List<PassportFile>, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html index 98d19561ae..f008cd42a9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html index 6625d6f73c..6dd9e18b4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html index e8a2d2c1c1..8a9b7d9838 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html index 35dc287d80..c6fa6ad72c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html index c02cf97804..2415ce619f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html @@ -66,7 +66,7 @@
constructor(files: List<PassportFile>, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html index 4968c31946..0ec24404af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html index 604139f7ec..a81d771989 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html index f1fa950303..b8a130c49a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html index bab39478e1..58257bb08f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html index 3071ec96ab..c99b581cd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html @@ -66,7 +66,7 @@
constructor(files: List<PassportFile>, translations: List<PassportFile> = emptyList(), hash: PassportElementHash)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html index 9b1c72fe63..f838f00dc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html @@ -66,7 +66,7 @@
@SerialName(value = "files")
open override val files: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html index 90498dbd86..3c74a1f328 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html @@ -66,7 +66,7 @@
@SerialName(value = "hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val hash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html index 1c50bb3cc2..d560a236eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html index 0e334760d5..d0903ee140 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html @@ -66,7 +66,7 @@
@SerialName(value = "translation")
open override val translations: List<PassportFile>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html index c78a59b551..a8f3580f2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/index.html index a414d61688..fc800750fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/index.html @@ -363,7 +363,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/type.html index e093156010..4e453fdef6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport.encrypted/type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html index d83f25556e..15f4a4ad9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html @@ -66,7 +66,7 @@
constructor(data: List<EncryptedPassportElement>, credentials: EncryptedCredentials)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html index 07cddce8a5..9b6e72a58c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html @@ -66,7 +66,7 @@
@SerialName(value = "credentials")
val credentials: EncryptedCredentials
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/data.html index 63dbc7bdba..ea3b925575 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/data.html @@ -66,7 +66,7 @@
@SerialName(value = "data")
val data: List<EncryptedPassportElement>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/index.html index a9ed58ed54..130537816f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-data/index.html @@ -146,7 +146,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html index c7071ba5c2..4d07a5a604 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html @@ -66,7 +66,7 @@
constructor(type: String, fieldName: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html index abdcddc0ae..ca74aae1e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "data_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html index a67670ecc6..55038d128d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html @@ -66,7 +66,7 @@
@SerialName(value = "field_name")
val fieldName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html index 2000bca917..fc854a5459 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html index 7470480639..352f4af26b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html index c8b17f3b4e..bf7a47f074 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html index 2a667f50fc..7a0fc8fe8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html index 9979361a93..e2662cc77c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html index c2f1c6ec2e..e5781a88b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html index da79b6601f..d3d3df1c01 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html index 6da1d80cb9..9cf9de60d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html index e1264e21d1..440ad03c71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html index 29b78c2f4e..4dda83c3fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html index 1a395672fd..003f6b9141 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html @@ -66,7 +66,7 @@
constructor(type: String, elementsHashes: List<@Serializable(with = Base64BytesToFromStringSerializer::class) PassportElementHash>, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html index cc8f947985..cf2c568c9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hashes")
open override val elementsHashes: List<@Serializable(with = Base64BytesToFromStringSerializer::class) PassportElementHash>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html index f0f700759d..1d3f447dc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html index 34b3c592d7..59e3303f7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html index 75470b72d8..1508589f43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html index 7fe3f07d96..583f4c0960 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html index affd3ac54d..e4cba4662d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html index 088e064a07..24642f7725 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html index 493fbdb601..3f40b684d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html index 6afb3f04cf..794323070b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html index 666a552a7c..a34111db58 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html index b078921eed..8c6a9e1cab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html index d18a5663ee..2d316094b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html index 4cc4f134a2..0b1336938c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html index 0f8703054c..b65809aae9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html index 53b00c8bb0..498903f3c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html index dddf188bec..90c9dfd628 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html index 317bc986e1..1f8a15499f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html index 4cfca43789..4819886fd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html index 41d1d9fe65..1ad665bfb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html index e24da031dd..84ad7411fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html index 2916a6bd64..67b34a03da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html index 800213366c..0218f6c39d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html index cab1d1ec80..fd3f30285d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html index 7a609ec6af..12f2f5703a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html index 18cc65b896..ac980bf96b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): PassportElementError
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html index d329d45e46..2664612665 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html index 47974b00d2..eaeba0b572 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: PassportElementError)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html index cba18ad60a..b98816f98b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html index c0c0ed7c70..6d0455a902 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html index c508d34925..55ef4dfa45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html index 9e301e05c6..50ffa7282f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html index 8b630f900e..3f1eceb350 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html index 5228c7272b..101a6fab29 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html index a745ef7a98..d336c4ca51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html @@ -66,7 +66,7 @@
constructor(type: String, elementsHashes: List<@Serializable(with = Base64BytesToFromStringSerializer::class) PassportElementHash>, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html index 652327bab2..ebfd673487 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hashes")
open override val elementsHashes: List<@Serializable(with = Base64BytesToFromStringSerializer::class) PassportElementHash>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html index b51adeafae..023c3b5eaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html index 716471b4fa..cd9b18e3ca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html index e046206393..210ac27c9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html index 4bd3d1e054..10fa350693 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html index cdbd5dc41d..939eb7ed69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html @@ -66,7 +66,7 @@
constructor(type: String, elementHash: PassportElementHash, message: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html index 4937e08feb..8f8176aff9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html @@ -66,7 +66,7 @@
@SerialName(value = "file_hash")
@Serializable(with = Base64BytesToFromStringSerializer::class)
open override val elementHash: PassportElementHash
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html index fa2e0603d8..af4ad8d9f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html index 4c5b5880f7..c03bb699fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html @@ -66,7 +66,7 @@
@SerialName(value = "message")
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html index 30dce13b8c..287b7f3c93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html @@ -66,7 +66,7 @@
@SerialName(value = "source")
@Required
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html index 74aa159bcd..00e1390a87 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html @@ -66,7 +66,7 @@
@SerialName(value = "type")
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html index 65ec10327d..2f4a5671c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html index e8fe67ee9a..0f40364377 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html @@ -66,7 +66,7 @@
abstract val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html index 9f002ea4ea..a2b6cbbef0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html @@ -66,7 +66,7 @@
abstract val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html index 6a8c60ff88..efffe304a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html index 5401c8effb..fe54fa7b4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html index 3d2ecfe8cb..e336fe62d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html index 9b4075bec6..1e5b6cede6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html index d760adf347..b52746b54f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html index 8e624265ad..c799aac588 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html index 99828e1d24..9726016a93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html index 96507afe4d..13c70f6f49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html @@ -66,7 +66,7 @@
constructor(raw: JsonObject)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html index 6cc6712414..d65b85cb62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html index 514e8c9c4c..9d06b6b9c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html @@ -66,7 +66,7 @@
open override val message: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html index 27f82338b6..e4b45ccf6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html @@ -66,7 +66,7 @@
val raw: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html index fe7b51950d..8aed78cf34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html @@ -66,7 +66,7 @@
open override val source: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html index fbc4a8292e..4dd8b7b176 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-data-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-data-error.html index 037e935d99..c8f2564db7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-data-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-data-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-file-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-file-error.html index 4bd717ac13..504e95ac31 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-file-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-file-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-files-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-files-error.html index 3a0fa2135a..154ec3353d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-files-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-files-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-front-side-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-front-side-error.html index 165c81ef40..6715e02b00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-front-side-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-front-side-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html index 26e41fd9f9..7dc90f81bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-selfie-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-selfie-error.html index 91feab377d..540a669f24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-selfie-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-selfie-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html index b973bd2b11..fb51668483 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/index.html index ebd2d92ba6..7ca7fa70e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/index.html @@ -460,7 +460,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/passport-file-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/passport-file-hash.html index daf28d65fb..150637b3b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.passport/passport-file-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.passport/passport-file-hash.html @@ -69,7 +69,7 @@
val ByteArray.passportFileHash: MD5
val File.passportFileHash: MD5
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html index 09c36d481a..b182434100 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html index d6cbed9d7a..08b3d04a75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html @@ -66,7 +66,7 @@
abstract val amount: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html index 4eafa5cbc3..a35833406f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html index 7cdd645be1..3789568628 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html @@ -66,7 +66,7 @@
abstract val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html index 481cadab32..782aac5738 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html @@ -112,7 +112,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currency/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currency/index.html index 1d10f50dc9..0b8e4479dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currency/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-currency/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html index 153155c04f..49e84bd917 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html index b3d01f557b..fa8a1eee91 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html @@ -66,7 +66,7 @@
abstract val prices: List<LabeledPrice>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/index.html index 28f134e489..750ae49d79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments.abstracts/index.html @@ -134,7 +134,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html index 0e15d07cac..d15d9fc60b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html @@ -66,7 +66,7 @@
constructor(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/amount.html index d4bb000baa..25e95275d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/amount.html @@ -66,7 +66,7 @@
@SerialName(value = "total_amount")
open override val amount: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/currency.html index d310b5d577..b79cde1154 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/description.html index 9dd7ad01eb..6f40989ab1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/index.html index a7b262904f..7a22022c4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/index.html @@ -206,7 +206,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html index 5a7ad4526c..2831a100ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html @@ -66,7 +66,7 @@
@SerialName(value = "start_parameter")
val startParameter: StartParameter
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/title.html index 6e87e1d8cd..23b41a6069 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-invoice/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html index 2bf0fd04ae..b5ea245e81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html @@ -66,7 +66,7 @@
constructor(label: String, amount: Long)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html index bb160aa5ac..231ed56852 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html @@ -66,7 +66,7 @@
@SerialName(value = "amount")
open override val amount: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html index 1cada72915..166442b2aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html index 1bb4a5070b..d1023be841 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html @@ -66,7 +66,7 @@
@SerialName(value = "label")
val label: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html index 3be8ab9448..e6473e3152 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html index 43ba0f4ecc..114e80040b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html @@ -66,7 +66,7 @@
constructor(name: String, phoneNumber: String, email: String, shippingAddress: ShippingAddress)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/email.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/email.html index ed1e1da935..030c56fac8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/email.html @@ -66,7 +66,7 @@
@SerialName(value = "email")
val email: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/index.html index c7bc56fd4b..8cb534fb20 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/name.html index c18fc1d8ba..81b7bfb1f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html index 56e9a55f17..dd848238be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html index 3c20647df2..e9139424c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_address")
val shippingAddress: ShippingAddress
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html index d1d574a820..81222d4577 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html @@ -66,7 +66,7 @@
constructor(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier? = null, orderInfo: OrderInfo? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html index 2252096df5..c801274111 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html @@ -66,7 +66,7 @@
@SerialName(value = "total_amount")
open override val amount: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html index b17fc43d91..64c7529d5f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html index 16ca303051..251e700563 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html index 232d581e2e..0624c9f0e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
val id: PreCheckoutQueryId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html index a8523a6af2..980aa0dca0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html @@ -281,7 +281,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html index ddaa8ccc9b..893ffe7ff1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html @@ -66,7 +66,7 @@
@SerialName(value = "invoice_payload")
val invoicePayload: InvoicePayload
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html index d6b0ab85bc..bd4ac8f493 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html @@ -66,7 +66,7 @@
@SerialName(value = "order_info")
val orderInfo: OrderInfo? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html index 61e9ed1143..956814ee73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_option_id")
val shippingOptionId: ShippingOptionIdentifier? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html index 0cd91fadd1..d55e445f14 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html @@ -66,7 +66,7 @@
constructor(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = "", postCode: String = "")
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html index 7072d5985d..d4b2495d39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html @@ -66,7 +66,7 @@
@SerialName(value = "city")
val city: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html index 0880a43850..33849cbba1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html @@ -66,7 +66,7 @@
@SerialName(value = "country_code")
val countryCode: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html index 1a1555d2ac..5f2b9f04c0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html @@ -66,7 +66,7 @@
@SerialName(value = "street_line1")
val firstStreetLine: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html index a517af609e..d0cbc4c11f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html index 7e12e5907e..1b0ecb8ec1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html @@ -66,7 +66,7 @@
@SerialName(value = "post_code")
val postCode: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html index daaffb5a1f..03d7da77f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html @@ -66,7 +66,7 @@
@SerialName(value = "street_line2")
val secondStreetLine: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html index 97f3d3d301..dfc810f476 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html @@ -66,7 +66,7 @@
@SerialName(value = "state")
val state: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html index b4e2b54179..90b3033f46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html @@ -66,7 +66,7 @@
constructor(id: ShippingOptionIdentifier, title: String, prices: List<LabeledPrice>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html index 6b5fb2a110..90f3c10dfb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
val id: ShippingOptionIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html index 0982b5dc8b..3033bb4302 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html index feda190f0f..09f163c6dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html @@ -66,7 +66,7 @@
@Serializable(with = LabeledPricesSerializer::class)
@SerialName(value = "prices")
open override val prices: List<LabeledPrice>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html index 72ec9d927b..85a8118ea8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html index 4732c8cdb9..ff2e7eacdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html @@ -66,7 +66,7 @@
constructor(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html index d7b1f441f5..713863f57c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html @@ -66,7 +66,7 @@
@SerialName(value = "from")
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html index 311f709e52..79a8e1295e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
val id: ShippingQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html index 8f9bead594..66386acbce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html index 8e734685da..8d5ca1464c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html @@ -66,7 +66,7 @@
@SerialName(value = "invoice_payload")
val invoicePayload: InvoicePayload
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html index 30db0b990f..81cab12330 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_address")
val shippingAddress: ShippingAddress
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html index 1f4ee011ed..082b493b6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html @@ -66,7 +66,7 @@
constructor(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html index c42f54fd3c..22139b46fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html @@ -66,7 +66,7 @@
@SerialName(value = "total_amount")
open override val amount: Long
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html index 094047fb98..6abe62a342 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html @@ -66,7 +66,7 @@
@SerialName(value = "currency")
open override val currency: Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html index 0bd2f52f9c..25857fabf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html @@ -236,7 +236,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html index eda03e81bf..2dbf5562db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html @@ -66,7 +66,7 @@
@SerialName(value = "invoice_payload")
val invoicePayload: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html index fa6d5cfbac..f8fc9585c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html @@ -66,7 +66,7 @@
@SerialName(value = "order_info")
val orderInfo: OrderInfo? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html index 0501c8ce54..bafe408751 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html @@ -66,7 +66,7 @@
@SerialName(value = "provider_payment_charge_id")
val providerPaymentChargeId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html index 97afeafa9e..c037d1e9dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html @@ -66,7 +66,7 @@
@SerialName(value = "shipping_option_id")
val shippingOptionId: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html index 39dfffc3e2..f6ddea12c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html @@ -66,7 +66,7 @@
@SerialName(value = "telegram_payment_charge_id")
val telegramPaymentChargeId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/index.html index d7c04ba9c4..21de0105a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/index.html @@ -231,7 +231,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/java-currency.html b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/java-currency.html index 0e9875e3ae..1f19041f2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.payments/java-currency.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.payments/java-currency.html @@ -68,7 +68,7 @@
fun Currencied.javaCurrency(): Currency
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html index e469f4d321..7c174e7115 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
constructor(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html index 0f50ab147e..79d77e5c10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html @@ -66,7 +66,7 @@
open override val closeDateTime: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html index f397836ae3..75bae95ba5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html index a87c38b8a4..024b58ccb8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html @@ -66,7 +66,7 @@
val openDuration: TimeSpan
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html index 517cc339b9..62a802dcd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html @@ -66,7 +66,7 @@
val startPoint: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html index dc362473a9..7425dcfade 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
constructor(closeDateTime: DateTime)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html index 97ded3af35..1d35bbc8ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html @@ -66,7 +66,7 @@
open override val closeDateTime: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html index f2e0562173..3485dcf1b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html index b9677c3f3b..cab0d4b4a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html index 444b7546c7..f992b649fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-anonymous.html index 3fe157a8cd..d1b243fe4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-anonymous.html @@ -66,7 +66,7 @@
constructor(pollId: PollIdentifier, voterChat: ChannelChat, chosen: List<Int>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/default-user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/default-user.html index 13cf865b0b..75fb7a4ff9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/default-user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/default-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/index.html index d4b5f22ac8..ed91937a67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/chosen.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/chosen.html index 0240a42ffe..03489b8c7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/chosen.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/chosen.html @@ -66,7 +66,7 @@
@SerialName(value = "option_ids")
open override val chosen: List<Int>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/index.html index 83bff0011f..5cc48af8af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/poll-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/poll-id.html index 42b6e25c47..9b07e45a48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/poll-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/poll-id.html @@ -66,7 +66,7 @@
@SerialName(value = "poll_id")
open override val pollId: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/user.html index 8dcc792d55..cca2e996f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/voter-chat.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/voter-chat.html index afc23e5c20..0cb38d5497 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/voter-chat.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-anonymous/voter-chat.html @@ -66,7 +66,7 @@
@SerialName(value = "voter_chat")
val voterChat: ChannelChat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/descriptor.html index 4328b28486..f887f47b10 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/deserialize.html index a7888f27ba..c92d4c8284 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): PollAnswer
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/index.html index 9b4e342921..8cb9207418 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/invoke.html index 18747fedb8..afe279f289 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(pollId: PollIdentifier, user: User, chosen: List<Int>): PollAnswer.Public
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/serialize.html index 34136f023e..dc922ea51e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-companion/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: PollAnswer)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/-public.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/-public.html index 58de627a6c..0ca03f2ea3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/-public.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/-public.html @@ -66,7 +66,7 @@
constructor(pollId: PollIdentifier, user: User, chosen: List<Int>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/chosen.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/chosen.html index 81b6ad6f49..5fd3d4bfbc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/chosen.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/chosen.html @@ -66,7 +66,7 @@
@SerialName(value = "option_ids")
open override val chosen: List<Int>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/index.html index 55536e7449..0ee60802cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/poll-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/poll-id.html index 337ae727e0..8d69115f08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/poll-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/poll-id.html @@ -66,7 +66,7 @@
@SerialName(value = "poll_id")
open override val pollId: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/user.html index 45b026e5d7..733b212f21 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/-public/user.html @@ -66,7 +66,7 @@
@SerialName(value = "user")
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html index 2caa48aa0d..8cfba98b05 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html @@ -66,7 +66,7 @@
abstract val chosen: List<Int>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html index fdd8940be2..27eb56989d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html @@ -66,7 +66,7 @@
@Transient
open override val from: User

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html index 138542dfe9..63e069860b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html @@ -184,7 +184,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html index 2ac0894cc8..3224b8ac31 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html @@ -66,7 +66,7 @@
abstract val pollId: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html index 00cb8e8949..1cb8f969ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html @@ -66,7 +66,7 @@
abstract override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html index 579a556aab..9a986c0f60 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html index d7186a01a7..e5117ff543 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): PollOption
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html index dbefd2449d..b4a0cdb0e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html index 133a3665ae..162c75f0ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: PollOption)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html index 5c67d294eb..2fe768f0e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html index cbb6536298..ec52a3c8ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html @@ -66,7 +66,7 @@
fun simple(text: String, votes: Int = 0): SimplePollOption
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/index.html index 132135a11a..2348a2e35f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/text.html index 10ff052e00..5a38c7223c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/text.html @@ -66,7 +66,7 @@
abstract val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html index f4658453fd..b20b494fb0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html @@ -66,7 +66,7 @@
abstract val votes: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html index fea5800f43..7f2fa78c3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html index 7b9d874a04..b037d0f9c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Poll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html index fc77563706..580d8ca32b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html index 4f1efa07f6..9b8dc4a921 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: Poll)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/id.html index b59fabdd86..64ccc99d1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/id.html @@ -66,7 +66,7 @@
abstract val id: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/index.html index e99b1cec01..f1a166a12f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html index 04341879d5..39c5d00462 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html @@ -66,7 +66,7 @@
abstract val isAnonymous: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html index ebe8880f0a..ca4d77fd46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html @@ -66,7 +66,7 @@
abstract val isClosed: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/options.html index c9d22492e4..f9595dad1d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/options.html @@ -66,7 +66,7 @@
abstract val options: List<PollOption>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/question.html index 1a3e717de5..c70f57a7a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/question.html @@ -66,7 +66,7 @@
abstract val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html index b842293121..893db4dbd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html index 2de58d255d..91e17c6a8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html @@ -66,7 +66,7 @@
abstract val votesCount: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html index 9252b3c9cb..ae5fcb8238 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html @@ -66,7 +66,7 @@
constructor(id: PollIdentifier, question: String, options: List<PollOption>, votesCount: Int, correctOptionId: Int? = null, text: String? = null, textSources: List<TextSource> = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html index a90a7df60f..7abc4630ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html @@ -66,7 +66,7 @@
val correctOptionId: Int? = null

Nullable due to documentation (https://core.telegram.org/bots/api#poll)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html index c72893f163..ee70aa87c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html @@ -66,7 +66,7 @@
open override val id: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html index 583c30efdf..68878e6ee4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html @@ -263,7 +263,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html index b34efc51e2..370e02a009 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html @@ -66,7 +66,7 @@
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html index 202f3cfd43..17f12e5838 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html @@ -66,7 +66,7 @@
open override val isClosed: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html index 1c52ea4403..7a8cc68351 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html @@ -66,7 +66,7 @@
open override val options: List<PollOption>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html index 73a5aa335f..1fa3703c93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html @@ -66,7 +66,7 @@
open override val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html index 878cabc3b7..97ec2704d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html @@ -66,7 +66,7 @@
open override val scheduledCloseInfo: ScheduledCloseInfo? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html index 9cdd0811b8..a58b9a583d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html @@ -66,7 +66,7 @@
open override val textSources: List<TextSource>

Full list of TextSources

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html index 6243dc4e09..56579651af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html @@ -66,7 +66,7 @@
open override val text: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html index 31058955ef..c986339248 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html @@ -66,7 +66,7 @@
open override val votesCount: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html index 3c48a766b4..51f9830a3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html @@ -66,7 +66,7 @@
constructor(id: PollIdentifier, question: String, options: List<PollOption>, votesCount: Int, isClosed: Boolean = false, isAnonymous: Boolean = false, allowMultipleAnswers: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html index 968f1e3c58..bbb3ccfb95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html @@ -66,7 +66,7 @@
open override val allowMultipleAnswers: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html index 23610c5d77..3c204f5166 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html @@ -66,7 +66,7 @@
open override val id: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html index 9136ddbf68..cae874e5fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html @@ -233,7 +233,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html index 1aac5da243..7330a21df5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html @@ -66,7 +66,7 @@
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html index e531e2f7a7..77b9ff05fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html @@ -66,7 +66,7 @@
open override val isClosed: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html index bf19a034db..11746bdd81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html @@ -66,7 +66,7 @@
open override val options: List<PollOption>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html index f49c509420..126224f7d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html @@ -66,7 +66,7 @@
open override val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html index 446c506d62..9ee60ba8db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html @@ -66,7 +66,7 @@
open override val scheduledCloseInfo: ScheduledCloseInfo? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html index ca1a51b0ca..678a3493e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html @@ -66,7 +66,7 @@
open override val votesCount: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html index fde12bc761..46377a4a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html @@ -66,7 +66,7 @@
abstract val closeDateTime: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html index 8cdcb98bba..c156d98d59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html index b3290663b2..7af831ed08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html @@ -66,7 +66,7 @@
constructor(text: String, votes: Int = 0)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html index b218203079..7eb379c16f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html index bee312c127..21f173ec36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html @@ -66,7 +66,7 @@
@SerialName(value = "text")
open override val text: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html index 6938f92956..e736237969 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html @@ -66,7 +66,7 @@
@SerialName(value = "voter_count")
open override val votes: Int = 0
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html index 4f5572451b..fcc3c7cbff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html @@ -66,7 +66,7 @@
@SerialName(value = "id")
open override val id: PollIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html index 3fb0f9a246..3163fcca63 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html index 433aab06e4..4fadeefdbb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html @@ -66,7 +66,7 @@
@SerialName(value = "is_anonymous")
open override val isAnonymous: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html index 524c2fa544..cc612d4bea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html @@ -66,7 +66,7 @@
@SerialName(value = "is_closed")
open override val isClosed: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html index 9f3f11dde6..dc9d8a5137 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html @@ -66,7 +66,7 @@
@SerialName(value = "options")
open override val options: List<PollOption>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html index 4d913803ef..99c305e192 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html @@ -66,7 +66,7 @@
@SerialName(value = "question")
open override val question: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html index 1cb556b1fd..7a476485a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html @@ -66,7 +66,7 @@
@Serializable
val raw: JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html index 72bab98f6b..a7c2c2078b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html @@ -66,7 +66,7 @@
@Transient
open override val scheduledCloseInfo: ScheduledCloseInfo?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html index 5d6affe8f6..6b9512a1d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html @@ -66,7 +66,7 @@
@SerialName(value = "total_voter_count")
open override val votesCount: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html index f11bebc2d8..b9afeefe90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html index d57d855597..3aee7e8e59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/index.html index d5bf31b2d1..3c35a2d57d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.polls/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.polls/index.html @@ -322,7 +322,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html index 526962c354..dee3106dd1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html @@ -66,7 +66,7 @@
abstract val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/from.html index 517a430b93..dbae9ce272 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/from.html @@ -66,7 +66,7 @@
abstract override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html index 203ddc9737..992523838d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html index df06b59216..7b6ce1ed74 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/user.html index 55f5f84fb3..3f826c3d26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-callback-query/user.html @@ -66,7 +66,7 @@
open override val user: CommonUser
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html index dc3a69ef0c..206016bac6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html @@ -66,7 +66,7 @@
abstract val data: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html index 2f060f698f..dff27f1f49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html index 0efc1e3c98..77d80c10a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html @@ -66,7 +66,7 @@
abstract val gameShortName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html index 79731dc92e..58eb7abfe4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html index e014b0281c..a1d1d04471 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html index a728769489..a711060c37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html index 6bf23e7c31..3393e3f676 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html index 4e1e0c572b..b512c5de03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html @@ -66,7 +66,7 @@
open override val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html index 45a8b318d3..f1c70422aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html @@ -66,7 +66,7 @@
open override val data: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html index 2475d054bf..374cfb8471 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html index 7f6ef0037e..c812b0c5c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html @@ -66,7 +66,7 @@
open override val id: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html index 57b2f6520b..b6ab5be346 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html index 188bca0ed0..9c719b047f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html index 7a44d149fb..21dc1d4678 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, inlineMessageId: InlineMessageIdentifier, gameShortName: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html index 7830d50f67..60c00da632 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html @@ -66,7 +66,7 @@
open override val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html index c8a87a3ee9..24c8b66c60 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html index b32b723d73..a31792bddf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html @@ -66,7 +66,7 @@
open override val gameShortName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html index 2b13cd3915..0e5e5907d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html @@ -66,7 +66,7 @@
open override val id: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html index 2a1d9f5c76..a83c5c1ca3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html index 8e100c1454..e1e2f5bceb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html index 5f844074e8..3a2faff389 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html index 14875f2021..b97388aa79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html index 4ffa9acf26..f4940c2d28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html @@ -66,7 +66,7 @@
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, message: ContentMessage<MessageContent>, data: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html index fefcc20e97..5df0d8c986 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html @@ -66,7 +66,7 @@
open override val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html index 097cd36c05..835fe02f79 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html @@ -66,7 +66,7 @@
open override val data: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html index 9d8a2de1bd..682df32b81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html index 61fa151223..bd976e12f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html @@ -66,7 +66,7 @@
open override val id: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html index 4822ac060d..c3362045d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html index 7ff47aab7f..08a9ba4ebe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html index 62887b7865..41e78fc219 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, message: ContentMessage<MessageContent>, gameShortName: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html index 1bb1daaf3b..1d3173f97f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html @@ -66,7 +66,7 @@
open override val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html index 9d71ded832..85c64be1d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html index 863e747ea2..918d15545a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html @@ -66,7 +66,7 @@
open override val gameShortName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html index 2aae224b8d..003f8ceeb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html @@ -66,7 +66,7 @@
open override val id: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html index 52a2c94580..eb771f3dd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html index 5751f0b5ef..763982ed61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html index 91ca38fd62..9107141324 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html @@ -66,7 +66,7 @@
constructor(id: CallbackQueryIdentifier, from: CommonUser, chatInstance: String, raw: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html index e5f4d622dd..6d3a31f0d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html @@ -66,7 +66,7 @@
open override val chatInstance: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html index b81b759734..6c7bb255ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html @@ -66,7 +66,7 @@
open override val from: CommonUser

The source User of this type

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html index d34cc8e697..e684383c39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html @@ -66,7 +66,7 @@
open override val id: CallbackQueryIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html index beb1c97c54..6d86d67e39 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html index 23710720a5..9330442a1e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html @@ -66,7 +66,7 @@
val raw: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/index.html index 7af4b65986..4f02dc6051 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.queries.callback/index.html @@ -224,7 +224,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/chat-id.html index 1c150b60e1..9838d9b15c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/index.html index c21cbda099..625385d421 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared-request/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/-chat-shared.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/-chat-shared.html index 9b49e5ab5a..4bd6c794c6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/-chat-shared.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/-chat-shared.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId, chatId: ChatId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/chat-id.html index b383a3ed69..64dfbfedd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/chat-id.html @@ -66,7 +66,7 @@
@SerialName(value = "chat_id")
open override val chatId: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/index.html index 57d32aff6c..1fae4f591b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/request-id.html index 11f5c6375f..e399b6cd77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-chat-shared/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
open override val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/index.html index 44c87a2b06..04c032ff6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/random.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/random.html index f1edff5022..1743c5b1d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/random.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-companion/random.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-request-id.html index 337713de99..c1aa2a4cca 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/-request-id.html @@ -66,7 +66,7 @@
constructor(int: Int)
constructor(uShort: UShort)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/index.html index 8ebfe8ce2e..aac3a62a41 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/u-short.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/u-short.html index f5ab5b989b..819d7f0280 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/u-short.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-id/u-short.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/index.html index 5253766094..c3e4798896 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/request-id.html index ac600fabe2..72a6b0c36a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-request-response/request-id.html @@ -66,7 +66,7 @@
abstract val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/-user-shared.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/-user-shared.html index 6f8b5d946a..175ac35945 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/-user-shared.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/-user-shared.html @@ -66,7 +66,7 @@
constructor(requestId: RequestId, userId: UserId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/chat-id.html index 0b8a5b1ef0..690a545e43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: ChatId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/index.html index e3dd54f0d4..f137f75693 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/request-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/request-id.html index ea89eb4e25..ca2f29f149 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/request-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/request-id.html @@ -66,7 +66,7 @@
@SerialName(value = "request_id")
open override val requestId: RequestId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/user-id.html index 12c56e8836..60cfe5925d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/-user-shared/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
val userId: UserId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.request/index.html index a7b9ee658b..34edf11517 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.request/index.html @@ -149,7 +149,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/index.html index e196642eea..03d444e817 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/is-animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/is-animated.html index e51483788e..bdab2b0ed8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/is-animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/is-animated.html @@ -66,7 +66,7 @@
open override val isAnimated: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/sticker-format.html index 78064327c5..53f944951e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-animated-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/-custom-emoji-animated-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/-custom-emoji-animated-sticker-set.html index 9078712518..ea4cc81276 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/-custom-emoji-animated-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/-custom-emoji-animated-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<CustomEmojiAnimatedSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/index.html index 6d75913212..b77b6dd37d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/name.html index 0f102a1ebd..cf89349d38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/sticker-type.html index 825f845ee2..2101c5f752 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/stickers.html index 133fdd793c..4114e56bb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<CustomEmojiAnimatedSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/thumbnail.html index bdd8f9c056..2ed986c44a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/title.html index 011539319f..24d01a5bbd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-animated-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/-custom-emoji-simple-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/-custom-emoji-simple-sticker-set.html index 1359cb21af..f164d897db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/-custom-emoji-simple-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/-custom-emoji-simple-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<CustomEmojiSimpleSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/index.html index b518832073..7c75e66718 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/name.html index d159e6f525..e3394d58d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-format.html index 219d3f15d4..ae567d4edc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-type.html index 0fee58b259..9ed64d5678 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/stickers.html index 5ada75ab94..a17df7e189 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<CustomEmojiSimpleSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/thumbnail.html index f7ad8ac950..2e7b235370 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/title.html index 8d405b0d49..92faa1e622 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-simple-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-sticker-set/index.html index 19826c23f1..8ab84dffdb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-sticker-set/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/-custom-emoji-video-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/-custom-emoji-video-sticker-set.html index 4394cc50ab..8652ec86ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/-custom-emoji-video-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/-custom-emoji-video-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<CustomEmojiVideoSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/index.html index 1fdee1a856..bb17ee1ba6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/name.html index 5d1fbd30d1..85600e9786 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/sticker-type.html index 713ea2dfaf..485a2b80a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/stickers.html index ea6947d3c9..8082e3c72c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<CustomEmojiVideoSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/thumbnail.html index e7aeb6b021..a74c53c4aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/title.html index 79f7e69163..68620c3be1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-custom-emoji-video-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/-mask-animated-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/-mask-animated-sticker-set.html index 8db099f192..0aa299d489 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/-mask-animated-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/-mask-animated-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<MaskAnimatedSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/index.html index 539850936b..f16dd9a1b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/name.html index e6d0d934b7..f5b3c447a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/sticker-type.html index 461a337807..73744c8ba4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/stickers.html index 01a31ada82..072e5bb8ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<MaskAnimatedSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/thumbnail.html index 3a92117262..b17d64378c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/title.html index 69cd9cc06b..dc62258c8a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-animated-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html index da158ffea8..8f6271371c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html @@ -66,7 +66,7 @@
constructor(point: String, xShift: Float, yShift: Float, scale: Float)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html index 39f2d77c1a..73d50b4c8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html index a2a2f44cbb..9df7d0e12f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html @@ -66,7 +66,7 @@
@SerialName(value = "point")
val point: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html index bec3545d34..ebc1d9a37a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html @@ -66,7 +66,7 @@
@SerialName(value = "scale")
val scale: Float
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html index 7f943338ea..3208ccb38e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html @@ -66,7 +66,7 @@
@SerialName(value = "x_shift")
val xShift: Float
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html index ef4922e5c6..ad60eb0d4f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html @@ -66,7 +66,7 @@
@SerialName(value = "y_shift")
val yShift: Float
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/-mask-simple-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/-mask-simple-sticker-set.html index 6cd76cdedc..1fbc26c911 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/-mask-simple-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/-mask-simple-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<MaskSimpleSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/index.html index be63af591c..44252113cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/name.html index 37e40921a3..552931d7ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-format.html index 1290323757..50f6ba625c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-type.html index a45a1abe3c..ee67aa7b5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/stickers.html index f93a9226c2..377f6972ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<MaskSimpleSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/thumbnail.html index e88d3c3ee5..aef20da193 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/title.html index d54fefa375..e26996a7ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-simple-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-sticker-set/index.html index f806421779..94172b75b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-sticker-set/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/-mask-video-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/-mask-video-sticker-set.html index 334a836eff..5499009be3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/-mask-video-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/-mask-video-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<MaskVideoSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/index.html index d202cc4c54..326e820389 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/name.html index ebaac63e7f..cf39d152a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/sticker-type.html index 18a355e8ef..97351ba57a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/stickers.html index 5cfd9c810b..4cd9c13943 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<MaskVideoSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/thumbnail.html index be19fdceeb..5a234a59d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/title.html index 4c46382a26..5e9611a658 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-mask-video-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/-regular-animated-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/-regular-animated-sticker-set.html index 37a736e48d..e4c7644230 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/-regular-animated-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/-regular-animated-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<RegularAnimatedSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/index.html index d0fe1fddf0..dfffb712d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/name.html index 3ee9257afc..8b3ac84455 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/sticker-type.html index 95d1eed454..b20e8de3ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/stickers.html index d3bd8cdef4..1d85b08339 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<RegularAnimatedSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/thumbnail.html index 160c03b93f..1e7b38faaf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/title.html index 25b550e341..3d30cf7cac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-animated-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/-regular-simple-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/-regular-simple-sticker-set.html index 045d946e15..a7fe2d5e2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/-regular-simple-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/-regular-simple-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<RegularSimpleSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/index.html index 34e486b96c..c6d4d12c5e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/name.html index ffe7e2f8cd..308bac1c9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-format.html index 87c22374e5..d9cec96e24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-type.html index 1bd0f2063b..23406f78e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/stickers.html index 9b1027c8de..9cad1703be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<RegularSimpleSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/thumbnail.html index 066039ef7a..57ffcd7a48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/title.html index 18dcf95dea..995f14b324 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-simple-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-sticker-set/index.html index 6b695a2f98..01a1a4b2cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-sticker-set/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/-regular-video-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/-regular-video-sticker-set.html index 998881fa0d..1dfb414c77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/-regular-video-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/-regular-video-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<RegularVideoSticker>, thumbnail: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/index.html index 582e70ca89..1301b59fae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/name.html index cd70f96230..5ee538e7af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/sticker-type.html index bafa37499f..055dad7f95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/stickers.html index 942b1b89e5..368f97ff5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<RegularVideoSticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/thumbnail.html index b67f93bf05..411ef9e582 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/title.html index ca4042fc9c..a302b9c6dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-regular-video-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/descriptor.html index 316c648725..ca4d7df861 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/deserialize.html index 259a2cb384..e3eb4cc603 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): StickerSet
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/index.html index dda043c7b4..15c127eafa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/serialize.html index a856862be0..7dca5ecf67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: StickerSet)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html index f0631ce568..b19bbfce00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html index ed8965a285..a55ab7e3c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html index 971a046ca5..f3cf7d0157 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html @@ -66,7 +66,7 @@
open val isVideo: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html index 94842f1da6..d77f75d1a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html @@ -66,7 +66,7 @@
abstract val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-format.html index 1e086b88e3..e3efb8cae6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-type.html index db3a3a55bc..8c0328ad42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
abstract val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html index 2f7f56ab07..b88b507e68 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html @@ -66,7 +66,7 @@
abstract val stickers: List<Sticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumbnail.html index 27a310c8e2..6d601d2bbb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
abstract val thumbnail: PhotoSize?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html index 81e302b0ce..03fc9233c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html @@ -66,7 +66,7 @@
abstract val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/-surrogate-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/-surrogate-sticker-set.html index 3bdcf19474..a65d44d0f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/-surrogate-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/-surrogate-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, sticker_type: StickerType, is_animated: Boolean? = false, is_video: Boolean? = false, stickers: List<@Serializable(with = StickerSerializer::class) Sticker> = emptyList(), thumb: PhotoSize? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/index.html index 777db0fc66..6d4c3de3b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_animated.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_animated.html index 39a1fa6237..7b19a3ac2a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_animated.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_animated.html @@ -66,7 +66,7 @@
val is_animated: Boolean? = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_video.html index e02dd453c5..bec52df1a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/is_video.html @@ -66,7 +66,7 @@
val is_video: Boolean? = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/name.html index d19cd433a9..b5e091bea5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/sticker_type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/sticker_type.html index 043f315a3b..a3cb92b2a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/sticker_type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/sticker_type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/stickers.html index 7f9cc837a6..c4f44704f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/stickers.html @@ -66,7 +66,7 @@
val stickers: List<@Serializable(with = StickerSerializer::class) Sticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/thumb.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/thumb.html index 0210fbfd30..c62a87f8ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/thumb.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/thumb.html @@ -66,7 +66,7 @@
val thumb: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/title.html index 25fb1dd4c3..23ce9bb84e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-surrogate-sticker-set/title.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/-unknown-sticker-set.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/-unknown-sticker-set.html index 9848f49568..54ff9f9737 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/-unknown-sticker-set.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/-unknown-sticker-set.html @@ -66,7 +66,7 @@
constructor(name: String, title: String, stickers: List<Sticker>, stickerType: StickerType, thumbnail: PhotoSize? = null, raw: JsonElement)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/index.html index 3d83781578..f35933c5ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/index.html @@ -229,7 +229,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/name.html index 4d87e82573..34017976b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/raw.html index eead1fbdb4..cfbdc3000d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/raw.html @@ -66,7 +66,7 @@
val raw: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/sticker-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/sticker-type.html index f0128e95dd..18fcc3ff77 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/sticker-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/sticker-type.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_type")
open override val stickerType: StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/stickers.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/stickers.html index b90ca6f015..28e71347b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/stickers.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/stickers.html @@ -66,7 +66,7 @@
@SerialName(value = "stickers")
open override val stickers: List<Sticker>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/thumbnail.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/thumbnail.html index 6d015bbe14..013e76364c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/thumbnail.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/thumbnail.html @@ -66,7 +66,7 @@
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/title.html index 788f36c9ed..8ec030dde2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-unknown-sticker-set/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/index.html index b51a6e6f92..c351c05425 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/is-video.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/is-video.html index 990d9b14a6..f43b5cd51a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/is-video.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/is-video.html @@ -66,7 +66,7 @@
open override val isVideo: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/sticker-format.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/sticker-format.html index 0f15c07916..eb14b3c144 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/sticker-format.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/-video-sticker-set/sticker-format.html @@ -66,7 +66,7 @@
@SerialName(value = "sticker_format")
@EncodeDefault
open override val stickerFormat: StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/index.html index 0cbaf56830..04adb20171 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stickers/index.html @@ -344,7 +344,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/-story.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/-story.html index 7fffc765d6..cf38fcbe24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/-story.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/-story.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/index.html index f3eef5707b..3fd726dc95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/-story/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/index.html index a8202afd52..828c3af5da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.stories/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.stories/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html index 0d2ae54735..dff1a22001 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html @@ -66,7 +66,7 @@
abstract override val data: CommonMessage<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html index 90f572600b..02c77ee3f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html index 672881a687..697af75107 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html @@ -66,7 +66,7 @@
abstract override val data: Message
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html index 0c87a90a5a..67dbd65afb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/copy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/copy.html index 23c8616ef6..ba4104c0d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/copy.html @@ -66,7 +66,7 @@
abstract fun copy(newData: Message): BaseSentMessageUpdate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html index 285cc515f9..b9f53a0ad9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html index a5f4ab5378..9a0a013c3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html @@ -66,7 +66,7 @@
abstract override val data: ChatMemberUpdated
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html index 6cf6d7139e..2c6a29131e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html index 1222168124..3187ff3f50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: JsonElement, throwable: Throwable? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html index 06ab229854..358a16158e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html @@ -66,7 +66,7 @@
open override val data: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html index 4cdee77e9e..591a276093 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html index e791f61036..8e136a3665 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html @@ -66,7 +66,7 @@
val rawJson: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/throwable.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/throwable.html index 7b3c19646b..893f35e37a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/throwable.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/throwable.html @@ -66,7 +66,7 @@
val throwable: Throwable? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html index 58965b7e85..466ab7302e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html index 5666a72567..6d0e2e32e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html index e468fe19e2..8bd198f9d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Update
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html index 61fb137503..837eac97a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html index 35586ed8d4..ef4c628234 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html index 8d3b417def..5a1e1a4f3d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): Update
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html index 34bf94f66a..f947cb3e04 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html index bf73a4cfd9..4a838083f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: Update): Nothing
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html index bb639a0ea5..1f6f42cd70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html @@ -66,7 +66,7 @@
abstract val data: Any
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html index f8bb461ef3..3a0336fb9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html index f6cafd6ce2..e0ad51820b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/index.html index 92ffaab5bd..4478140340 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update.abstracts/index.html @@ -194,7 +194,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html index af2066b9cd..8695855e1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: CallbackQuery)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html index 873fd04da2..882634c71e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html @@ -66,7 +66,7 @@
open override val data: CallbackQuery
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html index eda0cda57e..eeafc29318 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html index bac15db905..e9fba39e97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html index b5e2a36028..3a89244617 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: Message)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/copy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/copy.html index 419089c907..24f33ae6f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/copy.html @@ -66,7 +66,7 @@
open override fun copy(newData: Message): BaseSentMessageUpdate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html index 816cc57e4d..8910469342 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html @@ -66,7 +66,7 @@
open override val data: Message
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html index 8a6dffc476..96fb0fb3bf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html index 9ac2c18fce..a8b6f6f9f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html index 1efe63fe31..ee96b68a3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: ChatJoinRequest)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html index e331d14365..50526f8ac1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html @@ -66,7 +66,7 @@
open override val data: ChatJoinRequest
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html index 78c68dd39f..cdc179cb28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html index 90ff8c044a..905a3b52c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html index 5eb599bcfa..fe1af8ad2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: ChosenInlineResult)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html index 7d53fbd68c..9ad8a0e29c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html @@ -66,7 +66,7 @@
open override val data: ChosenInlineResult
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html index de69618219..6528a3d479 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html index c959f48ad5..e25eca3224 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html index de0e8fa171..5a42c7df84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: ChatMemberUpdated)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html index 14943a2c63..fcb071bd62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html @@ -66,7 +66,7 @@
open override val data: ChatMemberUpdated
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html index 88eb3260eb..754cf51c52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html index 5bd62525ec..3ade34b19e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html index 4677780582..f8666d904e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: CommonMessage<*>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html index 4323ed5edd..e133965d4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html @@ -66,7 +66,7 @@
open override val data: CommonMessage<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html index fe0f577904..a0f7f84184 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html index e9f848c7bc..72ac2c0893 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html index 935d4f1225..f453d8d2b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: CommonMessage<*>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html index 01bfb4c658..bb0f72a0af 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html @@ -66,7 +66,7 @@
open override val data: CommonMessage<*>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html index babbef6a83..ac477a8300 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html index f91455f253..8180105b71 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html index 86154f5f1d..e8cdddc1f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: InlineQuery)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html index 213b0689c5..bb9d0d68e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html @@ -66,7 +66,7 @@
open override val data: InlineQuery
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html index ba2ab76166..ea867c4982 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html index 1e70bf56df..ffde610a5b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html index 3200e749d9..6035fc81ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: Message)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/copy.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/copy.html index 975617534f..1b2f552c4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/copy.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/copy.html @@ -66,7 +66,7 @@
open override fun copy(newData: Message): MessageUpdate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/data.html index 68ac0f8d58..d1801bea56 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/data.html @@ -66,7 +66,7 @@
open override val data: Message
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/index.html index e569a8371b..d55fccff53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/index.html @@ -143,7 +143,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/update-id.html index 95f1655e46..1c1d809994 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-message-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html index e74a11c5f4..b3919ed853 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: ChatMemberUpdated)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html index f70c0f1b19..bf6ef87c94 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html @@ -66,7 +66,7 @@
open override val data: ChatMemberUpdated
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html index b26b800062..b5442fc54d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html index 59b77f1622..5634e86021 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html index e8abebc613..78c9d4f76f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: PollAnswer)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html index 60bc39bb31..59bd39e55d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html @@ -66,7 +66,7 @@
open override val data: PollAnswer
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html index 76cd5982bb..9314f47578 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html index 3c2d154254..c4820da5bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html index b05334b856..cd82d78f9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: Poll)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/data.html index 28e031fac1..96aab9fb1c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/data.html @@ -66,7 +66,7 @@
open override val data: Poll
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/index.html index 36235da567..101af4c5a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html index 51ca2e5c4e..6924d31a08 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html index ebf9049631..c967b765bb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: PreCheckoutQuery)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html index 1455f3b53f..c05b5099a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html @@ -66,7 +66,7 @@
open override val data: PreCheckoutQuery
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html index 7067dc79be..2b7241d579 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html index c515781720..9d37af06de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html index ce959cc1f6..488e6913ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html @@ -66,7 +66,7 @@
constructor(updateId: UpdateIdentifier, data: ShippingQuery)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html index 1a3008442f..32d4961f60 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html @@ -66,7 +66,7 @@
open override val data: ShippingQuery
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html index eebe92dfd7..fffee1063a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html index 0595be7d65..2a63af1f52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html @@ -66,7 +66,7 @@
open override val updateId: UpdateIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.update/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.update/index.html index 16ecdf0350..b98ec48a75 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.update/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.update/index.html @@ -284,7 +284,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/-venue.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/-venue.html index a9a7730415..44cac32517 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/-venue.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/-venue.html @@ -66,7 +66,7 @@
constructor(location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/address.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/address.html index 252218fc6c..7c642d5218 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/address.html @@ -66,7 +66,7 @@
@SerialName(value = "address")
open override val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html index 83a8325e99..8e35502205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_id")
open override val foursquareId: FoursquareId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html index 56825f683b..0f0471d35c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_type")
open override val foursquareType: FoursquareType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html index 68c3fecc83..e58cf0d57c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_id")
open override val googlePlaceId: GooglePlaceId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html index e644e7d037..0c5f18fec6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_type")
open override val googlePlaceType: GooglePlaceType? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/index.html index 7b6f3c2ed8..1a85b84c6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/location.html index d767be4f29..4a7dc10ff5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/location.html @@ -66,7 +66,7 @@
@SerialName(value = "location")
val location: StaticLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/title.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/title.html index f143de85ee..bb2dfd9e30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/title.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/-venue/title.html @@ -66,7 +66,7 @@
@SerialName(value = "title")
open override val title: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/index.html index a0fd8508c2..8e8f761bcf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.venue/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.venue/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html index 1b1fa6bc1a..e02823c1db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html @@ -66,7 +66,7 @@
constructor(inlineMessageId: InlineMessageIdentifier? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html index 024f39411d..b3fd3dfed5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html index a0a9c5db0f..cc06ee79c9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/index.html index ed9481ac70..790b874b16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps.query/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html index 438d2c8189..0b4cb9385f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html @@ -66,7 +66,7 @@
constructor(url: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html index cffa904ff8..c5159c5749 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html index 5bc234670b..34d487b917 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/index.html index 1a1091e773..ee01fbc831 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types.webapps/index.html @@ -89,7 +89,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html index a80e8f7131..fe7698b087 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-author-signature/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-author-signature/index.html index a9485c5727..ac2d5539a1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-author-signature/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-author-signature/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command-name-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command-name-regex.html index 49157ddc43..70615b5ce7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command-name-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command-name-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html index b2e4e0ac5d..cfce0616b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html @@ -66,7 +66,7 @@
constructor(command: String, description: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/command.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/command.html index b3584aabb1..ccec9733db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/command.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/command.html @@ -66,7 +66,7 @@
@SerialName(value = "command")
val command: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/description.html index 0b7b1a11a4..096ac98902 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/index.html index 7c52f5e78c..891aeed6d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-command/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/-bot-description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/-bot-description.html index 74bafeacd3..23229ca2e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/-bot-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/-bot-description.html @@ -66,7 +66,7 @@
constructor(description: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/description.html index 9c421b8092..3dce56a685 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/description.html @@ -66,7 +66,7 @@
@SerialName(value = "description")
val description: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/index.html index f69aabb85a..e05b21ddec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-description/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/-bot-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/-bot-name.html index 8f02cf6f22..336af514cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/-bot-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/-bot-name.html @@ -66,7 +66,7 @@
constructor(name: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/index.html index 60f0861cb1..ac913e6809 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/name.html index 96464996b0..040d499339 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-name/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/-bot-short-description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/-bot-short-description.html index 41ff42d39f..3662a48ebd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/-bot-short-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/-bot-short-description.html @@ -66,7 +66,7 @@
constructor(shortDescription: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/index.html index 31263a28af..fab0b075aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/short-description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/short-description.html index 83fa7aa37a..732e9e882c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/short-description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-bot-short-description/short-description.html @@ -66,7 +66,7 @@
@SerialName(value = "short_description")
val shortDescription: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-callback-query-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-callback-query-identifier/index.html index 3300f1b032..a88d4b64e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-callback-query-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-callback-query-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/-chat-id-with-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/-chat-id-with-thread-id.html index f045996274..7b13159b0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/-chat-id-with-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/-chat-id-with-thread-id.html @@ -66,7 +66,7 @@
constructor(chatId: Identifier, threadId: MessageThreadId)
constructor(chatIdWithThreadId: Pair<Identifier, MessageThreadId>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id-with-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id-with-thread-id.html index 53e6df6f98..c1b3aaa91f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id-with-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id-with-thread-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id.html index c7317b6954..ed4cd9ba84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: Identifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/index.html index 76bd908cd0..7bdd717461 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/thread-id.html index 7a6ef47b7e..e77ef7d8a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id-with-thread-id/thread-id.html @@ -66,7 +66,7 @@
open override val threadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html index 5507b81f4d..89346bc946 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html @@ -66,7 +66,7 @@
constructor(chatId: Identifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/chat-id.html index 5dc6e75835..91664f6e27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/chat-id.html @@ -66,7 +66,7 @@
open override val chatId: Identifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/index.html index 63ff162f1e..1c64c7c572 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-id/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html index daef82b31e..4ee67025f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html index 9ffab1a96e..70b3582979 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html index 7559b41fc6..b23b31b053 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html index 31d8815647..0f15c9e78a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier/index.html index ba9efa3552..a3b4b0aae5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-identifier/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html index bb94ca8f76..18e396cf38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html index 644bfdbf0e..e2e6073a17 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatInviteLink
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html index 0802a8e0f1..c8f0c81f06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html index cf6ef6e299..a9ab9a3c89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatInviteLink)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html index 33b02982bf..9a1fb10d46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
constructor(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html index ee8115d6a0..735498ef7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html @@ -66,7 +66,7 @@
@SerialName(value = "creator")
open override val creator: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html index 3596fd9d76..483caec214 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html @@ -66,7 +66,7 @@
open override val expirationDateTime: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html index 505726e25d..b6d932b2b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html index cbcdbea9e1..4fc9a24768 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html index bda07b6adc..7c58f3826f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html @@ -66,7 +66,7 @@
@SerialName(value = "is_revoked")
open override val isRevoked: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html index c5c67518ad..80c7d9b766 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html index 3d3fe3e71e..4df3014cf0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
constructor(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html index 5d13aa4629..7d65ab5f7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html @@ -66,7 +66,7 @@
@SerialName(value = "creator")
open override val creator: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html index 7774a37f5d..f0e6c2d8e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html @@ -66,7 +66,7 @@
open override val expirationDateTime: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html index 6f371c50ac..d6e5879278 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html index fb39201d43..d7e7117a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html index 299521a4cb..f5c8e8cbb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html @@ -66,7 +66,7 @@
@SerialName(value = "is_revoked")
open override val isRevoked: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html index 167bc8e045..a5c5004b6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html @@ -66,7 +66,7 @@
@SerialName(value = "pending_join_request_count")
val leftToReview: Int = 0
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html index 0dd470b785..60e16b568c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html index 475ccffc94..afe8b87e83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
constructor(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html index 4c8da2c1e4..d18ea5945f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html @@ -66,7 +66,7 @@
@SerialName(value = "creator")
open override val creator: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html index 182d512bd9..714f618a34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html @@ -66,7 +66,7 @@
open override val expirationDateTime: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html index cbbff620fc..9d66286112 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html @@ -214,7 +214,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html index 9f6210f496..8ef1e81333 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html index 897a592234..368f4d3e0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html @@ -66,7 +66,7 @@
@SerialName(value = "is_revoked")
open override val isRevoked: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html index d1dee90bd3..b46a5aa9be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html @@ -66,7 +66,7 @@
@SerialName(value = "member_limit")
val membersLimit: MembersLimit
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html index 2cb6bc934c..b477595d9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
open override val name: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html index 6b8b486cb2..8d48584651 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html @@ -66,7 +66,7 @@
abstract val creator: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html index 36b5abde65..275c1faff8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html @@ -66,7 +66,7 @@
abstract val expirationDateTime: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/index.html index 9fd52345c6..6571f7d37d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html index 2ef8d9230e..80bd3ff805 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html @@ -66,7 +66,7 @@
abstract val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html index f7894d2f01..1d7bfe1d2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html @@ -66,7 +66,7 @@
open val isPrimary: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html index 3c5faa1951..fae4646867 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html @@ -66,7 +66,7 @@
abstract val isRevoked: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/name.html index 45383b83f8..3ff3ee075f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/name.html @@ -66,7 +66,7 @@
abstract val name: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/user.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/user.html index 5039181f2a..12b5229c00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/user.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-invite-link/user.html @@ -66,7 +66,7 @@
open override val user: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html index 2a148abe2c..6cdec1e59d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html @@ -66,7 +66,7 @@
constructor(location: StaticLocation, address: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/address.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/address.html index 10d5a29cb0..678779cab2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/address.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/address.html @@ -66,7 +66,7 @@
@SerialName(value = "address")
val address: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/index.html index c535005f2a..1e6f370a7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/location.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/location.html index d993f66a08..028c1e48fd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/location.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-location/location.html @@ -66,7 +66,7 @@
@SerialName(value = "location")
val location: StaticLocation
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html index 47c682a23c..7b7b195c4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html @@ -66,7 +66,7 @@
constructor(smallFileId: String, bigFileId: String, smallFileUniqueId: FileUniqueId, bigFileUniqueId: FileUniqueId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html index df16d3158a..39b3221e1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "big_file_id")
val bigFileId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html index 1ef32a9b33..8982360abe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "big_file_unique_id")
val bigFileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/index.html index 265c03ac5f..fb02695a6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html index f5da48d94c..30ac73519d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html @@ -66,7 +66,7 @@
@SerialName(value = "small_file_id")
val smallFileId: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html index e53209f750..b3ab622b2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html @@ -66,7 +66,7 @@
@SerialName(value = "small_file_unique_id")
val smallFileUniqueId: FileUniqueId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/-contact.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/-contact.html index 51792b183d..8f7c879398 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/-contact.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/-contact.html @@ -66,7 +66,7 @@
constructor(phoneNumber: String, firstName: String, lastName: String? = null, userId: UserId? = null, vcard: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/first-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/first-name.html index add774f944..6e337afc88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/first-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/first-name.html @@ -66,7 +66,7 @@
@SerialName(value = "first_name")
open override val firstName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/index.html index e8d6304910..c01753d53e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/last-name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/last-name.html index fc033e1ddd..5e972dfc80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/last-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/last-name.html @@ -66,7 +66,7 @@
@SerialName(value = "last_name")
open override val lastName: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/phone-number.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/phone-number.html index 4ccee7516b..95e2681ef9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/phone-number.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/phone-number.html @@ -66,7 +66,7 @@
@SerialName(value = "phone_number")
open override val phoneNumber: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/user-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/user-id.html index 9e2049cf01..ca72ae3e6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/user-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/user-id.html @@ -66,7 +66,7 @@
@SerialName(value = "user_id")
val userId: UserId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/vcard.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/vcard.html index 1a5d4aca43..7dcc885a5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/vcard.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-contact/vcard.html @@ -66,7 +66,7 @@
@SerialName(value = "vcard")
open override val vcard: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/-custom-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/-custom-emoji-id.html index 9edadac9f2..465055aa8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/-custom-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/-custom-emoji-id.html @@ -66,7 +66,7 @@
constructor(string: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/app-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/app-link.html index b375230ed9..90b32a554c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/app-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/app-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/index.html index 5492f36f78..73f2f87ffa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/string.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/string.html index 13f6b08878..a73a29cd97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-custom-emoji-id/string.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-degrees/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-degrees/index.html index a964d4a582..a96c2731f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-degrees/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-degrees/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-dice-result/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-dice-result/index.html index fbd1c25233..e77d609f23 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-dice-result/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-dice-result/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-file-unique-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-file-unique-id/index.html index a94d067ee5..26ae1d98d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-file-unique-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-file-unique-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-c-y-a-n.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-c-y-a-n.html index 2c4a5cfc47..aebc9f2936 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-c-y-a-n.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-c-y-a-n.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-g-r-e-e-n.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-g-r-e-e-n.html index c735ed263e..fa4f75116a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-g-r-e-e-n.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-g-r-e-e-n.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-i-n-k.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-i-n-k.html index d6741bd4ff..9e6f1bb9cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-i-n-k.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-i-n-k.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-u-r-p-l-e.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-u-r-p-l-e.html index eb4a3f4952..f5653b5cd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-u-r-p-l-e.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-p-u-r-p-l-e.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-r-e-d.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-r-e-d.html index 17f9197ca6..8547aabb38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-r-e-d.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-r-e-d.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-y-e-l-l-o-w.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-y-e-l-l-o-w.html index 1f3559743d..e44db85bcb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-y-e-l-l-o-w.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/-y-e-l-l-o-w.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/index.html index ff51071588..3977ba8313 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-companion/index.html @@ -165,7 +165,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-forum-topic.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-forum-topic.html index c0a4955c14..b4cd896b78 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-forum-topic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/-forum-topic.html @@ -66,7 +66,7 @@
constructor(messageThreadId: MessageThreadId, name: String, color: RGBColor, iconEmojiId: CustomEmojiId? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/color.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/color.html index b9db3f1868..002c4d4155 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/color.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/color.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_color")
val color: RGBColor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/icon-emoji-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/icon-emoji-id.html index 2550c9b3e7..04836b4be4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/icon-emoji-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/icon-emoji-id.html @@ -66,7 +66,7 @@
@SerialName(value = "icon_custom_emoji_id")
val iconEmojiId: CustomEmojiId? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/index.html index 85db3789de..28a837691b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/message-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/message-thread-id.html index 331f8e4efa..f7442b2f38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/message-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/message-thread-id.html @@ -66,7 +66,7 @@
@SerialName(value = "message_thread_id")
val messageThreadId: MessageThreadId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/name.html index 0693d08c47..07ed8a1e3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forum-topic/name.html @@ -66,7 +66,7 @@
@SerialName(value = "name")
val name: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-sender-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-sender-name/index.html index 1ffa479033..be7bba21d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-sender-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-sender-name/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-signature/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-signature/index.html index ce3ec572fb..faf6a3dfbd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-signature/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-forward-signature/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-id/index.html index 93b40b454f..55bf485764 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-type/index.html index f0b262ab25..6b1a080d38 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-foursquare-type/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/descriptor.html index b811e70848..f301f00f02 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/deserialize.html index a44dd0b176..377826d549 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/index.html index efb6ad7792..686acd8931 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/serialize.html index f49dde99ac..f01da07857 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-full-chat-identifier-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: ChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-id/index.html index 2bad87b868..d37380b49c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-type/index.html index a8c54ba43b..d310d88bd3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-google-place-type/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/index.html index b25ad5ceae..44c9516861 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/invoke.html index 616e65165e..78b4f88009 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/-companion/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(chatId: Identifier): ChatId
operator fun invoke(chatId: Identifier, threadId: MessageThreadId?): IdChatIdentifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/chat-id.html index 33b476f3af..efba4e95b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/chat-id.html @@ -66,7 +66,7 @@
abstract val chatId: Identifier
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/index.html index ecd782738d..eb74deb225 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/thread-id.html index 00285f10c6..53c0257ed7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-id-chat-identifier/thread-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-identifier/index.html index c1114fde1b..7a7e2fae0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-message-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-message-identifier/index.html index 895a0ede51..de76c76729 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-message-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-message-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-query-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-query-identifier/index.html index 0dbb99134a..9c8b9a43f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-query-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-inline-query-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-invoice-payload/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-invoice-payload/index.html index 90ff200e80..5578905b2c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-invoice-payload/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-invoice-payload/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html index 88857a2e69..898603a29b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html @@ -66,7 +66,7 @@
constructor(url: String, forwardText: String? = null, botUsername: String? = null, requestWriteAccess: Boolean? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html index 16d733ba99..e892433acb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html @@ -66,7 +66,7 @@
@SerialName(value = "bot_username")
val botUsername: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html index 154ebb8822..ef0279cb4e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html @@ -66,7 +66,7 @@
@SerialName(value = "forward_text")
val forwardText: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/index.html index fdf75a78e8..4008cc13f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html index deb7aa510f..56fdfba84a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html @@ -66,7 +66,7 @@
@SerialName(value = "request_write_access")
val requestWriteAccess: Boolean? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/url.html index ea81b21936..7b6bd9f635 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-login-u-r-l/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-long-seconds/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-long-seconds/index.html index 2ee937839a..e1a3a6b3ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-long-seconds/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-long-seconds/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-media-group-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-media-group-identifier/index.html index 76c65d2329..1323d6987f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-media-group-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-media-group-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-members-limit/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-members-limit/index.html index 5a0290282e..f10ebd669f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-members-limit/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-members-limit/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html index 9ba431cbf8..828f2f5fbb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html index bc3c9e2a62..6eca4013c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): MenuButton
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html index 7ce6d019c9..ef215ead8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html index 7f4662f7d5..7d0e2c1345 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: MenuButton)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html index 94c9d3fe57..d1897e8716 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html index 2567fbd1ed..96933bd34d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/index.html index 81c6343f90..b7cb09f24d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/type.html index e0ce047c0c..2aa35e14c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-default/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html index 9a6c89ed0c..15616c2d5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html @@ -66,7 +66,7 @@
constructor(type: String, rawJson: JsonElement)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html index c95dc49729..b2ae7cb586 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html index efccf64f15..18d01941f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html @@ -66,7 +66,7 @@
val rawJson: JsonElement
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html index e0e8dfd63e..cf8197ce0d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html index 8314114321..8a1241a87a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html index 61619143a0..017b99c84d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html index 1eddb5b65f..15a82e0df1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html @@ -66,7 +66,7 @@
constructor(text: String, webApp: WebAppInfo)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html index ec8c84739e..f4686a3cc7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html index 174994bc36..cd2e9d18a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html index f93df93c0c..d83b53a9d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html @@ -66,7 +66,7 @@
@Required
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html index ed71b22300..3ce37c032d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html @@ -66,7 +66,7 @@
@SerialName(value = "web_app")
val webApp: WebAppInfo
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/index.html index b6b796f4b6..def19712fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/type.html index 85d7751cc0..81883029a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-menu-button/type.html @@ -66,7 +66,7 @@
@Required
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html index e7f4941f37..395efcd0a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html index 2034b563a4..2363bc90fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): MessageId
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/index.html index 67b432fdd2..2c5df07106 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html index 4f3d818be9..905884d915 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: MessageId)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id/index.html index 8124626842..a0d9dd9534 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-identifier/index.html index aaee78a0c3..eb687f22f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-thread-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-thread-id/index.html index c0a33d1745..9682b587db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-message-thread-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-message-thread-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-meters/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-meters/index.html index a778a0ab83..3d58c44bed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-meters/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-meters/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html index 58452a0397..ba661b950b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html @@ -66,7 +66,7 @@
constructor(newChatId: IdChatIdentifier)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html index c29fff6afb..18492b0659 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html index c5e8cdd4b6..8f27697a12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-milli-seconds/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-milli-seconds/index.html index b502d78fa8..c68c0a56b7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-milli-seconds/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-milli-seconds/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-payment-query-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-payment-query-identifier/index.html index 23e89ee58a..6a679c2b67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-payment-query-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-payment-query-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-poll-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-poll-identifier/index.html index b3d0dcd7e3..2b567e21de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-poll-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-poll-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-pre-checkout-query-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-pre-checkout-query-id/index.html index 097e4b147f..d88c114e6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-pre-checkout-query-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-pre-checkout-query-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html index 44d28f48a6..3b87e63565 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html @@ -66,7 +66,7 @@
constructor(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html index c492e28d6b..a1cbf5697f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html @@ -66,7 +66,7 @@
@SerialName(value = "creator")
open override val creator: User
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html index 436f56cc00..fcb77d7c44 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html @@ -66,7 +66,7 @@
open override val expirationDateTime: DateTime?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/index.html index 7cc8e7c577..22aff2589b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html index f9af791289..f8f051359f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html @@ -66,7 +66,7 @@
@SerialName(value = "invite_link")
open override val inviteLink: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html index c58fcd93a5..0596409de8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html @@ -66,7 +66,7 @@
@SerialName(value = "is_revoked")
open override val isRevoked: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/name.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/name.html index f144c8e13a..577425edcd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-primary-invite-link/name.html @@ -66,7 +66,7 @@
open override val name: String?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-request-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-request-error/index.html index a04f64f3ea..b4333f8ec9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-request-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-request-error/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html index c1e65b70a9..9d0cbe2f5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html @@ -66,7 +66,7 @@
constructor(migrateToChatId: IdChatIdentifier? = null, retryAfter: Seconds? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html index 6104aae015..1a7b050750 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html index e9de2a2cfe..d3a43a08e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/-response.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/-response.html index 658d396c1a..93a97cc9e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/-response.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/-response.html @@ -66,7 +66,7 @@
constructor(ok: Boolean = false, description: String? = null, errorCode: Int? = null, result: JsonElement? = null, parameters: ResponseParametersRaw? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/description.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/description.html index 4d64f8606b..10596b0e1b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/description.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/description.html @@ -66,7 +66,7 @@
val description: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/error-code.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/error-code.html index 9d5b352e27..5bd062c2b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/error-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/error-code.html @@ -66,7 +66,7 @@
@SerialName(value = "error_code")
val errorCode: Int? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/index.html index 347ff9cf8e..615145c9cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/ok.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/ok.html index b059f0dac2..37e11f01fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/ok.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/ok.html @@ -66,7 +66,7 @@
val ok: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/parameters.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/parameters.html index db3e699219..ff26cb899e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/parameters.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/parameters.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/result.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/result.html index 19d14da34e..c80558e3c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-response/result.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-response/result.html @@ -66,7 +66,7 @@
val result: JsonElement? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html index 93e3dfee6b..aceff22160 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html @@ -66,7 +66,7 @@
constructor(seconds: Seconds, startCountingMillis: Long)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html index 3e3a3e91a9..a7a7ff00de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/index.html index ab9ae24016..f62aabb469 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html index 34b6fa9fcc..55d4d0df53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html index 92cd50ee95..3620e26372 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html index b6ad00da68..3e957ab940 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html index f127384890..b2d5ee3555 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html @@ -180,7 +180,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html index fdc3e0c8e6..beaf93378e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html @@ -66,7 +66,7 @@
open override val isPrimary: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-seconds/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-seconds/index.html index 8298df0769..00a7b820d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-seconds/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-seconds/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-option-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-option-identifier/index.html index cb1fc87b02..75de13e365 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-option-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-option-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-query-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-query-identifier/index.html index 6a53a59419..fcba599d8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-query-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-shipping-query-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-start-parameter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-start-parameter/index.html index 7329fefdbf..515aa2824a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-start-parameter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-start-parameter/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/index.html index ac8a7e96e0..d144059789 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/type.html index 82f0f42944..255671d616 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-animated/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/descriptor.html index 184df6146c..da5b733b9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/deserialize.html index 098898a262..d579116298 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): StickerFormat
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/index.html index b5dd84a2f1..88b7a70c9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/serialize.html index d41d8fd9c4..90cd69a793 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: StickerFormat)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/index.html index 85ebf92df4..c2611f033e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/type.html index bdcaff4cdc..db4219f8d4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-static/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/-unknown.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/-unknown.html index bb45230328..351d17a56d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/-unknown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/-unknown.html @@ -66,7 +66,7 @@
constructor(type: String = "custom_emoji")
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/index.html index 8e171da687..c54c18a95f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/type.html index 1e619ab22c..d337d57a6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-unknown/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/index.html index bd1e6ad261..a3720bc0ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/type.html index a94b741004..a39638219d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/-video/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/index.html index f6536c89ff..8c871e36e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/type.html index 9e48e45e10..ea84536879 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-format/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-set-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-set-name/index.html index 8b3dad0699..d43b6b4a64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-set-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-set-name/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/index.html index 241e0fb75b..fdda28c332 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/type.html index ca8bcc1739..29de409d48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-custom-emoji/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/index.html index 38da76683a..68ba3ef40d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/type.html index bfd42f107b..70aba1afa7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-mask/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/index.html index 2596b6d623..ead274bdde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/type.html index af8a41e089..61330c25d8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-regular/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/descriptor.html index 45ed2a326d..3fe31c30c4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/deserialize.html index 14371237ba..7d3c65e404 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): StickerType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/index.html index 252565c6de..872d925181 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/serialize.html index 96c297b89e..568c92373e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: StickerType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/-unknown.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/-unknown.html index 35e235219e..d907cbbbfc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/-unknown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/-unknown.html @@ -66,7 +66,7 @@
constructor(type: String = "custom_emoji")
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/index.html index 2d961abfbd..c6bd41c3a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/type.html index a7a2628e59..f2df5f2f67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/-unknown/type.html @@ -66,7 +66,7 @@
open override val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/index.html index 0f64cace64..35ea08370d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/type.html index 6db348d016..67ae5cdbdd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-sticker-type/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html index 71ff3438cc..506db2a652 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html index 2595631b0f..e62efbd030 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): TelegramDate
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html index 2bfe258f08..1bd258362a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html index 717ea85b3f..337fe56cd7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: TelegramDate)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html index 58401f6443..ba95728c32 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html @@ -66,7 +66,7 @@
constructor(dateTime: DateTime)
constructor(date: Long)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/as-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/as-date.html index fd6694ec75..2c8a9e69a2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/as-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/as-date.html @@ -66,7 +66,7 @@
@Transient
val asDate: DateTime
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/index.html index 3e06e7f177..22e143f61a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-telegram-date/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html index 468004cb7e..5c27c3a28a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html index b4e4b228b1..22efcfebe7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html index 2dff3d964e..c0b7516205 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-m-e-m-b-e-r.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-m-e-m-b-e-r.html index 2e1a1d080a..32bd570a57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-m-e-m-b-e-r.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-t_-m-e-m-b-e-r.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/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 b/tgbotapi.core/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 index 4034079f51..92d46dfeb9 100644 --- a/tgbotapi.core/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 +++ b/tgbotapi.core/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 @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/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 b/tgbotapi.core/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 index a93b7796e4..f33a307439 100644 --- a/tgbotapi.core/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 +++ b/tgbotapi.core/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 @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html index a1f10d367d..d9b4f5e565 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html index 44dfe9efd8..3a4eb6a6be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html index 9e464340a3..b81e290475 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-y_-c-h-a-t_-m-e-m-b-e-r.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-y_-c-h-a-t_-m-e-m-b-e-r.html index 9d1d789640..57c514763b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-y_-c-h-a-t_-m-e-m-b-e-r.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-y_-c-h-a-t_-m-e-m-b-e-r.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html index 30ab09e15b..b442d870cd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html @@ -66,7 +66,7 @@
const val UPDATE_POLL: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html index ad1fb06444..70ec223f09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/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 b/tgbotapi.core/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 index baa41e869a..26300910b5 100644 --- a/tgbotapi.core/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 +++ b/tgbotapi.core/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 @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html index 5ddf2724e9..dd8646509c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-unix-time-stamp/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-unix-time-stamp/index.html index 618174e1ff..11d44b111f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-unix-time-stamp/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-unix-time-stamp/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-update-identifier/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-update-identifier/index.html index 696176762a..855e700de0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-update-identifier/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-update-identifier/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-id/index.html index 3bff75f5e4..b9d6b4419a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html index 960abd2e0f..29c577c279 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html index 2f9c95c899..be47b3ba26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html @@ -66,7 +66,7 @@
constructor(count: Int, photos: List<Photo>)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/count.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/count.html index 2be9cadc68..15cbc408da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/count.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/count.html @@ -66,7 +66,7 @@
@SerialName(value = "total_count")
val count: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/index.html index 3751539164..366c4da5b8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html index cb19e83ac0..c48625a11b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/-username.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/-username.html index bc23f1dd19..1a50a8865f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/-username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/-username.html @@ -66,7 +66,7 @@
constructor(username: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/index.html index 3050f36e8c..1fc7c717b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username-without-at.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username-without-at.html index b4bbb978f6..960231f624 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username-without-at.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username-without-at.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username.html index 1fd5eacce4..ae0c4abda1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-username/username.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-web-app-query-id/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-web-app-query-id/index.html index b2e57b028f..af9a9cca8e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-web-app-query-id/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-web-app-query-id/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html index ba892696f3..598045de4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html @@ -66,7 +66,7 @@
constructor(url: String, awaitDelivery: Int, maxConnections: Int = 40, customCertificate: Boolean = false, allowedUpdates: List<String> = ALL_UPDATES_LIST, lastErrorDate: TelegramDate? = null, lastSynchronizationErrorDate: TelegramDate? = null, lastErrorMessage: String? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html index c40f828c69..4df31a5f9c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html @@ -66,7 +66,7 @@
@SerialName(value = "allowed_updates")
val allowedUpdates: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html index f521820cd2..9b84b6850b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html @@ -66,7 +66,7 @@
@SerialName(value = "pending_update_count")
val awaitDelivery: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html index 568238c7fe..9163dec57b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html @@ -66,7 +66,7 @@
@SerialName(value = "has_custom_certificate")
val customCertificate: Boolean = false
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/has-error.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/has-error.html index 47b572abcf..31b5de8021 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/has-error.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/has-error.html @@ -66,7 +66,7 @@
@Transient
val hasError: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/index.html index d886ab925a..85be52de25 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/index.html @@ -244,7 +244,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html index 0132f917c5..20baa466f3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html @@ -66,7 +66,7 @@
@Transient
val isNotUseWebhook: Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html index 79970b918a..a93148221b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html @@ -66,7 +66,7 @@
@SerialName(value = "last_error_date")
val lastErrorDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html index 60a83770c2..0f8e847c87 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html @@ -66,7 +66,7 @@
@SerialName(value = "last_error_message")
val lastErrorMessage: String? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html index fb98a3a65c..26dac62b2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html @@ -66,7 +66,7 @@
@SerialName(value = "last_synchronization_error_date")
val lastSynchronizationErrorDate: TelegramDate? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html index 4ef7f53fb3..5a0a527047 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html @@ -66,7 +66,7 @@
@SerialName(value = "max_connections")
val maxConnections: Int = 40
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/url.html b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/url.html index b47a52f5b6..a945ce5422 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/-webhook-info/url.html @@ -66,7 +66,7 @@
@SerialName(value = "url")
val url: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/action-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/action-field.html index 158f4448a9..5b0e8c09ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/action-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/action-field.html @@ -66,7 +66,7 @@
const val actionField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/active-usernames-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/active-usernames-field.html index 2f5980f6d2..39fec429a8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/active-usernames-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/active-usernames-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/added-to-attachment-menu-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/added-to-attachment-menu-field.html index be8d172008..2fd2c528a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/added-to-attachment-menu-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/added-to-attachment-menu-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/address-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/address-field.html index 10b6274377..9de70f47e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/address-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/address-field.html @@ -66,7 +66,7 @@
const val addressField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-bot-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-bot-chats-field.html index 5b8532278f..bd69d4a917 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-bot-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-bot-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-channel-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-channel-chats-field.html index b7475bb866..1fb5d657ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-channel-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-channel-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-group-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-group-chats-field.html index 5feb1d3557..abd9e5dd27 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-group-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-group-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html index fdef8060a3..72eafc87b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-user-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-user-chats-field.html index f23fabc1bd..ab9cc266d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allow-user-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allow-user-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-connections-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-connections-length.html index b52d445068..4c012ae841 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-connections-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-connections-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-updates-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-updates-field.html index 1d420d6605..138b4a2cac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-updates-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allowed-updates-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html index 9468823f11..75f2a5f069 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/allows-write-to-p-m-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/allows-write-to-p-m-field.html index 5738835841..bdea6498a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/allows-write-to-p-m-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/allows-write-to-p-m-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/amount-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/amount-field.html index 4df440738b..8710bcf742 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/amount-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/amount-field.html @@ -66,7 +66,7 @@
const val amountField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/animation-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/animation-field.html index b138825c18..e1d92f2aee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/animation-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/animation-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-duration-field.html index 606d330a79..0809625232 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-field.html index b68305089e..69cce72976 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-field.html @@ -66,7 +66,7 @@
const val audioField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-file-id-field.html index 64cef73700..5377d54c65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-url-field.html index 7fe4faa4d7..3420f0ec9e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/audio-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/audio-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bank-statement-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bank-statement-field.html index 78bb1ca957..ca5b1aac45 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bank-statement-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bank-statement-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html index 356aea4f22..2ac7ea9713 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-id-field.html index 8878007b9c..caa9c3403e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-unique-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-unique-id-field.html index b1a1ca1862..6d7359d942 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-unique-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/big-file-unique-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bio-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bio-field.html index 297fd7d39f..ee3ff799f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bio-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bio-field.html @@ -66,7 +66,7 @@
const val bioField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-action-actuality-time.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-action-actuality-time.html index 5c0447f067..a92b3886ea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-action-actuality-time.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-action-actuality-time.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-administrator-rights-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-administrator-rights-field.html index d588656a52..f5daa39916 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-administrator-rights-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-administrator-rights-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-description-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-description-limit.html index 215dfce44b..d95d5c4c61 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-description-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-description-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-field.html index f82c980584..c4485fa6d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-length-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-length-limit.html index 28d838a7d3..eb0abf450b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-length-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-length-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-limit.html index 8167cb2e18..b74710e2c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-command-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-field.html index c92bd9f813..e0a5b0a78f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-limit.html index 65f55f3ab3..f216659578 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-commands-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-is-member-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-is-member-field.html index 4f236c98fe..0fcb38eeaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-is-member-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-is-member-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-username-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-username-field.html index 57086e3bac..73e49e945b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/bot-username-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/bot-username-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/button-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/button-field.html index f953d3ee7f..d17c9c0e53 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/button-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/button-field.html @@ -66,7 +66,7 @@
const val buttonField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/button-text-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/button-text-field.html index 029b6b685f..e895bf37d9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/button-text-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/button-text-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/cache-time-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/cache-time-field.html index 77e8e5dddf..195cbbdb57 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/cache-time-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/cache-time-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-data-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-data-field.html index 0258a9815d..723f173dc4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-data-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-game-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-game-field.html index 2291be0217..cb8c0dff24 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-game-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-game-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-answer-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-answer-length.html index b258c11c34..8728dc827a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-answer-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-answer-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-id-field.html index 17f5de1aa3..c2fea5e691 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/callback-query-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html index 0d0612f0c2..8e7030238c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-be-edited-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-be-edited-field.html index 28a3f9be35..b4cbff66f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-be-edited-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-be-edited-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-change-info-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-change-info-field.html index 91ee0bdffd..12286d679b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-change-info-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-change-info-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-messages-field.html index def1cc5220..f181889315 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-stories-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-stories-field.html index aa9b233937..4c58ef3408 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-stories-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-delete-stories-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-messages-field.html index ba285d1c7e..1a83873f5c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-stories-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-stories-field.html index 439670e4bf..6454e89c34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-stories-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-edit-stories-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-invite-users-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-invite-users-field.html index 9622dcc52f..b0b86e779c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-invite-users-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-invite-users-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-join-groups-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-join-groups-field.html index 33c6187e8c..29752fdf69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-join-groups-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-join-groups-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-chat-field.html index ee78bc1b4e..21d979af47 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-chat-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-topics-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-topics-field.html index aa543d5f54..298f810833 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-topics-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-topics-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html index 2f2d8c6617..3e98de0690 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html index 62ac645f16..75a2940a70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-pin-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-pin-messages-field.html index 919ea8830e..465b0c66c8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-pin-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-pin-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-messages-field.html index 7802d70be6..1018b9b17a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-stories-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-stories-field.html index 10b07d9be6..904026394a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-stories-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-post-stories-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-promote-members-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-promote-members-field.html index 808822c13a..92aacef734 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-promote-members-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-promote-members-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html index 299262e3a9..07ce52f238 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-restrict-members-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-restrict-members-field.html index ece084f9cd..b03e99ddce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-restrict-members-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-restrict-members-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-audios-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-audios-field.html index 4084eb81e6..7257d42f40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-audios-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-audios-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-documents-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-documents-field.html index c9d2997edf..41bf82579a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-documents-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-documents-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-messages-field.html index e10b463cde..1b122a28fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-other-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-other-messages-field.html index 13a92bc06e..3de99be8c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-other-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-other-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-photos-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-photos-field.html index 2960ef4ebf..e41c0e14b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-photos-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-photos-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-polls-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-polls-field.html index 98f7c5c3e6..78c31e612f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-polls-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-polls-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-video-notes-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-video-notes-field.html index 60a637717a..39ad0799f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-video-notes-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-video-notes-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-videos-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-videos-field.html index 7af6e99902..5de194ecb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-videos-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-videos-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-voice-notes-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-voice-notes-field.html index 327c6a5ca7..2c47c5f6f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-voice-notes-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-send-voice-notes-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html index fbfcfb9ab4..3c79c7b7ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-entities-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-entities-field.html index f33dab28e0..a504a629fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-entities-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-entities-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-field.html index e8054005e9..b9f5df1647 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-field.html @@ -66,7 +66,7 @@
const val captionField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-length.html index d0fa74f673..d5b71c8523 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/caption-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/caption-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/certificate-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/certificate-field.html index d8ee7dd424..4f71c33f50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/certificate-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/certificate-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-description-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-description-length.html index a2d1f2c6b7..8fea48c7d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-description-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-description-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-field.html index da4a12bc1b..f329fc6335 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-field.html @@ -66,7 +66,7 @@
const val chatField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-has-username-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-has-username-field.html index f27bd977cc..fc646758aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-has-username-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-has-username-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-id-field.html index 176292da4f..f3d63656eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-id-field.html @@ -66,7 +66,7 @@
const val chatIdField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-channel-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-channel-field.html index ba636c6703..6b6edb0733 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-channel-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-channel-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-created-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-created-field.html index 65a2ee24d5..cd106f1fad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-created-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-created-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-forum-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-forum-field.html index c2f2666b2d..24786160b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-forum-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-is-forum-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-title-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-title-length.html index 2401ba5ffb..fb653183f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-title-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-title-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-type-field.html index 1041b7305b..aa5611be7b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/chat-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/chat-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/city-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/city-field.html index 2448a6566c..a4c6457f42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/city-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/city-field.html @@ -66,7 +66,7 @@
const val cityField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/close-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/close-date-field.html index 4e850010bc..465c0053ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/close-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/close-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-limit.html index 599d59fdd0..8dbe5f3a4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-regex.html index ae53627cf4..c0000e3abb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-key-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-limit.html index 1f145c6ba6..8a34fb998d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-regex.html index 9e9f359ba2..bb06b8fde0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/cloud-storage-value-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/contains-masks-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/contains-masks-field.html index 96b81af4d6..2699448d42 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/contains-masks-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/contains-masks-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/correct-option-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/correct-option-id-field.html index 28bdb4cffb..ab4af53260 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/correct-option-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/correct-option-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/country-code-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/country-code-field.html index 16150e0522..8bce469c7c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/country-code-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/country-code-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/creates-join-request-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/creates-join-request-field.html index 04a1c05751..cea2a3055f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/creates-join-request-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/creates-join-request-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/creator-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/creator-field.html index 0c6ddbc970..c586b6e3ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/creator-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/creator-field.html @@ -66,7 +66,7 @@
const val creatorField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/credentials-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/credentials-field.html index e7b351d1e8..6050f6bb78 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/credentials-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/credentials-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/currency-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/currency-field.html index 4166e11501..8c915b5511 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/currency-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/currency-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-id-field.html index 6fdadd872c..2be536883e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-ids-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-ids-field.html index 5fa5ab3102..aebd794c69 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-ids-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-emoji-ids-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-field.html index 86ba0b356a..ed55b9ff33 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-length.html index a499a3e2e6..5f42271fbd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/custom-title-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html index 61ad4dafab..5976beb15c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/data-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/data-field.html index 6cb4a3a2c9..f7c7cac54a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/data-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/data-field.html @@ -66,7 +66,7 @@
const val dataField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/data-hash-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/data-hash-field.html index b93f3a91fc..11dff0e2d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/data-hash-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/data-hash-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/date-field.html index 53983e1b7a..a9f438e9be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/date-field.html @@ -66,7 +66,7 @@
const val dateField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/degrees-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/degrees-limit.html index 779ded6113..107441c78f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/degrees-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/degrees-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/description-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/description-field.html index 5ec6c8de8d..1d5f569dbf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/description-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/description-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html index 91175ceb88..bd5f4319a0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-edit-message-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-edit-message-field.html index f3d7b4b95f..afbbc8368f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-edit-message-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-edit-message-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-notification-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-notification-field.html index 6a334effbd..aeb044436e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-notification-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-notification-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html index d3b13de973..7b20a351f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/document-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/document-field.html index 9e69e2e807..e3c930472f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/document-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/document-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/document-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/document-file-id-field.html index 89bd7c2f16..62e527d917 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/document-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/document-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/document-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/document-url-field.html index 2c5b9e7d8d..19ad08ed5a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/document-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/document-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/driver-license-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/driver-license-field.html index 38353f310b..06fc491435 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/driver-license-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/driver-license-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/drop-pending-updates-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/drop-pending-updates-field.html index 5c18b780c5..f06b0f9523 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/drop-pending-updates-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/drop-pending-updates-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/duration-field.html index 6beb93f544..b7f54f37a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/email-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/email-field.html index 835fdbf76a..5287054339 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/email-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/email-field.html @@ -66,7 +66,7 @@
const val emailField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-field.html index de10c0f686..606d8d04fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-field.html @@ -66,7 +66,7 @@
const val emojiField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-list-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-list-field.html index dbc16b7787..131337d48c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-list-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-list-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-custom-emoji-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-custom-emoji-id-field.html index 7e5eaba4ea..952c3e69c2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-custom-emoji-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-custom-emoji-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-expiration-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-expiration-date-field.html index 11f9dcd0ec..d436695664 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-expiration-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emoji-status-expiration-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-field.html index 12d0ca3249..e6c8b9db7a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-field.html @@ -66,7 +66,7 @@
const val emojisField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-in-sticker-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-in-sticker-limit.html index 6b8ce42fda..66b600c520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-in-sticker-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/emojis-in-sticker-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/entities-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/entities-field.html index 3db542e4c2..bff3aa133d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/entities-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/entities-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/error-message-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/error-message-field.html index b1c0788f27..8b7e945ca4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/error-message-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/error-message-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/errors-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/errors-field.html index 3ebd15887d..10f134846a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/errors-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/errors-field.html @@ -66,7 +66,7 @@
const val errorsField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/expire-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/expire-date-field.html index 3b2342b9da..418cda8557 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/expire-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/expire-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-entities-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-entities-field.html index 75a72c60d9..0743f7da2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-entities-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-entities-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-field.html index cfb92a7a02..15598aa1b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-limit.html index 47536ee1f9..54e108f0f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html index d42d1068fb..46f2340e3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/field-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/field-name-field.html index 3982cdb118..7069e188ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/field-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/field-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-date-field.html index cb30a730ae..38c1892400 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-field.html index 92ef03a342..79555fb1ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-field.html @@ -66,7 +66,7 @@
const val fileField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-hash-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-hash-field.html index c4b8f4a986..a30c58a34d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-hash-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-hash-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-hashes-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-hashes-field.html index a7a94db822..46498b2b09 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-hashes-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-hashes-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-id-field.html index 349cdbd5c0..dcd2107edc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-id-field.html @@ -66,7 +66,7 @@
const val fileIdField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-name-field.html index 1abcf99f9e..ff46f1eb95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-path-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-path-field.html index 300f6acaf3..85e4b3438f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-path-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-path-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-size-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-size-field.html index 4b81253ac3..82e54b477d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-size-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-size-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/file-unique-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/file-unique-id-field.html index dd511bb0a4..a74bc8f2b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/file-unique-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/file-unique-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/files-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/files-field.html index 2db2042a86..60f277e553 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/files-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/files-field.html @@ -66,7 +66,7 @@
const val filesField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/first-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/first-name-field.html index 6081229df9..d78ab47c22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/first-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/first-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/first-street-line-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/first-street-line-field.html index a2a02bad6f..4bb0436ea8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/first-street-line-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/first-street-line-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/for-channels-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/for-channels-field.html index 18ab572869..63c4b61110 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/for-channels-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/for-channels-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/force-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/force-field.html index 92e7aa0eab..726ee33daf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/force-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/force-field.html @@ -66,7 +66,7 @@
const val forceField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/force-reply-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/force-reply-field.html index a67e0c18ed..2eaa826220 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/force-reply-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/force-reply-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/forward-text-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/forward-text-field.html index 07e2028a40..bfda9f037f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/forward-text-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/forward-text-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-id-field.html index ea678ffcce..dd954d3c97 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-type-field.html index 3335e23304..7bdd677042 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/foursquare-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/from-chat-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/from-chat-id-field.html index efa06d9c5a..072add8681 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/from-chat-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/from-chat-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/from-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/from-field.html index 467126983f..db2494704d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/from-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/from-field.html @@ -66,7 +66,7 @@
const val fromField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/front-side-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/front-side-field.html index 778f414477..889776bca9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/front-side-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/front-side-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/game-short-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/game-short-name-field.html index 2e364557bf..07debe5f50 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/game-short-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/game-short-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/get-updates-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/get-updates-limit.html index 3038133d62..58f9a73ad7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/get-updates-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/get-updates-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-duration-field.html index c8d0eaa87f..6cc6c7c540 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-file-id-field.html index a83e1213e8..a26e604b52 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-height-field.html index bfb290149a..06451dcdb4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-height-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-url-field.html index b7b0cd543b..f2a0d90393 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-url-field.html @@ -66,7 +66,7 @@
const val gifUrlField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-width-field.html index 3e8412d715..a34fbe4820 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/gif-width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/gif-width-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-id-field.html index 1effd9c5b9..4820b5427a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-type-field.html index 035edfe7f2..10d916c97e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/google-place-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-aggressive-anti-spam-enabled-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-aggressive-anti-spam-enabled-field.html index f976f09439..e91475a50c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-aggressive-anti-spam-enabled-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-aggressive-anti-spam-enabled-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-custom-certificate-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-custom-certificate-field.html index 8d1fa45288..d03ccc2944 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-custom-certificate-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-custom-certificate-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-hidden-members-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-hidden-members-field.html index edddf30235..37efeec5b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-hidden-members-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-hidden-members-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-private-forwards-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-private-forwards-field.html index 05729b112a..33d0f5d4b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-private-forwards-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-private-forwards-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-restricted-voice-and-video-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-restricted-voice-and-video-messages-field.html index 69c729d9ce..5a7503f1b9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-restricted-voice-and-video-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-restricted-voice-and-video-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/has-spoiler-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/has-spoiler-field.html index e0a2c173af..c5771472ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/has-spoiler-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/has-spoiler-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/hash-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/hash-field.html index 676c54960d..26b5307c28 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/hash-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/hash-field.html @@ -66,7 +66,7 @@
const val hashField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/heading-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/heading-field.html index 809c01f313..35eb6a737d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/heading-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/heading-field.html @@ -66,7 +66,7 @@
const val headingField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/height-field.html index aaac55098c..adb2177d67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/height-field.html @@ -66,7 +66,7 @@
const val heightField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/hide-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/hide-url-field.html index 26d2ab1fad..af532a4d6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/hide-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/hide-url-field.html @@ -66,7 +66,7 @@
const val hideUrlField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html index a177be04e8..b12b1ee5ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html index fdc817edd3..5e5a09b33c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/icon-color-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/icon-color-field.html index 0dccc70a3d..a3b53a635d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/icon-color-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/icon-color-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/icon-custom-emoji-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/icon-custom-emoji-id-field.html index 20bc701902..0762a32b0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/icon-custom-emoji-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/icon-custom-emoji-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/id-field.html index 9d0828649f..34dec4a1d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/id-field.html @@ -66,7 +66,7 @@
const val idField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/identity-card-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/identity-card-field.html index 504da455cb..bcb499fc6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/identity-card-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/identity-card-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/index.html b/tgbotapi.core/dev.inmo.tgbotapi.types/index.html index 496b8e4a93..ce1310550b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/index.html @@ -7900,7 +7900,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-keyboard-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-keyboard-field.html index 25c45d9fa1..187d7ecec0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-keyboard-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-keyboard-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-message-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-message-id-field.html index 2abb313c9d..4a6d4c27d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-message-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-message-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html index 8777a21058..3202242a6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-id-field.html index 41b833bb6a..dcc2f12dd2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-query-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html index 2319c5b74e..15eae3eb3a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-field.html index cd6a3f256f..5dfeb66277 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html index 8df50e08a5..71ba581b26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/input-message-content-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/input-message-content-field.html index 2bead222ad..33931ab555 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/input-message-content-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/input-message-content-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-link-beginning.html b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-link-beginning.html index 9dc882f818..e7631fce11 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-link-beginning.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-link-beginning.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-passport-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-passport-field.html index b8017573c1..a3607dd6f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-passport-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-passport-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-tg-app-links-beginning.html b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-tg-app-links-beginning.html index c1c17c586d..e733c1f661 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-tg-app-links-beginning.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-tg-app-links-beginning.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-user-link-beginning.html b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-user-link-beginning.html index 352011343e..f85ca3e36c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/internal-user-link-beginning.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/internal-user-link-beginning.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/invite-link-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/invite-link-field.html index 90f2a404c3..914dfd95a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/invite-link-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/invite-link-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-description-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-description-limit.html index d4d4ac939e..5cfde69290 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-description-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-description-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html index cc69a15b0a..d6d3ce4949 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-field.html index 41e67fcfb0..b735f2c173 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-payload-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-title-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-title-limit.html index aaa0f7d7fb..7a24987bde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-title-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/invoice-title-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/ip-address-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/ip-address-field.html index d02df68394..2ba1906545 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/ip-address-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/ip-address-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-animated-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-animated-field.html index adffa2256c..128a413fb2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-animated-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-animated-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-anonymous-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-anonymous-field.html index 39db16e884..060b198c51 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-anonymous-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-anonymous-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-bot-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-bot-field.html index 9a3fc378f5..b183c6c2b0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-bot-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-bot-field.html @@ -66,7 +66,7 @@
const val isBotField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-closed-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-closed-field.html index 72384a32fd..b96a797e15 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-closed-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-closed-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-forum-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-forum-field.html index 384e0a0bf3..fd507d46b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-forum-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-forum-field.html @@ -66,7 +66,7 @@
const val isForumField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-member-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-member-field.html index 6c48bc8738..c3d010ecad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-member-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-member-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-persistent-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-persistent-field.html index d4c7de1bd4..6e26c5cd6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-persistent-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-persistent-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-personal-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-personal-field.html index a9e90b3fc3..ecee89a168 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-personal-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-personal-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-premium-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-premium-field.html index 2523dfdf1f..8416530655 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-premium-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-premium-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-primary-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-primary-field.html index a4b455c68d..b79350daae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-primary-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-primary-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-revoked-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-revoked-field.html index 87a262f8bb..d3c3a428fc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-revoked-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-revoked-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/is-video-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/is-video-field.html index 1591831de7..10ba21a46f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/is-video-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/is-video-field.html @@ -66,7 +66,7 @@
const val isVideoField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/java-locale.html b/tgbotapi.core/dev.inmo.tgbotapi.types/java-locale.html index 712a5a3e16..39a45fa505 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/java-locale.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/java-locale.html @@ -68,7 +68,7 @@
fun IetfLang?.javaLocale(): Locale?
fun WithOptionalLanguageCode?.javaLocale(): Locale?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/join-by-request-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/join-by-request-field.html index e7da0646d9..3ec2bf8235 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/join-by-request-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/join-by-request-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/join-to-send-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/join-to-send-messages-field.html index 04ffbdb8e9..9c69fe9288 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/join-to-send-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/join-to-send-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-field.html index 320804dd6b..d72fdc941e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-in-sticker-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-in-sticker-limit.html index d9dc390ced..0794c38f9d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-in-sticker-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/keywords-in-sticker-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/label-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/label-field.html index 853659a6ed..a09c66be4a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/label-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/label-field.html @@ -66,7 +66,7 @@
const val labelField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/language-code-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/language-code-field.html index 11d5c38d99..a61fa90461 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/language-code-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/language-code-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-date-field.html index f9a6569bc2..a05190b01d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-message-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-message-field.html index 0a93512cd2..bb3f2681b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-message-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/last-error-message-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/last-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/last-name-field.html index 733802133b..6efa17e6c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/last-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/last-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html index 564e58c0fe..0937a3a982 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/latitude-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/latitude-field.html index 7192da7dcf..b739b1e666 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/latitude-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/latitude-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/length-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/length-field.html index 72d43a032e..f9763735e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/length-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/length-field.html @@ -66,7 +66,7 @@
const val lengthField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/limit-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/limit-field.html index c0b8d192e5..9defb9b98d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/limit-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/limit-field.html @@ -66,7 +66,7 @@
const val limitField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/linked-chat-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/linked-chat-id-field.html index e4a7cc67c9..41f5735d1a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/linked-chat-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/linked-chat-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-field.html index d920f20b24..6801016d88 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-limit.html index cee958d333..3da224ef4b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/live-period-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/location-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/location-field.html index 233f544386..faa3e7c9ec 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/location-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/location-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/login-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/login-url-field.html index 5b5ee189a3..b02b69a41a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/login-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/login-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/longitude-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/longitude-field.html index 06f5a6aeba..5260b52620 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/longitude-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/longitude-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mask-position-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mask-position-field.html index f7371ee905..a3d3ab6f80 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mask-position-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mask-position-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/max-allowed-connections-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/max-allowed-connections-field.html index 50851dc417..3b0ce37bd8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/max-allowed-connections-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/max-allowed-connections-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/max-tip-amount-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/max-tip-amount-field.html index fc05cc7b26..ae802c8c94 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/max-tip-amount-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/max-tip-amount-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/media-count-in-media-group.html b/tgbotapi.core/dev.inmo.tgbotapi.types/media-count-in-media-group.html index 254a82dde9..7eb4f49406 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/media-count-in-media-group.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/media-count-in-media-group.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/media-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/media-field.html index b1bb349c83..c88e4ab936 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/media-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/media-field.html @@ -66,7 +66,7 @@
const val mediaField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/media-group-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/media-group-id-field.html index 54bb557a68..66545b2baf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/media-group-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/media-group-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/member-limit-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/member-limit-field.html index dbcfbc63b8..a8582f25ab 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/member-limit-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/member-limit-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/members-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/members-limit.html index ad5212cd26..bf788aec81 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/members-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/members-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/menu-button-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/menu-button-field.html index 00ecb6dacf..8acc6542be 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/menu-button-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/menu-button-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html index 9a10e63cc4..9d6059fd9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/message-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/message-field.html index c4e7b3d36e..2a78534dce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/message-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/message-field.html @@ -66,7 +66,7 @@
const val messageField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/message-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/message-id-field.html index 08a8e6cfe4..7d79d15712 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/message-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/message-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/message-text-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/message-text-field.html index a260781542..2ff5442c12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/message-text-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/message-text-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/message-thread-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/message-thread-id-field.html index e20b4aae7f..c70d05384d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/message-thread-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/message-thread-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mime-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mime-type-field.html index f1eafaa766..5f11a37787 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mime-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mime-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html index 5306b9e324..a2b3fd70b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html index 25455bfcd2..1a6fe85369 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html index 016545626a..367b8bd2d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html index 7c10fef137..41877451f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html index 8c5a8340a7..abdeb2f480 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/name-field.html index aba30a3caa..852ba1c580 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/name-field.html @@ -66,7 +66,7 @@
const val nameField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/needs-repainting-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/needs-repainting-field.html index dc6183daae..dd754d50d1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/needs-repainting-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/needs-repainting-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/new-chat-member-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/new-chat-member-field.html index 826add7a42..74fa4c078d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/new-chat-member-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/new-chat-member-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/next-offset-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/next-offset-field.html index 0de6028743..4d606230f6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/next-offset-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/next-offset-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/nonce-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/nonce-field.html index a388637704..bb1f509ba8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/nonce-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/nonce-field.html @@ -66,7 +66,7 @@
const val nonceField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/offset-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/offset-field.html index d8e42df311..c2b95c6dea 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/offset-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/offset-field.html @@ -66,7 +66,7 @@
const val offsetField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/ok-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/ok-field.html index 0565759343..69fcf13441 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/ok-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/ok-field.html @@ -66,7 +66,7 @@
const val okField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/old-chat-member-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/old-chat-member-field.html index 7264fa55bb..549c3c77f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/old-chat-member-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/old-chat-member-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/one-time-keyboard-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/one-time-keyboard-field.html index a88940dbe4..86ef745327 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/one-time-keyboard-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/one-time-keyboard-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/only-if-banned-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/only-if-banned-field.html index 7d857f4c43..dd1346f67e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/only-if-banned-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/only-if-banned-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-field.html index 77a03a81d8..4bbe7d44c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html index 910be47ca6..527c2890fb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/option-ids-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/option-ids-field.html index 83e4d5d1ed..10410291d0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/option-ids-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/option-ids-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/options-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/options-field.html index 55e6274cd0..79f141b5e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/options-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/options-field.html @@ -66,7 +66,7 @@
const val optionsField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/order-info-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/order-info-field.html index 7dd6e2fe34..53b74e07df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/order-info-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/order-info-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/passport-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/passport-field.html index 8038ee4819..042d95eb30 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/passport-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/passport-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/passport-registration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/passport-registration-field.html index efe61741fa..d2c99885cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/passport-registration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/passport-registration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/pay-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/pay-field.html index 43fb7390df..85c0763816 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/pay-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/pay-field.html @@ -66,7 +66,7 @@
const val payField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/payload-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/payload-field.html index 3cabf00826..ff1e8670a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/payload-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/payload-field.html @@ -66,7 +66,7 @@
const val payloadField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/pending-join-request-count-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/pending-join-request-count-field.html index 6aad277c2c..8e182731a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/pending-join-request-count-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/pending-join-request-count-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/pending-update-count-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/pending-update-count-field.html index e27c178cdc..39b59be45d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/pending-update-count-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/pending-update-count-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/performer-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/performer-field.html index 5eae71ae42..d8ac0e172e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/performer-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/performer-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/permissions-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/permissions-field.html index 23a1520c03..c34e24e5cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/permissions-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/permissions-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/personal-details-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/personal-details-field.html index 3a1c1de8dc..6b0bd93a22 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/personal-details-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/personal-details-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/phone-number-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/phone-number-field.html index 0253aec021..bea1547c89 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/phone-number-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/phone-number-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-field.html index 8b0f05bbce..c6ce4ec4ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-field.html @@ -66,7 +66,7 @@
const val photoField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-file-id-field.html index 30d6f2a637..8da8045589 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-height-field.html index 69dfadbbcf..98e9897a3b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-height-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-size-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-size-field.html index cdc281ad4b..5f5030e6df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-size-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-size-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-url-field.html index df671b5b66..ce8804e7ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-width-field.html index 00412eeea8..8ec53d9cc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/photo-width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/photo-width-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/pinned-message-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/pinned-message-field.html index 1718794c35..155de73759 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/pinned-message-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/pinned-message-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/png-sticker-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/png-sticker-field.html index c42945cc63..7a945a02f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/png-sticker-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/png-sticker-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/point-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/point-field.html index 530350185b..871f3266f9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/point-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/point-field.html @@ -66,7 +66,7 @@
const val pointField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-id-field.html index 56a5dfcddd..337dcd644a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-id-field.html @@ -66,7 +66,7 @@
const val pollIdField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-option-text-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-option-text-length.html index 58e0fc904f..b101e6dc67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-option-text-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-option-text-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-options-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-options-limit.html index eaf27d534f..e60fc9ada3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-options-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-options-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-question-text-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-question-text-length.html index a4665d6756..eb42770626 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/poll-question-text-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/poll-question-text-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/position-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/position-field.html index 16f73445d7..31c886c2e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/position-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/position-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/post-code-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/post-code-field.html index e8c936fb37..30992fbefa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/post-code-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/post-code-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html index e6cf078050..58ef672f34 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/premium-animation-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/premium-animation-field.html index 78d32a58a5..b2497e885b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/premium-animation-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/premium-animation-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html index 8c8c859d8c..68cd48580a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/prices-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/prices-field.html index 77f494247c..dc176a85cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/prices-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/prices-field.html @@ -66,7 +66,7 @@
const val pricesField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/protect-content-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/protect-content-field.html index 87d9039fbc..0aee3f6325 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/protect-content-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/protect-content-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-data-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-data-field.html index 2f903c29e7..1fa98cc1c7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-data-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html index 3347dff7c4..01fa16c735 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-token-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-token-field.html index d772551523..b66ffc742c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/provider-token-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/provider-token-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html index 23b8ab2dd3..922bc1a45d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/query-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/query-field.html index a8b0cb506d..d59372f441 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/query-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/query-field.html @@ -66,7 +66,7 @@
const val queryField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/question-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/question-field.html index 911c76591b..cf4d3bc009 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/question-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/question-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/quiz-poll-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/quiz-poll-type.html index 63bb414add..9fe72e04e4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/quiz-poll-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/quiz-poll-type.html @@ -66,7 +66,7 @@
const val quizPollType: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/regular-poll-type.html b/tgbotapi.core/dev.inmo.tgbotapi.types/regular-poll-type.html index 1387dbc088..0de0d6bc2b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/regular-poll-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/regular-poll-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/rental-agreement-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/rental-agreement-field.html index 4b6902810f..77a76aca0c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/rental-agreement-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/rental-agreement-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/reply-markup-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/reply-markup-field.html index 1a95085385..b1f14b8171 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/reply-markup-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/reply-markup-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/reply-to-message-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/reply-to-message-id-field.html index d52617a798..01566c56e9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/reply-to-message-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/reply-to-message-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-chat-field.html index 10c560c592..1a0152b809 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-chat-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-contact-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-contact-field.html index feb3b24a13..39e0e023f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-contact-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-contact-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-id-field.html index f2d4144982..a092e7d4d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-location-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-location-field.html index a4b5b57919..7fcc08a7ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-location-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-location-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-poll-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-poll-field.html index 96289dfe5c..34d74cc23a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-poll-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-poll-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-user-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-user-field.html index f6021dbf2c..ad4bc5b381 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-user-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-user-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/request-write-access-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/request-write-access-field.html index 02e2588bb3..c20b48c4eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/request-write-access-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/request-write-access-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/require-email-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/require-email-field.html index f588956356..9535d6229f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/require-email-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/require-email-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/require-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/require-name-field.html index d989833ac0..631bb01c49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/require-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/require-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/require-phone-number-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/require-phone-number-field.html index 8112349613..3deb514542 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/require-phone-number-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/require-phone-number-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/require-shipping-address-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/require-shipping-address-field.html index c2d25b56b1..320e9c31b6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/require-shipping-address-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/require-shipping-address-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/resize-keyboard-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/resize-keyboard-field.html index 528ad7e145..b7fd756c55 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/resize-keyboard-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/resize-keyboard-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/result-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/result-field.html index 51594f058e..309272137e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/result-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/result-field.html @@ -66,7 +66,7 @@
const val resultField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/result-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/result-id-field.html index 4db053e29a..b9d36fed19 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/result-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/result-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/results-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/results-field.html index 88972a7bc2..23f3fa4ed8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/results-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/results-field.html @@ -66,7 +66,7 @@
const val resultsField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/reverse-side-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/reverse-side-field.html index 5b7aa5f75c..c613861a49 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/reverse-side-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/reverse-side-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/revoke-messages-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/revoke-messages-field.html index 9bc88463db..ae560bae9f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/revoke-messages-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/revoke-messages-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/rights-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/rights-field.html index a04b7887ad..1fc4e69d84 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/rights-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/rights-field.html @@ -66,7 +66,7 @@
const val rightsField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/scale-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/scale-field.html index 56fb4eac92..f3ab94eeff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/scale-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/scale-field.html @@ -66,7 +66,7 @@
const val scaleField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/scope-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/scope-field.html index 8998ad1b1f..bbb55737bc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/scope-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/scope-field.html @@ -66,7 +66,7 @@
const val scopeField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/score-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/score-field.html index 0ae74ed9d1..baa564c964 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/score-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/score-field.html @@ -66,7 +66,7 @@
const val scoreField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/second-street-line-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/second-street-line-field.html index 16514b4239..1684fc7d03 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/second-street-line-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/second-street-line-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/secret-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/secret-field.html index cb6f048e41..ddf0f406e1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/secret-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/secret-field.html @@ -66,7 +66,7 @@
const val secretField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/secret-token-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/secret-token-field.html index 529ef89370..e1256e2f59 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/secret-token-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/secret-token-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/secure-data-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/secure-data-field.html index 8412a15687..fcde938eaa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/secure-data-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/secure-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/selfie-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/selfie-field.html index 2ed0e9fb3c..e4128a5706 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/selfie-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/selfie-field.html @@ -66,7 +66,7 @@
const val selfieField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sender-chat-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sender-chat-id-field.html index 569ed00e54..7d7dc27c26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sender-chat-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sender-chat-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-address-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-address-field.html index 7abdf40c13..b9d660d69b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-address-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-address-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-option-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-option-id-field.html index 895b060a97..fe58548af3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-option-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-option-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-options-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-options-field.html index bcee9c2931..43a67f0eb9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-options-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-options-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-query-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-query-id-field.html index 0dd92882c7..3914ec9fef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-query-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/shipping-query-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/short-description-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/short-description-field.html index 3fa63ef01c..e04bf36ea2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/short-description-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/short-description-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html index 8c0fb8fff6..47349c9d83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html index 9e1424f719..11db103f6e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/show-alert-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/show-alert-field.html index 7382a3ba0a..eb567b565c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/show-alert-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/show-alert-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html index 35b477176f..13d6d3b35f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/slow-mode-delay-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/slow-mode-delay-field.html index 01592dfebb..c286e07c9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/slow-mode-delay-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/slow-mode-delay-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-id-field.html index fea9b67cdd..fb50c4155f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-unique-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-unique-id-field.html index 1537e11418..d63c2a90ac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-unique-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/small-file-unique-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/source-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/source-field.html index 63a7799994..1755ac807f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/source-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/source-field.html @@ -66,7 +66,7 @@
const val sourceField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/start-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/start-date-field.html index b726c49d46..7e57e99cc4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/start-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/start-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/start-parameter-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/start-parameter-field.html index eaebbbb78b..9b489a6d43 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/start-parameter-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/start-parameter-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/state-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/state-field.html index 970c441fd0..9f50ff4f6b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/state-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/state-field.html @@ -66,7 +66,7 @@
const val stateField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/status-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/status-field.html index 733a1ba3b2..a0f8b6de65 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/status-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/status-field.html @@ -66,7 +66,7 @@
const val statusField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-field.html index dbb27f7fdb..9f27aa5923 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-field.html @@ -66,7 +66,7 @@
const val stickerField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-file-id-field.html index 83d7471a8a..60e1a8d990 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-format-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-format-field.html index 20fa364789..4f9b12ebc9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-format-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-format-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-keyword-length-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-keyword-length-limit.html index 5867a026ad..8dcfd107f5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-keyword-length-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-keyword-length-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-field.html index 88d367ccb7..8ebdff2e70 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html index 048e1c4857..3dc1794385 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-type-field.html index 6e0f447fc1..79f344ce9d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/sticker-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/stickers-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/stickers-field.html index 02c2b1dbe0..ebe3a98fb7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/stickers-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/stickers-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html index f716c29790..463ed15364 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html index 026c119076..0c24bfb730 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/support-inline-queries-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/support-inline-queries-field.html index ddd0d14298..0bd2469347 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/support-inline-queries-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/support-inline-queries-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/support-streaming-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/support-streaming-field.html index abe4129689..c05a502d40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/support-streaming-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/support-streaming-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-chosen-chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-chosen-chat-field.html index 82b4a49cde..e9fc4001e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-chosen-chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-chosen-chat-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html index dc8d707921..0994c86209 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-field.html index 6f27295ae1..ffeb24f8f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-inline-query-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html index 7d8bca2975..270dd9c8a4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-text-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-text-field.html index d74c99bf42..4ea186e61c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-text-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/switch-pm-text-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html b/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html index 1612d22785..e80073fe36 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html index 6dc1b65252..f2cc8d9e00 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/temporary-registration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/temporary-registration-field.html index b0ce85a0b6..dc7b8fa052 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/temporary-registration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/temporary-registration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/text-entities-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/text-entities-field.html index 723e1a7ce7..003aeb5d6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/text-entities-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/text-entities-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/text-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/text-field.html index bdce66fb98..daf4c641e6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/text-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/text-field.html @@ -66,7 +66,7 @@
const val textField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/text-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/text-length.html index 6aaf854ef0..8174bf75a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/text-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/text-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html index 9b9847b082..b95f437ea6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/tgs-sticker-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/tgs-sticker-field.html index cf9057db99..79da4bc7ed 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/tgs-sticker-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/tgs-sticker-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thread-id.html index 3bc34d60fb..881a6d94f1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thread-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thread-name-length.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thread-name-length.html index ecad5ce9ff..8d5327e959 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thread-name-length.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thread-name-length.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-field.html index 1be6852391..f19cc80f8f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-height-field.html index 4e450c031f..094bc2dc98 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-height-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-mime-type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-mime-type-field.html index 0cd49eeaa7..b7f5c2753d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-mime-type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-mime-type-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-url-field.html index 0d8936629b..921af022e3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-width-field.html index 6764417b83..5359f3d20a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/thumbnail-width-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/title-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/title-field.html index 7317e0f08f..a2cd67201e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/title-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/title-field.html @@ -66,7 +66,7 @@
const val titleField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-id.html index dd87dce638..471a2b5b4d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-with-thread-id.html b/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-with-thread-id.html index f330da0279..60c312e9b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-with-thread-id.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/to-chat-with-thread-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/to-telegram-date.html b/tgbotapi.core/dev.inmo.tgbotapi.types/to-telegram-date.html index b4daa636c4..97bac9373b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/to-telegram-date.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/to-telegram-date.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/to-username.html b/tgbotapi.core/dev.inmo.tgbotapi.types/to-username.html index bd3fd81cef..9fd525423b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/to-username.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/to-username.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/total-amount-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/total-amount-field.html index 7b8e08baf3..93e593d4dd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/total-amount-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/total-amount-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/total-voter-count-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/total-voter-count-field.html index 4c79961447..bc23723003 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/total-voter-count-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/total-voter-count-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-field.html index 2809ec0942..b41fe1d0d2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-file-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-file-field.html index 93454c1fce..9f4bc20dae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-file-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-file-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-files-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-files-field.html index fa99fd7a4e..60891137c5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/translation-files-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/translation-files-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/type-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/type-field.html index ed11c17e4a..7d71cb6678 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/type-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/type-field.html @@ -66,7 +66,7 @@
const val typeField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/unspecified-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/unspecified-field.html index b9b0595aec..c65e2a056f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/unspecified-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/unspecified-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/until-date-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/until-date-field.html index a032c9a7c9..d5e1befe37 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/until-date-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/until-date-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/update-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/update-id-field.html index 03e6d99324..1ddecade5d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/update-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/update-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/url-field.html index 41821f2141..9c380a711e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/url-field.html @@ -66,7 +66,7 @@
const val urlField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/use-independent-chat-permissions-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/use-independent-chat-permissions-field.html index f526452e24..46f5a2fb9a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/use-independent-chat-permissions-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/use-independent-chat-permissions-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-administrator-rights-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-administrator-rights-field.html index 6a5b9bdb35..e2326b8eda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-administrator-rights-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-administrator-rights-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-chat-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-chat-id-field.html index 6261d3005f..977c893c06 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-chat-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-chat-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-field.html index 84aae10499..4ce6df60ae 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-field.html @@ -66,7 +66,7 @@
const val userField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-id-field.html index b6805cfd2c..586bd8f134 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-id-field.html @@ -66,7 +66,7 @@
const val userIdField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-bot-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-bot-field.html index 9d3acd0a91..5b67a2f673 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-bot-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-bot-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-premium-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-premium-field.html index 32e4041d61..97a2419ea5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-premium-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-is-premium-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-link.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-link.html index 2eee3a7564..b434231e2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-link.html @@ -66,7 +66,7 @@

https://core.telegram.org/bots/api#formatting-options


diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html b/tgbotapi.core/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html index 20462daa37..e9bd0c52db 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/username-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/username-field.html index f4275cf541..bbb71c6497 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/username-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/username-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/username-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.types/username-regex.html index cf419351c9..30e60d175e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/username-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/username-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/users-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/users-field.html index 279d24e748..62f9a65445 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/users-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/users-field.html @@ -66,7 +66,7 @@
const val usersField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/utility-bill-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/utility-bill-field.html index 7a4f129c78..54eb6ce9f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/utility-bill-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/utility-bill-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/value-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/value-field.html index a9b34320cd..d42008971f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/value-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/value-field.html @@ -66,7 +66,7 @@
const val valueField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/vcard-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/vcard-field.html index f5935a5294..622c569a0b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/vcard-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/vcard-field.html @@ -66,7 +66,7 @@
const val vcardField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/via-chat-folder-invite-link-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/via-chat-folder-invite-link-field.html index 8176bf4f47..ccde6d52d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/via-chat-folder-invite-link-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/via-chat-folder-invite-link-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-duration-field.html index 27a1a180ce..a590e1837c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-field.html index c820e6a473..5df19de6e0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-field.html @@ -66,7 +66,7 @@
const val videoField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-file-id-field.html index 37c0c6331e..310a7dd12e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-height-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-height-field.html index 089321b018..1feb772ede 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-height-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-height-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-note-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-note-field.html index ae4b61c306..faf1251246 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-note-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-note-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-url-field.html index aca7297322..b2f7ae697f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/video-width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/video-width-field.html index 92157d9c95..31e102f748 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/video-width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/video-width-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-duration-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-duration-field.html index 14648a740a..207e787939 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-duration-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-duration-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-field.html index f2fa88904b..c3ff299743 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-field.html @@ -66,7 +66,7 @@
const val voiceField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-file-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-file-id-field.html index 0395083c66..382eb377d5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-file-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-file-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-url-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-url-field.html index 0e38b4b311..f5c7502389 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/voice-url-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/voice-url-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/voter-chat-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/voter-chat-field.html index bb326a7910..7bbe9ec7eb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/voter-chat-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/voter-chat-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/votes-count-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/votes-count-field.html index c7e3df6de5..a756955887 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/votes-count-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/votes-count-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-field.html index 933bb59cf5..561a86eca2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-field.html @@ -66,7 +66,7 @@
const val webAppField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-name-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-name-field.html index 9f12de467d..cea6e3dfc8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-name-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-name-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-query-id-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-query-id-field.html index a9bb65b93c..ae35354478 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-query-id-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/web-app-query-id-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/webm-sticker-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/webm-sticker-field.html index ef2a6b28f8..f5c134f689 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/webm-sticker-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/webm-sticker-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/width-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/width-field.html index 8ecd7eef21..84b30f5eef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/width-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/width-field.html @@ -66,7 +66,7 @@
const val widthField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/x-shift-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/x-shift-field.html index 63f47f4208..253702695f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/x-shift-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/x-shift-field.html @@ -66,7 +66,7 @@
const val xShiftField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.types/y-shift-field.html b/tgbotapi.core/dev.inmo.tgbotapi.types/y-shift-field.html index dedc7f2baa..bf3cf12567 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.types/y-shift-field.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.types/y-shift-field.html @@ -66,7 +66,7 @@
const val yShiftField: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html index dd61d8620c..1be795ae13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html @@ -68,7 +68,7 @@
constructor(keyStorePath: String, keyStorePassword: String, aliasName: String, aliasPassword: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html index 48c1659c83..b94fd9c09a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html @@ -68,7 +68,7 @@
val aliasName: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html index 6a74b6bf18..7e4eaac09b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html @@ -68,7 +68,7 @@
fun aliasPassword(): CharArray
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html index 214216ad2c..2116149ba5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html @@ -170,7 +170,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html index 9f509c3573..0d05f3a92f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html @@ -68,7 +68,7 @@
fun keyStorePassword(): CharArray
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html index d659b6580b..3f652cc5ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html @@ -68,7 +68,7 @@
@Transient
val keyStore: KeyStore
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/index.html index 191086b308..8420598900 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers.webhook/index.html @@ -91,7 +91,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html index 5350bcf266..ce919726e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html index 891e552c00..900a44e4a3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html @@ -66,7 +66,7 @@
open override val callbackQueriesFlow: Flow<CallbackQueryUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html index 0d6a1b3bbb..55aae10115 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html @@ -66,7 +66,7 @@
open override val channelPostsFlow: Flow<ChannelPostUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html index dbac4b0654..fb5e632fd0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html index 7fdb2c141e..7c99572726 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html index 4c1ba8a70a..24e50552de 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html index 04e8d651f5..0bb324daeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html index 57c5f23b6b..e6bd8faa90 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html @@ -66,7 +66,7 @@
open override val editedMessagesFlow: Flow<EditMessageUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html index 2954ceb345..ab5c5ba30f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html @@ -424,7 +424,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html index afa4487a8a..f0771707ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html @@ -66,7 +66,7 @@
open override val inlineQueriesFlow: Flow<InlineQueryUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html index af03d93742..d3638beae8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html @@ -66,7 +66,7 @@
open override val messagesFlow: Flow<MessageUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html index 770af639dc..287630a055 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html index 9c85b81583..e3a698be7d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html @@ -66,7 +66,7 @@
open override val pollAnswersFlow: Flow<PollAnswerUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html index 28d3a1326f..54b3bab109 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html @@ -66,7 +66,7 @@
open override val pollsFlow: Flow<PollUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html index 80da8d916c..bfb6441a3f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html index cd248eb104..bb80c88ebf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html @@ -66,7 +66,7 @@
open override val shippingQueriesFlow: Flow<ShippingQueryUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html index 4e382409c2..2b0129419b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html @@ -66,7 +66,7 @@
open override val unknownUpdatesFlow: Flow<UnknownUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html index 350f4c43f7..de41d9dc83 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html @@ -66,7 +66,7 @@
constructor(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html index 641671bd6d..1a837809dc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html @@ -66,7 +66,7 @@
open override val allUpdatesFlow: Flow<Update>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html index 94c6ed3397..df331a14fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html index e4a3a8d03c..eb29ce56d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html @@ -424,7 +424,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html index a7d80a31ee..148badf5df 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow<Update>? = null): DefaultFlowsUpdatesFilter

Creates DefaultFlowsUpdatesFilter

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html index a25e8347a7..b7dd425a2e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html @@ -66,7 +66,7 @@
abstract val allUpdatesFlow: Flow<Update>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html index f5be650aab..9dfe66db13 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html @@ -66,7 +66,7 @@
open override val allowedUpdates: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html index 5b1b98c7b6..eaecf18cf5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html index d96515514a..ff897b7520 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html index 20da764acb..e3400c7786 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html index 9ae844f09e..14b3968b92 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html index 6a2c29d4d4..55909d1959 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html index 95b470e63f..ca683a283c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html index 9ed8c24d38..4642081bac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html index 67cc2f68d0..c8a75d7187 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html index 31513166a8..9817781d6f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html index 9dfc078a38..cdeb844aeb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html index 8b08f16303..2ad358581f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html @@ -405,7 +405,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html index cc7c2bb14e..a58ad8044e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html index dd292782e3..07ff0a7fc1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html index 456073e21f..f91d2378e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html @@ -66,7 +66,7 @@
abstract val messagesFlow: Flow<MessageUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html index 14778bb5d9..8838e2994f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html index 7221511bda..8e2aac6fd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html @@ -66,7 +66,7 @@
abstract val pollAnswersFlow: Flow<PollAnswerUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html index 9c65376f8c..de312b6092 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html @@ -66,7 +66,7 @@
abstract val pollsFlow: Flow<PollUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html index ab00ba8dc2..a470f823ba 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html index 40a822af0b..e2a74cc5b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html index 6193344aed..303a2b37b5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html @@ -66,7 +66,7 @@
abstract val unknownUpdatesFlow: Flow<UnknownUpdate>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-update-receiver/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-update-receiver/index.html index 17d50900f3..52bacd127e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-update-receiver/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-update-receiver/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html index 2f96815fbd..e63e855950 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html @@ -66,7 +66,7 @@
abstract val allowedUpdates: List<String>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html index bc15f7092d..6f3d405814 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html index cf61f5a289..f12d7d0760 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/index.html b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/index.html index e52d74d300..be94a5059c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.updateshandlers/index.html @@ -168,7 +168,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/-accumulated-values/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/-accumulated-values/index.html index 16aed87b47..de90c5d617 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/-accumulated-values/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/-accumulated-values/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html index ed470ae259..95d068654f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html @@ -66,7 +66,7 @@
fun <K, V> ReceiveChannel<Pair<K, V>>.accumulateByKey(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel<AccumulatedValues<K, V>>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-media-group-message.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-media-group-message.html index ba7ea888a0..5c4b0f7099 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-media-group-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-media-group-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-reference.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-reference.html index fe7df8692d..93d8bc2856 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-reference.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/as-reference.html @@ -68,7 +68,7 @@
fun <T> T.asReference(): WeakReference<T>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html index 217a84da44..a9623b85cf 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html index 9d70b76b86..948b31c1ff 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html index c17ecfef76..c5a08322b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html index 9f39467552..da34bcd77f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/index.html index 0358286221..7ed4f4430d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/index.html @@ -325,7 +325,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-html-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-html-string.html index 67f5c23f8f..d830220f73 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-html-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-html-string.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html index 815aa1738a..e022810110 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html index 04eff68e47..e1bac87fc6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-source-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-source-string.html index 02d94192e2..781900853d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-source-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-source-string.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-string.html index 0eabcbc2ef..d9c70110ce 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/make-string.html @@ -66,7 +66,7 @@
inline fun TextSourcesList.makeString(parseMode: ParseMode? = null): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/thread-id-or-null.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/thread-id-or-null.html index 957a82bd62..8e523a7a85 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/thread-id-or-null.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/thread-id-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-html.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-html.html index fa90e24b52..5d45d47dd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-html.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-markdown.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-markdown.html index 66b1171a74..fe90ae6a64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-markdown.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.extensions/to-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-excluded/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-excluded/index.html index 0647ff7fc9..b05d92ac4c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-excluded/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-excluded/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/exclude-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/exclude-regex.html index e31f597412..455df13442 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/exclude-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/exclude-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/index.html index 36731ae35d..43c7191a40 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/types-regex.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/types-regex.html index 075403939b..0d2b0b9fe8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/types-regex.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/-class-casts-included/types-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-bold-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-bold-control.html index 5bf68a41d2..681b11f5b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-bold-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-bold-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-code-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-code-control.html index 9ecdd6cb6f..764012eb33 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-code-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-code-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-custom-emoji-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-custom-emoji-control.html index 626d0124f7..3a3764aa2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-custom-emoji-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-custom-emoji-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-italic-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-italic-control.html index 205d3196cc..e040282aa5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-italic-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-italic-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-pre-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-pre-control.html index bea8ab3a1f..205766056d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-pre-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-pre-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html index f8cb160bfd..40324ce793 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html index a6d16a479a..8aeb9da1fa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html index 5245a8a13b..cde9ccddac 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-underline-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-underline-control.html index 4b136005a4..876262d356 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-underline-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/html-underline-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/index.html index ba4806ade8..fc18e4a0d3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/index.html @@ -393,7 +393,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html index 4a01f573f4..cacb8f2ff4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html index 293f254972..8585510e48 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html index b9f1eb6b1d..b40eb263ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html index 6ded27f70b..d141bac57d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html index 3bc821a2a2..13c06b34cc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html index f891ad254e..bd4fb49060 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html index e92a8b4ce3..02cea894f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html index f7cd0a592e..4c68ba8586 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html index 1b8468a62f..4b614b1d26 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html index c4afb4edd3..a43a71038e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html index a0abef9ea0..3f22620d16 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html @@ -68,7 +68,7 @@
constructor(key: SourceBytes, iv: ByteArray)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html index 787001f0c0..0b3a556b6a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html @@ -68,7 +68,7 @@
open override fun decrypt(data: EncryptedData): SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html index 2a7795b98e..8a8a2e4c8b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html @@ -115,7 +115,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html index e0058404a0..e470ff60bd 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html @@ -66,7 +66,7 @@
abstract fun decrypt(data: EncryptedData): SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html index 15a0db8438..76176acd7f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/create-decryptor.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/create-decryptor.html index 78d095437b..e6569af642 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/create-decryptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/create-decryptor.html @@ -68,7 +68,7 @@
fun Pair<SourceBytes, SourceBytes>.createDecryptor(): Decryptor
fun EndDataCredentials.createDecryptor(): Decryptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-data.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-data.html index 4605737d7d..fc32a5379b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-data.html @@ -68,7 +68,7 @@
fun EndDataCredentials.decryptData(bytes: EncryptedData): SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-file.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-file.html index 5d02e9a502..d884873956 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-file.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-file.html @@ -68,7 +68,7 @@
fun FileCredentials.decryptFile(fileBytes: ByteArray): SourceBytes
suspend fun FileCredentials.decryptFile(bot: TelegramBot, passportFile: PassportFile): SourceBytes
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html index 30160b1001..03a58c77ee 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html @@ -68,7 +68,7 @@
fun EncryptedCredentials.decryptWithPKCS8PrivateKey(privateKey: PrivateKey): DecryptedCredentials
fun EncryptedCredentials.decryptWithPKCS8PrivateKey(key: String): DecryptedCredentials
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html index 3bedf6ce5e..aefbb9d746 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html @@ -68,7 +68,7 @@
inline fun <T> PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: PrivateKey, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T
inline fun <T> PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: String, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/index.html index 92447f6632..7eb84c1647 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils.passport/index.html @@ -196,7 +196,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html index 44b6967e18..0a2090afd7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html index bc208928ed..9056c2a7e6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html index b23d43f905..eee942f40e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html index c6d4bf31ab..4e7271adad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html index 017e1da67e..f91127b883 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html index 6844489ebe..2b8c54c489 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html index 19132cb8ff..3ab2db2491 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html index 25560bc702..eb4a7be3d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html index ecf346a710..6d1e3afe62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html index ccfc272f92..ee84814a2f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html index 185e04d46e..b43d9919b3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html index e40162ea94..819acf4a67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html index 37bf966411..b67ce87cb6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): ByteReadChannelAllocator
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html index ae2a422397..8c794d07aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html index e4e9070459..4ef152556e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html index c8e1832bcd..0b7871d434 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html @@ -66,7 +66,7 @@
abstract suspend operator fun invoke(): ByteReadChannel
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-default-k-tg-bot-a-p-i-k-s-log.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-default-k-tg-bot-a-p-i-k-s-log.html index 333fb407df..0e41e12bde 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-default-k-tg-bot-a-p-i-k-s-log.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-default-k-tg-bot-a-p-i-k-s-log.html @@ -66,7 +66,7 @@

Default realization of KSLog which will be used everywhere where there is no some custom variant of KSLog

By default, uses TagLogger with tag KTgBot (which in fact falling back to KSLog.default with KTgBot default tag)

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder-body/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder-body/index.html index ca014b6f54..323b0b1dda 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder-body/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder-body/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/-entities-builder.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/-entities-builder.html index 439abc7e9a..7ea277fb3e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/-entities-builder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/-entities-builder.html @@ -66,7 +66,7 @@
constructor(separator: TextSource? = null)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add-all.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add-all.html index 47e236fec1..23be64512e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add-all.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add-all.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add.html index ab8f551375..19b17f28c1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/add.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/build.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/build.html index 30da42ec64..759e665598 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/build.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/build.html @@ -66,7 +66,7 @@

Return

New immutable list which will be deattached from this builder

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/entities.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/entities.html index 24e8e1739a..8069b6a0fe 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/entities.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/entities.html @@ -66,7 +66,7 @@

It is not safe field which contains potentially changeable List

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/index.html index 545e69c1b3..d88115c69d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/index.html @@ -698,7 +698,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/invoke.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/invoke.html index 31d8bcfd7d..f1bbee87f8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/invoke.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/invoke.html @@ -66,7 +66,7 @@
operator fun invoke(vararg source: TextSource): EntitiesBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/plus.html index 71926be613..3dcb9ba64d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/plus.html @@ -66,7 +66,7 @@
operator fun plus(text: String): EntitiesBuilder
operator fun plus(source: TextSource): EntitiesBuilder
operator fun plus(sources: Iterable<TextSource>): EntitiesBuilder
operator fun plus(other: EntitiesBuilder): EntitiesBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/separator.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/separator.html index efb18399c6..eed763b188 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/separator.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/separator.html @@ -66,7 +66,7 @@
val separator: TextSource? = null
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/unary-plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/unary-plus.html index 28d57945e6..63a6a2502d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/unary-plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-entities-builder/unary-plus.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-file-name/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-file-name/index.html index 57fdba8c82..8fd1603b46 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-file-name/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-file-name/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html index 20802f3f03..e949717a6d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/add.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/add.html index 879c774b40..5f76070569 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/add.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/add.html @@ -66,7 +66,7 @@
fun add(t: List<T>): Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/index.html index 383a54e4c4..051ed827e8 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/index.html @@ -173,7 +173,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html index 4c38b65875..ed1107f39f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html index bc1c49768a..6fa68ae4ad 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html @@ -66,7 +66,7 @@
operator fun plus(t: List<T>): Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html index 72b41aa257..47afedbd62 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html @@ -66,7 +66,7 @@
operator fun T.unaryPlus(): Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html index 6120fbae4f..b3852d02a6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html @@ -66,7 +66,7 @@
open override val descriptor: SerialDescriptor
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html index 64b2e8cc75..e824e025d7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html @@ -66,7 +66,7 @@
open override fun deserialize(decoder: Decoder): MimeType
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html index 798239b423..761dcd44da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html index 392d77f240..8232f5f1ef 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html @@ -66,7 +66,7 @@
open override fun serialize(encoder: Encoder, value: MimeType)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html index 0c037e0017..5a66997454 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html @@ -72,7 +72,7 @@
constructor(raw: String)
constructor(raw: String)
constructor(raw: String)
constructor(raw: String)
constructor(raw: String)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/index.html index b8717bec6d..cf09dd62d6 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/index.html @@ -328,7 +328,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html index 010cb574b1..6b205e0307 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html @@ -68,7 +68,7 @@
@Transient
val jsMimeType: MimeType?
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/raw.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/raw.html index e444f8ec62..1ef40e29f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/raw.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/raw.html @@ -73,7 +73,7 @@
expect val raw: String
actual val raw: String
actual val raw: String
actual val raw: String
actual val raw: String
actual val raw: String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/to-string.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/to-string.html index 6569496cb8..508149a766 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/to-string.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-mime-type/to-string.html @@ -68,7 +68,7 @@
open override fun toString(): String
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-preview-feature/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-preview-feature/index.html index b7755d2808..a10563ff76 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-preview-feature/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-preview-feature/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/-r-g-b-color.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/-r-g-b-color.html index 3b0cb50c08..38fcc1e235 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/-r-g-b-color.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/-r-g-b-color.html @@ -66,7 +66,7 @@
constructor(int: Int)
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/index.html index 642e242113..5aed1df464 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/int.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/int.html index 47102e034c..4a87800b64 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/int.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-r-g-b-color/int.html @@ -66,7 +66,7 @@
val int: Int
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/index.html index c03f32f55c..f36a01b584 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/message.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/message.html index db7e4371ef..4baffb0ae9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-risk-feature/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html index 3534c3406d..f5b2721cc7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/add.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/add.html index 19404c6a9e..18cee622a5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/add.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/add.html @@ -66,7 +66,7 @@
fun add(t: T): Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/index.html index 2c59b8e6ce..f8c84e8e3c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/index.html @@ -158,7 +158,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/row.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/row.html index c8a505b1a6..5ff8f7d70d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/row.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/row.html @@ -66,7 +66,7 @@
val row: List<T>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html index 6c92ff2ea8..ea170cce35 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html @@ -66,7 +66,7 @@
operator fun T.unaryPlus(): Boolean
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html index e85f7c16e8..ff3a63d485 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html @@ -66,7 +66,7 @@
constructor(token: String, testServer: Boolean, hostUrl: String = telegramBotAPIDefaultUrl)
constructor(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = "")
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-data.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-data.html index 158b486430..a98a1dab6c 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-data.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-data.html @@ -66,7 +66,7 @@
fun checkWebAppData(rawData: String, hash: String): Boolean

Parameters

rawData

Data from dev.inmo.tgbotapi.webapps.WebApp.initData

hash

Data from dev.inmo.tgbotapi.webapps.WebApp.initDataUnsafe from the field dev.inmo.tgbotapi.webapps.WebAppInitData.hash

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html index ec3b64b36e..6c598a2cb1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html index 4de6296f91..e027761415 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html index 535bf23bb4..8c055d4583 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html index 741b3fbc41..f2a616871a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html @@ -203,7 +203,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html index 6a33d97b5e..6b2354e2cb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html index 67df8fb00a..d2f7d149c3 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/as-input.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/as-input.html index 189afa3e31..d6015e667a 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/as-input.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/as-input.html @@ -73,7 +73,7 @@
expect suspend fun ByteReadChannel.asInput(): Input
actual suspend fun ByteReadChannel.asInput(): Input
actual suspend fun ByteReadChannel.asInput(): Input
actual suspend fun ByteReadChannel.asInput(): Input
actual suspend fun ByteReadChannel.asInput(): Input
actual suspend fun ByteReadChannel.asInput(): Input
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/as-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/as-mime-type.html index 2e4905daa7..bdde230704 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/as-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/as-mime-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/bold.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/bold.html index e500fdf89b..9706682201 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/bold.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/bold.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder

Add bold using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.bold


Add bold using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.bold. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/boldln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/boldln.html index a70d34983e..de59cd39f0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/boldln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/boldln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.bold with new line at the end


Version of EntitiesBuilder.bold with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-command.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-command.html index bc91c97474..9e05b2a7f7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-command.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-command.html @@ -66,7 +66,7 @@

Add botCommand using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.botCommand

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-commandln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-commandln.html index e8ee13f051..e3900be50f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-commandln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/bot-commandln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.botCommand with new line at the end

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/build-entities.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/build-entities.html index 4f5f9d68ca..2e6c822e2d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/build-entities.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/build-entities.html @@ -66,7 +66,7 @@
inline fun buildEntities(separator: TextSource? = null, init: EntitiesBuilderBody): TextSourcesList
inline fun buildEntities(separator: String, init: EntitiesBuilderBody): List<TextSource>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/build-mime-type.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/build-mime-type.html index 6ca4116e67..65fc0ca1aa 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/build-mime-type.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/build-mime-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tag.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tag.html index 9949574b01..204be161e2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tag.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tag.html @@ -66,7 +66,7 @@

Add cashTag using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.cashTag


Add cashTag using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.cashTag. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tagln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tagln.html index 695254913c..bf3265a578 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tagln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/cash-tagln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.cashTag with new line at the end


Version of EntitiesBuilder.cashTag with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/code.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/code.html index 4e29c6b7b7..446dfbdd93 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/code.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/code.html @@ -66,7 +66,7 @@

Add code using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.code

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/codeln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/codeln.html index 26d5ad65fb..d984d6a876 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/codeln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/codeln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.code with new line at the end

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emoji.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emoji.html index 4a4385a330..396ecbe8e7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emoji.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emoji.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.customEmoji(customEmojiId: CustomEmojiId, vararg parts: TextSource): EntitiesBuilder

Add customEmoji using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.customEmoji


Add customEmoji using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.customEmoji. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emojiln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emojiln.html index 47c3728e3c..666df1d9b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emojiln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/custom-emojiln.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.customEmojiln(customEmojiId: CustomEmojiId, vararg parts: TextSource): EntitiesBuilder

Version of EntitiesBuilder.customEmoji with new line at the end


Version of EntitiesBuilder.customEmoji with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/email.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/email.html index aef26e5d7f..3ea387786e 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/email.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/email.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.email(vararg parts: TextSource): EntitiesBuilder
inline fun EntitiesBuilder.email(emailAddress: String): EntitiesBuilder

Add email using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.email


Add email using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.email. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/emailln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/emailln.html index 41527cad6f..396d8fd03f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/emailln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/emailln.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.emailln(emailAddress: String): EntitiesBuilder

Version of EntitiesBuilder.email with new line at the end


Version of EntitiesBuilder.email with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/file-extension.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/file-extension.html index 2cfa094523..f99172bf12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/file-extension.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/file-extension.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/filename-from-url.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/filename-from-url.html index 34d8890dd0..3685909e67 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/filename-from-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/filename-from-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/flat-matrix.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/flat-matrix.html index 5f33284ef7..fa2e551ac0 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/flat-matrix.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/flat-matrix.html @@ -66,7 +66,7 @@
inline fun <T> flatMatrix(block: RowBuilder<T>.() -> Unit): Matrix<T>
inline fun <T> flatMatrix(vararg elements: T): Matrix<T>

See also

dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder
dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtag.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtag.html index a9c256968e..dede58647d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtag.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtag.html @@ -66,7 +66,7 @@

Add hashtag using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.hashtag


Add hashtag using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.hashtag. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtagln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtagln.html index 76283172d1..bef641e240 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtagln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/hashtagln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.hashtag with new line at the end


Version of EntitiesBuilder.hashtag with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/index.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/index.html index 2f267b24ad..9324b235b2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/index.html @@ -1096,7 +1096,7 @@ diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/italic.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/italic.html index efe60e97bc..f876c651a7 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/italic.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/italic.html @@ -66,7 +66,7 @@

Add italic using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.italic


Add italic using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.italic. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/italicln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/italicln.html index f97f57ad55..ed4cd02dd9 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/italicln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/italicln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.italic with new line at the end


Version of EntitiesBuilder.italic with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/link.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/link.html index 39e7e2cd80..be064e48e5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/link.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/link.html @@ -66,7 +66,7 @@

Add link using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.link

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/linkln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/linkln.html index 80ab870f9d..90fac885f2 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/linkln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/linkln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.link with new line at the end

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html index 2379a7e5ab..86bc9d15b4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-not-null-values.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-not-null-values.html index 9dbc25151f..df8df56265 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-not-null-values.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-not-null-values.html @@ -66,7 +66,7 @@
fun <K, V> Map<K, V?>.mapNotNullValues(): Map<K, V>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-of-not-null.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-of-not-null.html index 2b7dde4cd1..dc9e793343 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-of-not-null.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-of-not-null.html @@ -66,7 +66,7 @@
fun <K, V> mapOfNotNull(vararg pairs: Pair<K, V?>): Map<K, V>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-with-common-values.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-with-common-values.html index fd47a24b6c..cb333f1d95 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/map-with-common-values.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/map-with-common-values.html @@ -66,7 +66,7 @@
fun JsonObject.mapWithCommonValues(): Map<String, Any>
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/matrix.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/matrix.html index 06b641ac33..09a6f2f8f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/matrix.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/matrix.html @@ -66,7 +66,7 @@
inline fun <T> matrix(block: MatrixBuilder<T>.() -> Unit): Matrix<T>

See also

dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder
dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/mention.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/mention.html index ff95323cf4..92ad8186f4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/mention.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/mention.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.mention(whoToMention: String): EntitiesBuilder

Add mention using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.mention


Add mention using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.mention. Will reuse separator config from buildEntities


inline fun EntitiesBuilder.mention(user: User, vararg parts: TextSource): EntitiesBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/mentionln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/mentionln.html index 08598d8637..8a5c524cd4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/mentionln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/mentionln.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.mentionln(whoToMention: String): EntitiesBuilder
inline fun EntitiesBuilder.mentionln(user: User, vararg parts: TextSource): EntitiesBuilder

Version of EntitiesBuilder.mention with new line at the end


Version of EntitiesBuilder.mention with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/new-line.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/new-line.html index 3aa76593e6..8bd6ed45da 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/new-line.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/new-line.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/phone.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/phone.html index 29b0e2cce5..254d72e42d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/phone.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/phone.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.phone(vararg parts: TextSource): EntitiesBuilder

Add phone using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.phone


Add phone using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.phone. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/phoneln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/phoneln.html index ba343b750a..4be8b2fd9b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/phoneln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/phoneln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.phone with new line at the end


Version of EntitiesBuilder.phone with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/plus.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/plus.html index 3617f1ac6c..e4d7cfddcc 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/plus.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/plus.html @@ -66,7 +66,7 @@
operator fun <T> RowBuilder<T>.plus(t: T): Boolean

See also

dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder
dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/pre.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/pre.html index 07c0d5ec20..3e94507cd5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/pre.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/pre.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.pre(code: String, language: String?): EntitiesBuilder

Add pre using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.pre

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/preln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/preln.html index e34457a11f..2665e03ce5 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/preln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/preln.html @@ -66,7 +66,7 @@
inline fun EntitiesBuilder.preln(code: String, language: String?): EntitiesBuilder

Version of EntitiesBuilder.pre with new line at the end

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/regular.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/regular.html index 585e089c02..ba53e95a1f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/regular.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/regular.html @@ -66,7 +66,7 @@

Will add simple dev.inmo.tgbotapi.types.message.textsources.regular

See also

dev.inmo.tgbotapi.extensions.utils.formatting.regularln
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/regularln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/regularln.html index 555932573d..ba6d759ef4 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/regularln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/regularln.html @@ -66,7 +66,7 @@

Will add simple dev.inmo.tgbotapi.types.message.textsources.regular and "\n" at the end

See also

dev.inmo.tgbotapi.extensions.utils.formatting.regular
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/row.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/row.html index 22c2a8102f..d2833e37b1 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/row.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/row.html @@ -66,7 +66,7 @@
inline fun <T> row(block: RowBuilder<T>.() -> Unit): List<T>
inline fun <T> MatrixBuilder<T>.row(block: RowBuilder<T>.() -> Unit)
inline fun <T> MatrixBuilder<T>.row(vararg elements: T)

See also

dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder
dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/spoiler.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/spoiler.html index 68c2c919ac..1b7f7f8d12 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/spoiler.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/spoiler.html @@ -66,7 +66,7 @@

Add spoiler using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.spoiler


Add spoiler using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.spoiler. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/spoilerln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/spoilerln.html index b8813941ba..042a362181 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/spoilerln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/spoilerln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.spoiler with new line at the end


Version of EntitiesBuilder.spoiler with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethrough.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethrough.html index 740fe72c53..6b6edec20f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethrough.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethrough.html @@ -66,7 +66,7 @@

Add strikethrough using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.strikethrough


Add strikethrough using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.strikethrough. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethroughln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethroughln.html index d667d2d636..beadd48065 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethroughln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/strikethroughln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.strikethrough with new line at the end


Version of EntitiesBuilder.strikethrough with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html index 8b4e707cd8..5d63ee1667 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json-without-nulls.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json-without-nulls.html index 7edcaa36cc..e4c0738f0f 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json-without-nulls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json-without-nulls.html @@ -66,7 +66,7 @@
fun <T : Any> T.toJsonWithoutNulls(serializer: SerializationStrategy<T>): JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json.html index d6c99ceee0..308774d14d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/to-json.html @@ -66,7 +66,7 @@
fun <T : Any> T.toJson(serializer: SerializationStrategy<T>): JsonObject
diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/underline.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/underline.html index f4188460ed..0d5c17aa8d 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/underline.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/underline.html @@ -66,7 +66,7 @@

Add underline using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.underline


Add underline using EntitiesBuilder.add with dev.inmo.tgbotapi.types.message.textsources.underline. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/underlineln.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/underlineln.html index daa9255980..60c112903b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/underlineln.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/underlineln.html @@ -66,7 +66,7 @@

Version of EntitiesBuilder.underline with new line at the end


Version of EntitiesBuilder.underline with new line at the end. Will reuse separator config from buildEntities

diff --git a/tgbotapi.core/dev.inmo.tgbotapi.utils/without-nulls.html b/tgbotapi.core/dev.inmo.tgbotapi.utils/without-nulls.html index 4c826efa19..adcd87b44b 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.utils/without-nulls.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.utils/without-nulls.html @@ -66,7 +66,7 @@
fun JsonArray.withoutNulls(): JsonArray
fun JsonObject.withoutNulls(): JsonObject
diff --git a/tgbotapi.core/index.html b/tgbotapi.core/index.html index c7a3c78cd5..2dfa355460 100644 --- a/tgbotapi.core/index.html +++ b/tgbotapi.core/index.html @@ -2000,7 +2000,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html index d360d71bfd..d272594150 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html index f009cef8b7..b06a47d39c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html index 68fb2ef316..00f19e58a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html index 140d7c78c3..4ea8842cee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html index 08452a5764..23859933c5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html index b7880d4dd5..1a871f3576 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html index 5007a81dfd..042ceaccc5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html index fed1c63b21..f44e67a435 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html index 81315e7cd2..b38f2337a1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html index 58ce126f0d..f32900260b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html index 6d2fa67468..a649254785 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html index 8c71e178c1..451718e734 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/custom_emoji_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/custom_emoji_id.html index 7e957f6b08..7bf621bc07 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/custom_emoji_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/custom_emoji_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html index 2e0425bb7c..1d948d8ddc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html index 75c38340e2..979bc84381 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html index e90f480390..cf2ec28b02 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html index 888b1ee9d3..14f65fcb3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html index f022920874..0f3928997c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html index a95be4499f..bf56ed8c9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html index 7b9aa1f07f..d320493751 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html index ad2059edb4..796f064d50 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html index c2af8af319..d0542bdaf1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html index 424404c48a..e0d807f26a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html index 8f1866253d..ed2a3cb2e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html index 447c8336da..7abadc07bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html index ba63b4a989..f75fda29d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html index dce956dbb4..452d4ed3aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html index 251e4d58ea..fa715c39bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html index 3b2e9eab18..7b5f122e12 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html index 0a30d886f7..0b53de1949 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html index 636c1949da..62b57f95e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html index c1111022e0..9312644d16 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html index 0d24fb03f1..54cce21989 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html index 99b3934bd3..7e63b4ce5c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html index ac99bd14ae..7d6eff58cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/index.html index 567faaae27..97cfd85ca2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/index.html @@ -1424,7 +1424,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html index 1be75229d9..7304e7cd40 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html index 4148580222..2fdc013df5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html index edbb1542d5..ec33295576 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html index 1d98e55144..f50aabf291 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html index 49765006a5..6983b26442 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html index 4be9c3d45f..61870ff602 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html index 8ac819e8b5..e229f16941 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html index dedc06530d..614a394439 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html index 9b58705d5a..fa397649df 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html index 76408a4b3c..44bc56e382 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html index 93cbc3f057..1c8a8f85dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html index b44f176e5a..d2a2b20eb0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html index 0045765974..3fd064fdba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html index 9d395ba97c..579e5e63fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html index 28e187b68c..f8f22e1fc7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html index 2b77617a72..26cb7384c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html index aa851ba9a3..9427ae2bc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html index 7b72211a81..0e7679e68c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html index cc7c7a07dd..731806af84 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html index 42db963f97..2c449281a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html index be52af9ed4..1a1038f758 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html index b39a3087b5..e0ff8a8e12 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html index c84591e9f4..b21567c070 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html index 9958d06ec2..15b512e48f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html index 35cade04f9..810c9f476f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html index 5f49efadd3..153a3a1a8f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html index 5e9919f8c3..7def804e5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html index 3de5494842..549d278d9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html index 5fa6c23afb..47ec32c13c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html index f12bd21421..5984aeb448 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/premium_animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/premium_animation.html index de7cf08f9a..bcc709854c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/premium_animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/premium_animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html index 709e0aa977..d3e67e0fcc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html index 12a45f750f..41821e4d8e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html index e71ccdddb7..11f42a1339 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html index 67a4471b78..aa6f81099e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html index 04d38106e6..796524ce82 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html index 6ee162f309..e2df5417d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html index d50eda34da..8fa2bb2c29 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html index 15810e6ac8..6db26194d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html index 61be588949..87f7f35d2a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html index ca57e5116f..1347a0aa4b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html index f31f687fde..b4d7b56aa0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html index 2b23e3cdb4..533783b725 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html index 1dca140493..c64c150d8f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html index 2b041f986d..bc3c10ab91 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html index 88ce271326..5718972b05 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html index d82d948212..2c716fe143 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html index 1d8f9076a6..2e4ac8f48a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html index 9ede435064..5b6b509f77 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html index 82d7d51408..9305dfd0bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html index f6d309a54e..f4b8f11628 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html index 0f64eacfcd..8a36713ceb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html index 1f0ac652e5..d56c855797 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html index de31d1e6bd..8f439c7769 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html index 9413cad7c2..9cda305fd9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html index 87c4dfd8bf..27da45643f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html @@ -66,7 +66,7 @@
constructor(id: FoursquareId, type: FoursquareType? = null)
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html index 4870b2c1f2..a7acbfe176 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_id")
val id: FoursquareId
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html index 55e1a9564f..81a878431d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html index 74ae25bae4..22151036e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html @@ -66,7 +66,7 @@
@SerialName(value = "foursquare_type")
val type: FoursquareType? = null
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html index 5dbbae4976..da86eaa947 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html @@ -66,7 +66,7 @@
constructor(id: GooglePlaceId, type: GooglePlaceType? = null)
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html index 9c3ce973ea..3340ebec65 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_id")
val id: GooglePlaceId
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html index a91fbf8cdb..3a3c026bef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html index 146ad9206e..7d7f862dd4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html @@ -66,7 +66,7 @@
@SerialName(value = "google_place_type")
val type: GooglePlaceType? = null
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html index 3604985acc..06b7599d18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html @@ -66,7 +66,7 @@
fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue
fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html index 75889fb13f..121bfad49f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html index aff16c6a3b..89d2e0db08 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/index.html index 3dc77bb14e..e6ff52e1b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions.venue/index.html @@ -157,7 +157,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator-regex.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator-regex.html index 32f5809b8f..3f89305c56 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator-regex.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator.html index 17d4bdc245..feba318633 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-args-separator.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator-regex.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator-regex.html index bdb9932876..b510178a1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator-regex.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator-regex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator.html index 1ba0b0ef41..eb56d83b51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/default-names-args-separator.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/index.html index dd1441d17b..4a063cf920 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/-telegram-bot-commands-defaults/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html index 172658fb13..69ab3b5835 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html @@ -66,7 +66,7 @@

Deprecated

Replaced

Replace with

import dev.inmo.tgbotapi.extensions.utils.extensions.TelegramBotCommandsDefaults
TelegramBotCommandsDefaults.defaultArgsSeparatorRegex
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/download.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/download.html index 3098c7123c..24abcce0a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/download.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/download.html @@ -66,7 +66,7 @@
suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): ByteArray
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-chat.html index 5702717eb4..538a33cee1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-chat.html @@ -66,7 +66,7 @@
inline fun <T : WithPreviewChat> Flow<T>.fromChat(chatId: ChatIdentifier): Flow<T>

Will pass only those T which have sameChat as chatId


inline fun <T : WithPreviewChat> Flow<T>.fromChat(chat: Chat): Flow<T>

Will pass only those T which have sameChat as chatId

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-user.html index 1592909910..b809291feb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/from-user.html @@ -66,7 +66,7 @@
inline fun <T : FromUser> Flow<T>.fromUser(userId: UserId): Flow<T>

Return

Flow with the FromUser.user field User.id the same as userId


inline fun <T : FromUser> Flow<T>.fromUser(user: User): Flow<T>

Return

Flow with the FromUser.user field User.id the same as user

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/index.html index 0cfe042cbd..e35148caab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/index.html @@ -337,7 +337,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html index 7bf5144c2b..2e0a8848bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html @@ -66,7 +66,7 @@
suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray
suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args-sources.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args-sources.html index c4c512d615..615e598df6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args-sources.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args-sources.html @@ -66,7 +66,7 @@

Parse text sources to find commands with their arguments. This method will skip all the text sources before first command and all following text sources until the next command will be guessed as an args of last found command

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args.html index fecc6a5bb0..75414ee1e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-args.html @@ -66,7 +66,7 @@
fun List<TextSource>.parseCommandsWithArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): MutableMap<String, Array<String>>
fun TextedWithTextSources.parseCommandsWithArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Map<String, Array<String>>
fun ContentMessage<TextContent>.parseCommandsWithArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Map<String, Array<String>>

Parse commands and their args. Logic will find command, get all subsequent data as args until new command

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-named-args.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-named-args.html index 25c48124cd..e3e51e9b22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-named-args.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-named-args.html @@ -66,7 +66,7 @@
fun List<TextSource>.parseCommandsWithNamedArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>
fun TextedWithTextSources.parseCommandsWithNamedArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>
fun ContentMessage<TextContent>.parseCommandsWithNamedArgs(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>
fun List<TextSource>.parseCommandsWithNamedArgs(argsSeparator: String, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>
fun TextedWithTextSources.parseCommandsWithNamedArgs(argsSeparator: String, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>
fun ContentMessage<TextContent>.parseCommandsWithNamedArgs(argsSeparator: String, nameArgSeparator: Regex = TelegramBotCommandsDefaults.defaultNamesArgsSeparatorRegex): Map<String, List<Pair<String, String>>>

Uses parseCommandsWithArgs to create base argsSeparator split args for commands and map their as k-v pairs. Sample:

/command args1=value1 arg2=value2 arg1=value3

Will produce Map with one key command and the list of three pairs:

  1. args1 to value1

  2. args2 to value2

  3. args1 to value3

Return

Array of named arguments

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html index c97136ded8..334687300e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html @@ -66,7 +66,7 @@
fun List<TextSource>.parseCommandsWithParams(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): MutableMap<String, Array<String>>
fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Map<String, Array<String>>
fun ContentMessage<TextContent>.parseCommandsWithParams(argsSeparator: Regex = TelegramBotCommandsDefaults.defaultArgsSeparatorRegex): Map<String, Array<String>>

Deprecated

Renamed

Replace with

import dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithArgs
parseCommandsWithArgs(argsSeparator)

Parse commands and their args. Logic will find command, get all subsequent data as args until new command

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-chat.html index a26ba7070f..0531f48c14 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-chat.html @@ -66,7 +66,7 @@

Return

true in case if this message is placed in the chat with id == chatId


Return

true in case if this message is placed in the chat


Return

true in case if this message is placed in the same chat that other

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-message.html index 23aeefa3f5..5b315bab15 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-message.html @@ -66,7 +66,7 @@
inline fun Message.sameMessage(chatId: ChatIdentifier, messageId: MessageId): Boolean

Return

true in case if this message is from the same chat (with id == chatId) and this equal messageId identifier


inline fun Message.sameMessage(chat: Chat, messageId: MessageId): Boolean

Return

true in case if this message is from the same chat and this equal messageId identifier


inline fun Message.sameMessage(other: Message): Boolean

Return

true in case if this message is the same as other. The same here means that these messages from one chat and have equal Message.messageId identifier

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-thread.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-thread.html index 45fbfab154..016d2ca0f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-thread.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-thread.html @@ -66,7 +66,7 @@
inline fun Message.sameThread(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean

Thread is the same thing that topic

Return

true in case if this message is in the chat chatId and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier


inline fun Message.sameThread(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean

Thread is the same thing that topic

Return

true in case if this message is from the chat and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier


inline fun Message.sameThread(other: Message): Boolean

Thread is the same thing that topic

Return

true in case if this message is in the same topic as the other. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-topic.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-topic.html index b09da819e5..9f7f3aa62b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-topic.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/same-topic.html @@ -66,7 +66,7 @@
inline fun Message.sameTopic(chatId: ChatIdentifier, threadId: MessageThreadId? = chatId.threadId): Boolean

Thread is the same thing that topic

Return

true in case if this message is in the chat chatId and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier


inline fun Message.sameTopic(chat: Chat, threadId: MessageThreadId? = chat.id.threadId): Boolean

Thread is the same thing that topic

Return

true in case if this message is from the chat and topic threadId. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier


inline fun Message.sameTopic(other: Message): Boolean

Thread is the same thing that topic

Return

true in case if this message is from the same chat and topic as other. The same here means that these messages from one chat and have equal Message.threadIdOrNull identifier

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat-with-converters.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat-with-converters.html index 4aa91cabcd..b17f6e3e11 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat-with-converters.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat-with-converters.html @@ -66,7 +66,7 @@
fun Update.sourceChatWithConverters(baseMessageUpdateConverter: (BaseMessageUpdate) -> Chat? = { it.data.chat }, chatJoinRequestUpdateConverter: (ChatJoinRequestUpdate) -> Chat? = { it.data.chat }, shippingQueryUpdateConverter: (ShippingQueryUpdate) -> Chat? = { null }, pollAnswerUpdateConverter: (PollAnswerUpdate) -> Chat? = { null }, preCheckoutQueryUpdateConverter: (PreCheckoutQueryUpdate) -> Chat? = { it.data.from }, callbackQueryUpdateConverter: (CallbackQueryUpdate) -> Chat? = { it.data.sourceChat() }, chosenInlineResultUpdateConverter: (ChosenInlineResultUpdate) -> Chat? = { null }, inlineQueryUpdateConverter: (InlineQueryUpdate) -> Chat? = { null }, pollUpdateConverter: (PollUpdate) -> Chat? = { null }, channelPostUpdateConverter: (ChannelPostUpdate) -> Chat? = { it.data.chat }, messageUpdateConverter: (MessageUpdate) -> Chat? = { it.data.chat }, editChannelPostUpdateConverter: (EditChannelPostUpdate) -> Chat? = { it.data.chat }, editMessageUpdateConverter: (EditMessageUpdate) -> Chat? = { it.data.chat }, myChatMemberUpdatedUpdateConverter: (MyChatMemberUpdatedUpdate) -> Chat? = { it.data.chat }, commonChatMemberUpdatedUpdateConverter: (CommonChatMemberUpdatedUpdate) -> Chat? = { it.data.chat }): Chat?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html index c170c03c98..0971041e3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html index 133d762f60..4e440f6970 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html index 5e405dfdad..25dab3f0e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html index 7ab6d097c9..1afc3c1a37 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html index acdccf5fa2..d00640da96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html index fc74e51f2b..88d81bfc5f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html @@ -66,7 +66,7 @@
infix fun String.bold(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html index 42d910a134..b7060ebf83 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html index bb1d9c0b4a..da78d38c27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html index 21604221a6..0009c70b80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html index 9615f8fb1a..ff06415249 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html @@ -66,7 +66,7 @@
infix fun String.cashtag(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/chat-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/chat-link.html index 6cc39b20fa..7dde235cf1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/chat-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/chat-link.html @@ -66,7 +66,7 @@


Link which can be used as by any user to get access to Chat. Returns null in case when there are no known way to build link

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html index 8da1b231c6..cbea8d940e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html index 0db1a3755d..97cd53aba0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html index 3ddbeb1d3a..744c777d93 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code.html index e548bade05..5f25b9d8cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/code.html @@ -66,7 +66,7 @@
infix fun String.code(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html index 0e90d527a8..447347d776 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html index 49a079a121..939f6c326a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html index 5df66f6c5e..82ce67563c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command.html index a1933e52fe..8ecc502022 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/command.html @@ -66,7 +66,7 @@
fun String.command(adapt: String.() -> String): String
infix fun String.command(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html index 6add681711..4f7f2cdf71 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html @@ -66,7 +66,7 @@
fun createFormattedText(entities: TextSourcesList, partLength: Int = textLength.last, mode: ParseMode = defaultParseMode): List<String>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html index 3d642898da..7c979e1a99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html @@ -66,7 +66,7 @@
fun createHtmlText(entities: TextSourcesList, partLength: Int = textLength.last): List<String>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html index 148795c7e3..1fdbeae0ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html @@ -66,7 +66,7 @@
fun createMarkdownText(entities: TextSourcesList, partLength: Int = textLength.last): List<String>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html index 4a1086e9ff..52ad27850f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html @@ -66,7 +66,7 @@
fun createMarkdownV2Text(entities: TextSourcesList, partLength: Int = textLength.last): List<String>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html index 2c370137e5..4fc093b7ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html index efaffa1e67..598f60e0de 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html index 16fd2ccf46..5b09c8004e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html index 174e4adf82..fbc699649c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email.html index f2c75b0331..3e487693c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/email.html @@ -66,7 +66,7 @@
infix fun String.email(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html index ef90fab3bb..afc65bb821 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html index e9a66d34fc..5fc0500a60 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html index cbcf0e4048..f165bb036f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html index 2b40520e73..796fb33237 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html @@ -66,7 +66,7 @@
infix fun String.hashTag(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html index 5cdf028a25..5b12d26620 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html index 43ccb2cf3d..adac72875f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html index ee6d4248d4..4da70d1425 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html index a785e41c9b..18c201c8ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html index 004b8d7d0a..3f85c5ebb6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html index 73c56fe2eb..c2c5cbb1af 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/index.html index 14c5c2c175..8b1e8360b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/index.html @@ -1683,7 +1683,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html index d5bbcbad08..15fdb563fb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html index 0b8f317cf6..02eea8e775 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html index 0426832f5c..25560c037b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html index 08cb88309b..5ed4b395cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html @@ -66,7 +66,7 @@
infix fun String.italic(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html index 0c4b3a4565..865cc27f98 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html index b8601a07fb..a97835087b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html index 15442a9195..6a345080b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link.html index 76a740aa26..e945dd9280 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/link.html @@ -66,7 +66,7 @@
inline fun Username.link(threadId: MessageThreadId?): String
infix fun Pair<String, String>.link(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-chat-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-chat-link.html index de472bca7d..70fb2d1beb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-chat-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-chat-link.html @@ -66,7 +66,7 @@
fun makeChatLink(identifier: Identifier, threadId: MessageThreadId? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html index 0dbe10980c..7c0e3d5290 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html @@ -66,7 +66,7 @@
inline fun makeDeepLink(username: Username, startParameter: String): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-deep-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-deep-link.html index 57f68a1e9a..b536518449 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-deep-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-deep-link.html @@ -66,7 +66,7 @@
inline fun makeInternalTgDeepLink(username: String, startParameter: String): String
inline fun makeInternalTgDeepLink(username: Username, startParameter: String): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-deep-link-prefix.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-deep-link-prefix.html index a5225c2134..68717fd115 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-deep-link-prefix.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-deep-link-prefix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-link.html index 7138829e31..5cb21ca5ab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-internal-tg-username-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html index 55c3f30be0..e9855fc8f8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html @@ -66,7 +66,7 @@
fun makeLinkToMessage(username: String, messageId: MessageId, threadId: MessageThreadId? = null): String
fun makeLinkToMessage(username: Username, messageId: MessageId, threadId: MessageThreadId? = null): String
fun makeLinkToMessage(chatId: Identifier, messageId: MessageId, threadId: MessageThreadId? = null): String


fun makeLinkToMessage(chat: Chat, messageId: MessageId): String?

Link which can be used as by any user to get access to Message. Returns null in case when there are no known way to build link (for PrivateChats, for example)

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html index 87e5623e19..3e40445358 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html @@ -66,7 +66,7 @@
inline fun makeLink(username: Username, threadId: MessageThreadId? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html index 2d9d902b53..e6a9943c2b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html @@ -66,7 +66,7 @@
inline fun makeTelegramDeepLink(username: String, startParameter: String): String
inline fun makeTelegramDeepLink(username: Username, startParameter: String): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-startattach.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-startattach.html index ee34e2f640..6fd3e43ba1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-startattach.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-startattach.html @@ -66,7 +66,7 @@
inline fun makeTelegramStartattach(username: String, data: String? = null): String
inline fun makeTelegramStartattach(username: Username, data: String? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-user-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-user-link.html index a7954c7caf..e672156d2f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-user-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-user-link.html @@ -66,7 +66,7 @@
fun makeUserLink(userId: UserId): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html index ab195474f3..e48c3e5be4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html index c1249b859b..7abe7cc4d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html @@ -66,7 +66,7 @@
fun makeUsernameLink(username: String, threadId: MessageThreadId? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-link.html index b48b35c915..de3ae429ab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-link.html @@ -66,7 +66,7 @@
fun makeUsernameStartattachLink(username: String, data: String? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-prefix.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-prefix.html index aaa6518797..c069e59555 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-prefix.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-startattach-prefix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html index 5f028f3047..fc1e90e6e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html index 60587d5150..398a74a8f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html index 5abc2e6c8b..eada06ba07 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html index 1966a447db..70e4c34ecd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html index 61dd496b69..062a5e83e9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html index 57ceffbea3..1ba055118d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html index 6940ad4644..167881afd4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html index 08b7337106..5ddfe551bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html index 60a0b63a60..18730112db 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html index 8f802a1b48..2a41aa2c68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html index 77995d3fcb..d44ab443ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html index 5ff14f68b4..c54bbae589 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html index 6b352f133d..dcb9d61153 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html @@ -66,7 +66,7 @@
infix fun String.mention(parseMode: ParseMode): String
infix fun Pair<String, UserId>.mention(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/message-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/message-link.html index 3773a5bfc7..d688769096 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/message-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/message-link.html @@ -66,7 +66,7 @@

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html index 5901834055..8b25dcefc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html index 3e052d91cb..faa8b7cc48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html index e7b5397534..77d31fe6f4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html index eb8777c480..b0317956d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html @@ -66,7 +66,7 @@
infix fun String.phone(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html index b548e52260..b0cb878b68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html @@ -66,7 +66,7 @@
fun String.preHTML(language: String? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html index c0e79a7dfb..4bc87efd36 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html @@ -66,7 +66,7 @@
fun String.preMarkdownV2(language: String? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html index e541b9d2cd..7ab5545adc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html @@ -66,7 +66,7 @@
fun String.preMarkdown(language: String? = null): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html index 6ab91df56e..6636e0a824 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html @@ -66,7 +66,7 @@
fun String.pre(parseMode: ParseMode, language: String? = null): String
infix fun String.pre(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html index 81225faa1a..71cee07f80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html index ad7196c25f..d544a69886 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html index 4c85fe91cd..ad63b57e18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html index f8f440fce5..cb04278599 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html @@ -66,7 +66,7 @@
infix fun String.regular(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/startattach-prefix.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/startattach-prefix.html index f8ca3fa570..494129f083 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/startattach-prefix.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/startattach-prefix.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html index 539e4033e5..73013b918c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html index 54a937207d..51086b02aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html index 1254136b67..1e1442e631 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html index 23939ad699..f9258dea28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html @@ -66,7 +66,7 @@

Crutch for support of strikethrough in default markdown. Simply add modifier, but it will not look like correct

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html index fa7cdd500c..7c11c47710 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html @@ -66,7 +66,7 @@
infix fun String.strikethrough(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html index 5d9f80608f..97a38074c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html index 454eeed941..6389c09951 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html index a47fe0ecfe..184d47f46c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html index 3380c6f01a..230e30073d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html index f7d2da0c12..d634090992 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html index e6b68dbe0a..0a204f09f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html index 3ac12e71fc..0bae81eb3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html index 2c2751e05d..f6141ff57b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html index 2d7b40309e..0ad71a7152 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html index 3cc311d309..59d35e112b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html index 175494ce19..4a22335adf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html index 677a0cca26..6231b83418 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html index 89605ab338..542cf5369f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html index 931ecbbcee..b83945a43e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html index 9344ad6d51..e80ea54693 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html @@ -66,7 +66,7 @@

Crutch for support of underline in default markdown. Simply add modifier, but it will not look like correct

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html index e2b875fb32..81f3c199cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html @@ -66,7 +66,7 @@
infix fun String.underline(parseMode: ParseMode): String
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/username-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/username-link.html index 536e422ee3..ad43ee5fbe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/username-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.formatting/username-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html index d61569c9d5..422f3bf36e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.animationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<AnimationContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html index ee4a6a759e..59c754bb1c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.audioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<AudioContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html index 144c686f78..464a3091cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html index 9f62feebf7..be424d4bb7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html index e2f3f12423..7f31132d63 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html index 66b0d0213a..200e0254ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html index 7b264f0892..76d2a21450 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html @@ -66,7 +66,7 @@
fun closePollExactAt(dateTime: DateTime): ExactScheduledCloseInfo
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html index dff512f5fd..b4271c105b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.contactMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<ContactContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html index 5e25bc86e0..357a9b7309 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html index 220438325c..aa311a5571 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html index bdeb0e713f..391144a4fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html index e39409ce63..2689c7713a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.diceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<DiceContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html index 42bb50da0a..21891c2b0e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.documentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<DocumentContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html index f5a151bad7..94b3fc4a14 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html index 231262df17..28701b7b20 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html @@ -66,7 +66,7 @@
fun <T : Any> RequestsExecutor.executeAsync(request: Request<T>, scope: CoroutineScope): Deferred<T>
suspend fun <T : Any> RequestsExecutor.executeAsync(request: Request<T>): Deferred<T>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html index ecb0b4f6bc..9c8d01460f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html @@ -66,7 +66,7 @@
suspend fun <T : Any> RequestsExecutor.executeUnsafe(request: Request<T>, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array<Throwable>) -> Unit? = null): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html index 3b192ac9ec..0680b36173 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html @@ -66,7 +66,7 @@
inline fun <T : ChatEvent, O : ChatEventMessage<T>> Flow<ChatEventMessage<*>>.filterByChatEvent(): Flow<O>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html index c469675877..579f8e18b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html index 5efb820971..a94498f2d4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html @@ -66,7 +66,7 @@

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex

Return

The same message in case if it contains somewhere in text BotCommandTextSource with Regex.matches

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html index 2b7ef117ca..d83548b7b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html @@ -66,7 +66,7 @@
fun <T : ContentMessage<TextContent>> Flow<T>.filterCommandsWithArgs(commandRegex: Regex): Flow<Pair<T, List<TextSource>>>

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains first TextSource as BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex and for other TextSource objects used next rules: all incoming text sources will be passed as is, RegularTextSource will be split by " " for several RegularTextSource which will contains not empty args without spaces.

Return

Paired original message and converted list with first entity BotCommandTextSource and than all others according to rules in description

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html index 4c3398ce73..f36a2cb0a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html @@ -66,7 +66,7 @@


inline fun <T : MessageContent> FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<T>>

Parameters

scopeToIncludeChannels

This parameter is required when you want to include textMessages for channels too. In this case will be created new channel which will aggregate messages from FlowsUpdatesFilter.messagesFlow and FlowsUpdatesFilter.channelPostsFlow. In case it is null will be used Flows mapping

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html index ee1a22f7de..68bf948452 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html @@ -66,7 +66,7 @@
fun <T : ContentMessage<TextContent>> Flow<T>.filterExactCommands(commandRegex: Regex): Flow<T>

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains ONLY ONE TextSource and that is BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex

Return

The same message in case if it contains only BotCommandTextSource with Regex.matches

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html index 442480eede..1ef802d5cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html index 324a299c5b..d535986598 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html index cea1bdfea9..6a5824b4ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html index 01181d2288..1449aba559 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html index 9d89bcac74..c0bfa5473c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.gameMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<GameContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html index e048992718..4e534a5885 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html index 0d0cd7dee1..692b4d41a1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html index 32240f1aac..e2d2307b2f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html @@ -66,7 +66,7 @@


inline fun FlowsUpdatesFilter.imageMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<PhotoContent>>

Shortcut for photoMessages

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/index.html index ca7740ea64..ef513dd914 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/index.html @@ -1049,7 +1049,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html index b61b810605..933345045c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.invoiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<InvoiceContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html index 86d03d6045..48a828fb9f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html index b1fc3bf0e3..b2f19c65b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html index 901864e4a5..770cf1e406 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.locationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<LocationContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html index bb12198a81..7e5e741e84 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html index 9fb68de1e6..09b8ac3f83 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html index 1de93338c1..40b9e0325f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html index 49e09d828e..f3bb6209f8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html index 5e88fea703..64a2b20f15 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html index 5d6ee72ada..efdd574e22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html index 4ff02fe13d..15f60532a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html index b6c87a05c7..2794c1d51d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html index 96f1e83adf..e418ea6630 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html index 09286a4f4c..dfc6764099 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html index ae17324b0e..0e5c3837f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html index 30dc14130d..0dee977122 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html index 17855a0879..9a42964304 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.photoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<PhotoContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html index 22a541aeab..716a1fcc49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.pollMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<PollContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html index bb60c86dbe..ecb87c4de4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html index f95e2873e7..fa24c2e193 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html index a8f56b98cf..130d129328 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html index d0914f540f..afd2360026 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.sentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<MessageContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html index ef59e9155b..a46a163481 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.stickerMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<StickerContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/story-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/story-messages.html index 18af86ace9..b7aa61ad01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/story-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/story-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.storyMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<StoryContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html index 9e44fc75b5..714d753645 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html index 2d0865aaf6..434b65b98d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html index 3350283cf7..ecf14adcf7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html index 0502ab27eb..4a24c65b7a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html index a8350633b4..0319debf27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html index a5bce4c8fd..c239bba83f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html index 9a3a438081..644c768c2e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.textMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<TextContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html index 47b067233f..2f93fc0235 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.venueMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<VenueContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html index 63f46e49e6..c881ae87ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.videoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<VideoContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html index 8a8f0006a2..e00867c0ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.videoNoteMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<VideoNoteContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html index d8a7f0ba41..1e8de85e9c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html @@ -66,7 +66,7 @@
fun FlowsUpdatesFilter.voiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow<ContentMessage<VoiceContent>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html index 9e5522bb4b..f59126d3af 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html index 29f82c2fd1..ed1b2b2616 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html index 4eebe5ffe0..0f28d55faa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html index 991ace4efc..076d1a142a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html index a79e3606a1..ecd1923312 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html @@ -66,7 +66,7 @@
fun ReplyKeyboardMarkup(vararg buttons: KeyboardButton, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, persistent: Boolean? = null): ReplyKeyboardMarkup
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html index a10ffd2eb3..3ede776454 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/build.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/build.html index c4bf73e1d5..20709967ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/build.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/build.html @@ -66,7 +66,7 @@
fun ReplyKeyboardBuilder.build(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, persistent: Boolean? = null): ReplyKeyboardMarkup

Creates InlineKeyboardMarkup using internal matrix

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html index 2dac21a8ac..d1d4318be9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html @@ -66,7 +66,7 @@

Creates and put CallbackDataInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-inline-keyboard.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-inline-keyboard.html index 3b3487ecb4..8ca75b8da0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-inline-keyboard.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-inline-keyboard.html @@ -66,7 +66,7 @@

Factory-function for InlineKeyboardBuilder, but in difference with inlineKeyboard this function will create single-row inline keyboard

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-reply-keyboard.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-reply-keyboard.html index 98ddfbd4d9..942b55138b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-reply-keyboard.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/flat-reply-keyboard.html @@ -66,7 +66,7 @@
inline fun flatReplyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, persistent: Boolean? = null, block: ReplyKeyboardRowBuilder.() -> Unit): ReplyKeyboardMarkup

Factory-function for ReplyKeyboardBuilder, but in difference with replyKeyboard this method will create single-row keyboard

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html index 7a31c3c1ec..94466cbd92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html @@ -66,7 +66,7 @@

Creates and put CallbackGameInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/index.html index 8c0e0e153a..9bf9041d42 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/index.html @@ -543,7 +543,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html index 8fdbccc591..a45cb7f091 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html @@ -66,7 +66,7 @@

Factory-function for InlineKeyboardBuilder. It will apply to internally created InlineKeyboardMarkup and InlineKeyboardBuilder.build then

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html index ce8dc6c24e..19cc0a8348 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html @@ -66,7 +66,7 @@

Creates and put SwitchInlineQueryInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-any-chosen-chat-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-any-chosen-chat-button.html index df70824261..7e363348cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-any-chosen-chat-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-any-chosen-chat-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-chosen-chat-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-chosen-chat-button.html index ac9e87174d..112a1ecebc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-chosen-chat-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-chosen-chat-button.html @@ -66,7 +66,7 @@
inline fun InlineKeyboardRowBuilder.inlineQueryInChosenChatButton(text: String, query: String? = null, allowUsers: Boolean = false, allowBots: Boolean = false, allowGroups: Boolean = false, allowChannels: Boolean = false): Boolean

Creates and put SwitchInlineQueryChosenChatInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html index 534706ddd5..08da867522 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html @@ -66,7 +66,7 @@

Creates and put SwitchInlineQueryCurrentChatInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html index 51a8e5c2a0..4182dd98bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html @@ -66,7 +66,7 @@

Creates and put LoginURLInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html index ca9f5e8afd..08e50d3041 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html @@ -66,7 +66,7 @@

Creates and put PayInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html index b779d94f52..f5fc0b2f27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html @@ -66,7 +66,7 @@
inline fun replyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, persistent: Boolean? = null, block: ReplyKeyboardBuilder.() -> Unit): ReplyKeyboardMarkup

Factory-function for ReplyKeyboardBuilder. It will apply to internally created ReplyKeyboardMarkup and ReplyKeyboardBuilder.build then

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-bot-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-bot-button.html index 66bc67fa19..904c508be4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-bot-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-bot-button.html @@ -66,7 +66,7 @@

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Bot

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-channel-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-channel-button.html index a326905f50..593e2ca173 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-channel-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-channel-button.html @@ -66,7 +66,7 @@
inline fun ReplyKeyboardRowBuilder.requestChannelButton(text: String, requestId: RequestId, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): Boolean

Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat.Channel

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-chat-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-chat-button.html index d4195ee3c0..f136dad217 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-chat-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-chat-button.html @@ -66,7 +66,7 @@

Creates and put RequestChatKeyboardButton

See also

ReplyKeyboardBuilder.row

inline fun ReplyKeyboardRowBuilder.requestChatButton(text: String, requestId: RequestId, isChannel: Boolean? = null, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): Boolean

Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html index c659f604db..87c8dacd6b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html @@ -66,7 +66,7 @@

Creates and put RequestContactKeyboardButton

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-group-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-group-button.html index 525b3ebba7..517108ecde 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-group-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-group-button.html @@ -66,7 +66,7 @@
inline fun ReplyKeyboardRowBuilder.requestGroupButton(text: String, requestId: RequestId, isForum: Boolean? = null, isPublic: Boolean? = null, isOwnedBy: Boolean? = null, userRightsInChat: ChatCommonAdministratorRights? = null, botRightsInChat: ChatCommonAdministratorRights? = null, botIsMember: Boolean? = null): Boolean

Creates and put RequestChatKeyboardButton with KeyboardButtonRequestChat.Group

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html index f7b67aabbe..b76d4c5a5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html @@ -66,7 +66,7 @@

Creates and put RequestLocationKeyboardButton

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html index 718ba2e5bb..6286013fe6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html @@ -66,7 +66,7 @@

Creates and put RequestPollKeyboardButton

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-button.html index 6287480ac6..54042c1517 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-button.html @@ -66,7 +66,7 @@

Creates and put RequestUserKeyboardButton

See also

ReplyKeyboardBuilder.row

inline fun ReplyKeyboardRowBuilder.requestUserButton(text: String, requestId: RequestId, premiumUser: Boolean? = null): Boolean

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Common

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-or-bot-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-or-bot-button.html index fd9e17a59b..729c7d5d74 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-or-bot-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-user-or-bot-button.html @@ -66,7 +66,7 @@

Creates and put RequestUserKeyboardButton with KeyboardButtonRequestUser.Any

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html index 22057bf303..7a02b5ab31 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html @@ -66,7 +66,7 @@

Creates and put SimpleKeyboardButton

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html index 266e1a80f5..c083f9e8d8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html @@ -66,7 +66,7 @@

Creates and put URLInlineKeyboardButton

See also

InlineKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html index e305e9602e..be094837d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html @@ -66,7 +66,7 @@

Creates and put WebAppInlineKeyboardButton. Please, remember that this button is available in private chats only

See also

InlineKeyboardBuilder.row

Creates and put WebAppKeyboardButton

See also

ReplyKeyboardBuilder.row
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/index.html index 70a8bf3513..2796c32d19 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/index.html @@ -104,7 +104,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html index aa32eefb01..d3e2e838ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html @@ -66,7 +66,7 @@
suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html index 1f8747d9bb..f4d48af098 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html @@ -66,7 +66,7 @@
fun TelegramBot.createAccumulatedUpdatesRetrieverFlow(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, exceptionsHandler: ExceptionHandler<Unit>? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, autoDisableWebhooks: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000): Flow<Update>

Return

kotlinx.coroutines.flow.Flow which will emit updates to the collector while they will be accumulated. Works the same as longPollingFlow, but it will cancel the flow after the first one HttpRequestTimeoutException

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html index 840a37b37b..10bace02f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html @@ -66,7 +66,7 @@
suspend fun TelegramBot.flushAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), allowedUpdates: List<String>? = ALL_UPDATES_LIST, exceptionsHandler: ExceptionHandler<Unit>? = null, autoDisableWebhooks: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, updatesReceiver: UpdateReceiver<Update> = {})

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html index fbed1ac808..9692a96bbe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html @@ -68,7 +68,7 @@
fun Route.includeWebhookHandlingInRouteWithFlows(scope: CoroutineScope, exceptionsHandler: ExceptionHandler<Unit>? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: FlowsUpdatesFilter.() -> Unit)

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html index cff5658d0e..43a71f37b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html @@ -68,7 +68,7 @@
fun Route.includeWebhookHandlingInRoute(scope: CoroutineScope, exceptionsHandler: ExceptionHandler<Unit>? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: UpdateReceiver<Update>)

Allows to include webhook in custom route everywhere in your server

Parameters

scope

Will be used for mapping of media groups

exceptionsHandler

Pass this parameter to set custom exception handler for getting updates

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/index.html index 67fff57f1e..60efa51967 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html index 3fa660586e..413abac8e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html @@ -66,7 +66,7 @@
fun TelegramBot.longPollingFlow(timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler<Unit>? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000): Flow<Update>

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html index 2ecd427762..88952befe6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html @@ -66,7 +66,7 @@
fun TelegramBot.longPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, exceptionsHandler: ExceptionHandler<Unit>? = null): Job

Will startGettingOfUpdatesByLongPolling using incoming updatesFilter. It is assumed that you ALREADY CONFIGURE all updates receivers, because this method will trigger getting of updates and.

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates


fun TelegramBot.longPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler<Unit>? = null, flowsUpdatesFilterUpdatesKeeperCount: Int = 100, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, flowUpdatesPreset: FlowsUpdatesFilter.() -> Unit): Job

Will enable longPolling by creating FlowsUpdatesFilter with flowsUpdatesFilterUpdatesKeeperCount as an argument and applied flowUpdatesPreset. It is assumed that you WILL CONFIGURE all updates receivers in flowUpdatesPreset, because of after flowUpdatesPreset method calling will be triggered getting of updates.

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html index 001bcaf365..6f71e5f4dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html @@ -66,7 +66,7 @@
fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler<Unit>? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, autoDisableWebhooks: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, updatesReceiver: UpdateReceiver<Update>): Job
fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), autoDisableWebhooks: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, exceptionsHandler: ExceptionHandler<Unit>? = null): Job

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html index 23b28bdf5d..bf910f6873 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html @@ -68,7 +68,7 @@
suspend fun RequestsExecutor.setWebhookInfoAndStartListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, setWebhookRequest: SetWebhookRequest, exceptionsHandler: ExceptionHandler<Unit> = {}, 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<Update>): ApplicationEngine

Setting up ktor server, set webhook info via SetWebhookRequest request.

Parameters

listenPort

port which will be listen by bot

listenRoute

address to listen by bot

scope

Scope which will be used for

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html index f19c3b6d98..bbc4f7eb7c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html @@ -66,7 +66,7 @@
fun TelegramBot.startGettingOfUpdatesByLongPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler<Unit>? = null, allowedUpdates: List<String>? = ALL_UPDATES_LIST, autoDisableWebhooks: Boolean = true, autoSkipTimeoutExceptions: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, updatesReceiver: UpdateReceiver<Update>): Job
fun RequestsExecutor.startGettingOfUpdatesByLongPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler<Unit>? = null, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), autoDisableWebhooks: Boolean = true, mediaGroupsDebounceTimeMillis: Long? = 1000, autoSkipTimeoutExceptions: Boolean = true): Job

Parameters

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html index 750dedb086..ff7acffeb2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html @@ -68,7 +68,7 @@
fun startListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, exceptionsHandler: ExceptionHandler<Unit>, 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<Update>): ApplicationEngine

Setting up ktor server

Parameters

listenPort

port which will be listen by bot

listenRoute

address to listen by bot. If null - will be set up in root of host

scope

Scope which will be used for

privateKeyConfig

If configured - server will be created with sslConnector. connector will be used otherwise

mediaGroupsDebounceTimeMillis

Will be used for calling of updateHandlerWithMediaGroupsAdaptation. Pass null in case you wish to enable classic way of updates handling, but in that mode some media group messages can be retrieved in different updates

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html index 39e575b79f..f791edbcf0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html @@ -66,7 +66,7 @@
fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver<Update>, debounceTimeMillis: Long = 1000): UpdateReceiver<Update>
fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver<Update>): suspend (Update) -> Unit

Create UpdateReceiver object which will correctly accumulate updates and send into output updates which INCLUDE dev.inmo.tgbotapi.types.update.MediaGroupUpdates.MediaGroupUpdates.

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html index 990075df8e..520b884841 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html @@ -66,7 +66,7 @@

Will map incoming BaseSentMessageUpdates to CommonMessage from BaseSentMessageUpdate.data

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html index 18eb2b30be..3d1529cae8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html @@ -66,7 +66,7 @@

Will map incoming BaseSentMessageUpdates to ContentMessage from BaseSentMessageUpdate.data

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html index 919651599c..20a3ef1a0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html @@ -66,7 +66,7 @@

Return

New Flow with DataCallbackQuery type, got from CallbackQueryUpdate.data field

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html index 9db6c48380..4ec4e71542 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html @@ -66,7 +66,7 @@

Return

New Flow with GameShortNameCallbackQuery type, got from CallbackQueryUpdate.data field

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html index d29272492b..2de8c22cde 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html @@ -66,7 +66,7 @@

Return

New Flow with UnknownCallbackQueryType type, got from CallbackQueryUpdate.data field

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html index b0c1f2525b..4910bc80d4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html @@ -66,7 +66,7 @@

Will map incoming BaseSentMessageUpdates to UnknownMessageType from BaseSentMessageUpdate.data

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html index bf86a2ed33..0588b655ab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html @@ -66,7 +66,7 @@
inline fun <T : BaseSentMessageUpdate> Flow<T>.chatEvents(): Flow<ChatEventMessage<*>>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html index 1798a74481..c7a117dbd9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html @@ -66,7 +66,7 @@

Will convert incoming list of Updates to list with Updates, which include dev.inmo.tgbotapi.types.message.abstracts.ContentMessages with dev.inmo.tgbotapi.types.message.content.MediaGroupContent

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html index c064a98ee2..e1cc61297e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html @@ -66,7 +66,7 @@

Flow.filter incoming BaseMessageUpdates by their IdChatIdentifier

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html index 2844321ef7..fdc88450a3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html @@ -66,7 +66,7 @@

Flow.filter incoming BaseMessageUpdates by their IdChatIdentifier using Chat.id of chat

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html index d8d0759d28..5739d40408 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html @@ -66,7 +66,7 @@

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex

Return

The same message in case if it contains somewhere in text BotCommandTextSource with Regex.matches

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html index 28341c96fa..5d41b1cb0e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html @@ -66,7 +66,7 @@

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains first TextSource as BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex and for other TextSource objects used next rules: all incoming text sources will be passed as is, RegularTextSource will be split by " " for several RegularTextSource which will contains not empty args without spaces.

Return

Paired original message and converted list with first entity BotCommandTextSource and than all others according to rules in description

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html index 4c72024634..711467d12b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html @@ -66,7 +66,7 @@

Convert incoming dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content of messages with fullEntitiesList and check that incoming message contains ONLY ONE TextSource and that is BotCommandTextSource. Besides, it is checking that BotCommandTextSource.command with incoming commandRegex

Return

The same message in case if it contains only BotCommandTextSource with Regex.matches

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html index 789133bc23..8a4d6ea29a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html @@ -66,7 +66,7 @@
inline fun flowsUpdatesFilter(internalChannelsSizes: Int = 100, block: FlowsUpdatesFilter.() -> Unit): FlowsUpdatesFilter

Non-suspendable function for easy-to-use creating of FlowsUpdatesFilter and applying the block to it

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/forum-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/forum-message.html index 9d1986e9d1..9fc75f4666 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/forum-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/forum-message.html @@ -66,7 +66,7 @@

A predicate to test that message has been sent in the forum. Use it as the initialFilter parameter in behaviour builder triggers. E.g.

onContentMessage(
initialFilter = Message::forumMessage
) {
// The message here will be from forum
}

Return

true if this Message is from forum (threadIdOrNull is not null). False otherwise.

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-commands.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-commands.html index ea99bccfbd..31b3eabad6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-commands.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-commands.html @@ -66,7 +66,7 @@

A predicate to test whether a message contains any commands in its body. Use it as the initialFilter parameter in behaviour builder triggers. E.g.

onContentMessage(
initialFilter = CommonMessage<MessageContent>::hasCommands
) {
// the message contains at least one command here
}

Return

true if this CommonMessage contains any commands. False otherwise.

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-no-commands.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-no-commands.html index a3a429f249..b14956c679 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-no-commands.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/has-no-commands.html @@ -66,7 +66,7 @@

A predicate to test whether a message contains any commands in its body. Use it as the initialFilter parameter in behaviour builder triggers. E.g.

onContentMessage(
initialFilter = CommonMessage<MessageContent>::hasNoCommands
) {
// the message contains no commands here
}

Return

true if this CommonMessage does not contain any commands. False otherwise.

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/index.html index ebfdbc4781..25f2322077 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/index.html @@ -554,7 +554,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html index 5ea45d6f5f..6f0841024e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html @@ -66,7 +66,7 @@

Return

The biggest UpdateIdentifier OR null

See also

Update.lastUpdateIdentifier
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/not-forum-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/not-forum-message.html index a4a5ec9951..f32b06e2ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/not-forum-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/not-forum-message.html @@ -66,7 +66,7 @@

A predicate to test that message has not been sent in the forum. Use it as the initialFilter parameter in behaviour builder triggers. E.g.

onContentMessage(
initialFilter = Message::notForumMessage
) {
// The message here will not be from forum
}

Return

true if this Message is not from forum (threadIdOrNull is not null). False otherwise.

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html index 0d0185161a..f8f2d20f7f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html @@ -66,7 +66,7 @@

Return

Mapped Flow with Pairs. Pair.first in this pair will be UpdateIdentifier. It could be useful in cases you are using InlineQueryUpdate.updateId for some reasons. Pair.second will always be BaseChosenInlineResult.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html index 0dbcc22b9c..23a7d7df01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html @@ -66,7 +66,7 @@

Return

Filter updates only with BaseChosenInlineResult and map it to a Flow with values BaseChosenInlineResult

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html index d479162950..0497bde122 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html @@ -66,7 +66,7 @@

Return

Mapped Flow with Pairs. Pair.first in this pair will be UpdateIdentifier. It could be useful in cases you are using InlineQueryUpdate.updateId for some reasons. Pair.second will always be BaseInlineQuery.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html index ea0a4d3f64..beba427339 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html @@ -66,7 +66,7 @@

Return

Filter updates only with BaseInlineQuery and map it to a Flow with values BaseInlineQuery

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html index b54fee2036..81e7cdf84f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html index b00d865917..9cf3ed0bc1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html @@ -66,7 +66,7 @@

Converts flow to Flow of BaseSentMessageUpdate

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html index 6237a18e81..10c8ac622a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html @@ -66,7 +66,7 @@

Return

Mapped Flow with Pairs. Pair.first in this pair will be UpdateIdentifier. It could be useful in cases you are using InlineQueryUpdate.updateId for some reasons. Pair.second will always be LocationChosenInlineResult.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html index cd9a3d7339..ca8a33d467 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html @@ -66,7 +66,7 @@

Return

Filter updates only with LocationChosenInlineResult and map it to a Flow with values LocationChosenInlineResult

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html index 76c10f1c23..0d492cf6dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html @@ -66,7 +66,7 @@

Return

Mapped Flow with Pairs. Pair.first in this pair will be UpdateIdentifier. It could be useful in cases you are using InlineQueryUpdate.updateId for some reasons. Pair.second will always be LocationInlineQuery.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html index ad5042a85a..a498f7e819 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html @@ -66,7 +66,7 @@

Return

Filter updates only with LocationInlineQuery and map it to a Flow with values LocationInlineQuery

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html index 9bb1deceff..482540efdb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html @@ -66,7 +66,7 @@

Converts flow to Flow of BaseSentMessageUpdate

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html index dd09921691..d942eaaae4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html index 8973822c6d..4746cdf5d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html @@ -66,7 +66,7 @@
fun Json.toTelegramUpdate(source: String): Update
fun Json.toTelegramUpdate(source: JsonElement): Update

Return

Deserialize source as dev.inmo.tgbotapi.types.update.abstracts.Update


Return

Deserialize this as dev.inmo.tgbotapi.types.update.abstracts.Update. In fact, it is must be JSON

See also


fun JsonElement.toTelegramUpdate(): Update

Return

Deserialize this as dev.inmo.tgbotapi.types.update.abstracts.Update

See also

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html index 136c66bba9..8a86818ba0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html index 2b7fe7efde..9c57d29cda 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html index bb74a1e507..e783161552 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html index 8461e791d0..5404796ee6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/entries.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/entries.html index c64ed1356a..d4440b9d6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/entries.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/entries.html @@ -66,7 +66,7 @@

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html index 24138fdac9..6c8105534b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html @@ -248,7 +248,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html index 9166262db6..102f16cea5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html @@ -66,7 +66,7 @@
val number: Int

Parameters

number

Internal representation of reel

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html index b052c7ce18..17ce2d32cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html @@ -66,7 +66,7 @@

Parameters

text

Is a text representation

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/value-of.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/value-of.html index 6dd0e1225c..bbdb201aff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/value-of.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/value-of.html @@ -66,7 +66,7 @@

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/values.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/values.html index 9e8d754640..ae3b4d6b87 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/values.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/values.html @@ -66,7 +66,7 @@

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html index 3bf826edce..f2ac0dde4d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html @@ -66,7 +66,7 @@
constructor(rawValue: DiceResult)
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html index bc110cac21..214744b20c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html index 6d93c8c76f..17189156cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html @@ -66,7 +66,7 @@
@Transient
val center: Int
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html index b23aad5c5a..12a13b4702 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html @@ -199,7 +199,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html index 03614c0ea2..7c4cffd936 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html index eeb06000c5..c89028ef41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html @@ -66,7 +66,7 @@
@Transient
val left: Int
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html index 97ac4442ec..691f940c0c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html index 4cf066cac8..52b02be78b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html index 780b227027..9747328edc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html @@ -66,7 +66,7 @@
@Transient
val right: Int
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-null.html index 0f43bcf289..b35592226b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-throw.html index e77c44c3d1..004b0445cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/able-to-add-in-attachment-menu-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-null.html index c2c9f3e1fa..afab088c7e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-throw.html index dd4ec41b3c..7ee674b5cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/address-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-null.html index 4c1bae1653..bf045532c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-throw.html index 3de09e6e84..6d64c5e289 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/administrator-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html index 8392a91236..82a64b4179 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html @@ -66,7 +66,7 @@
fun <T> aggregateFlows(withScope: CoroutineScope, vararg flows: Flow<T>, internalBufferSize: Int = 64): Flow<T>

Analog of merge function for Flows. The difference is in the usage of BroadcastChannel in this case

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-null.html index 2aabe88f3c..e43edb4c3b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-throw.html index 68f7f51b3b..3c1e2ee728 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animated-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-null.html index 09f89d50fd..67bb6504ed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-throw.html index 09242ba962..13f494adbe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-null.html index 9003552944..dcfe81b6ae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-throw.html index 2a951e3928..20641b60c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/animation-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-null.html index 66f3757a39..f11dff838f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-throw.html index 270fac918e..ec8c4e9abc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-forum-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-null.html index d53a487a74..0708f49b67 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-throw.html index c9df4721ed..27887a498d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/anonymous-group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-null.html index e2eb02cdf8..ea3ec1afaf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-throw.html index f225135255..2feb3f0cd8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/any-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-null.html index 8fb225e248..1b46fac0f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-throw.html index bcf486c8d3..9361d322d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/approximate-scheduled-close-info-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-able-to-add-in-attachment-menu-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-able-to-add-in-attachment-menu-chat.html index 18f65bb5d7..b3fb4e4d74 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-able-to-add-in-attachment-menu-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-able-to-add-in-attachment-menu-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html index de52a1ff0c..3910808e41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html index 43e39c1f6e..372be4de4b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html index a2a9b4f59f..13c8bed153 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html index e5281d9ee2..7f1c62f84d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html index a4e8a827be..be5781f900 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html index ad3c31ea3a..6f099ef515 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html index d27efbc46e..9d82dbb576 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html index 767f94203a..330cbcba51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html index 254a96ca7d..a8f75ce569 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html index b26cb0edc2..0178650e98 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html index 5f2ce92007..afc4f5d607 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html index 4bc7230d25..f97ba5eabd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html index a864089ff3..462814c2f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html index 3652d46872..94623f57dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html index 5705807c2a..24b51168ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html index 6687157453..ab7680ff7f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html index a06302fc3f..9a0b5849b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html index e2c77ab20b..659497cbd7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html index 6a0e93130d..9e01ae6fca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html index c1049c5407..b65ca94e9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html index 226ec9935c..ad82fac685 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html index d4e470d0ec..72f104e9b9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html index 589a34c5b4..2bd1464c0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html index 816707cca4..e6fdab2123 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot.html index 4f86022ae3..34b9b74531 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bot.html @@ -66,7 +66,7 @@
inline fun Chat.asBot(): Bot?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html index 4704108949..54c6142a4d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html index 3ef1238dee..090bb6ed21 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html index 6bcd29f00e..9003626b48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html index 2a64286e09..247dacb6da 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html index 81a2597d6d..198fafad31 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html index 96a59f96be..7dba671c02 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html index 821663c253..7de9b7dee9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html index 3c4d6e1047..81be6e5bfa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html index 9b2ea5c18f..d0b05b435b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html index 36271a2726..cb0688f06a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html index 255d0bd33b..2cb72407cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html index c65de9fa83..d5876c2522 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html index 58af9974d8..dca7567a48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html index ccf363a395..277d3956e9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html index 284204a718..6febf5440f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html index 9d549c1737..5768bf9fe7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html index 685e2fc164..8d17ffba3b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html index e241b2b4a4..32339a8244 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html index 14b45caab2..9f4ed0910c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html index f6e625eac0..21be7bed6a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html index 4152c0069e..cb5de06d17 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html index 0c14f5ecd6..7783c734ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html @@ -66,7 +66,7 @@
inline fun Chat.asCommonBot(): CommonBot?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html index 34f7fddd0e..e63a3118e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-event.html index e68bc2fe0f..7b8577789b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html index c43a17df70..5292e8814d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html index c17f1dcff0..b750c21b19 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-message.html index 70cf429715..650cdeb114 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html index 1f9e2dd583..cdb296c697 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html index febea3cf0e..b7df1eaf87 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html index 7b0186f7b5..7496789da5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-user.html index a5a6053e7e..80e4ad1069 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-common-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html index dfc791f78c..4773fe2d71 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html index 7195593a2b..d68f7191ed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-content-message.html index 6797d8d959..0df88e7ce5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-create-invoice-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-create-invoice-link.html index b10934806e..8470e0b835 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-create-invoice-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-create-invoice-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html index fcbfea48ea..3367624a85 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html index 977162b793..30d65b18ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html index 19860d898c..e8852bd413 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html index 5a1436686d..9b0b07d5b9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html index 8d69c4ad1b..77acbd809d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html index 4d0fe54a36..9aaf663da3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html index af543b5489..97b97197c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-content.html index 5a3190d2e7..4526274ab5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-file.html index ba7587373b..e819e37c70 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html index e0a981970f..8d5eca19e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html index ad2e8dee99..e27774e96d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html index 12d4a4346d..0e8ac731bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html index 68c9236d94..b32b05a2be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html index d08f3e54f9..04157a4e1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html index 66de09acf6..cd02821c26 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html index c008998c64..3b7ce1478d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html index 693b1b867b..1251ce26c5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-email.html index 06f03d5769..97378d30b9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html index 8eab9e21e0..9d3c423777 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html index 80b8c25de2..bc4b6e8fae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html index da4dff3b14..57daf4e65d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html index 745ab3937f..a64ce43dd0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html index c1f2237376..944d092e50 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html index 3afcf7db36..210e88af47 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html index d0f5becc85..1204b318b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html index 24891cb9dc..72c48f4a4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html index ac28d50440..5a1e845b5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html index 029ecec753..ae348c4c28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html index dffe8ca736..9ed32cd23f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html index 080fca8d4b..b7b4edf119 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html index d6b93c9988..e381331225 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html index 6252f11b67..fb45da4ba6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html index e93e12a797..5eb3d46c18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html index c5779be148..f638cb9b91 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html index df31f2ae6d..6f531119ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html index 31068f5ec3..be53f12b18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html index 3345c672e8..217c8b6d78 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html index af87fe55b7..4d19b2706a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html index 0445fae3ee..8472bf106c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file.html index 1014123530..5d8ad0db06 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html index 64b06aab22..a8134ca5da 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html index 2d4e3489d5..a4be748272 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html index 3985779a00..189e65b755 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html index 210f9c37e3..06a70f0b5b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html index 4dcc9d36da..2435520edf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html index bc981de184..5b367dc8d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user.html index e84936a866..395c500384 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-from-user.html @@ -66,7 +66,7 @@
inline fun Any.asFromUser(): FromUser?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-content.html index e8df6fd040..caa8ef4eff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html index 2a99655070..a0d3fbf0ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html index 201fd76533..7743316516 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html index 4b113b70ef..9a4c3e16f4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html @@ -66,7 +66,7 @@
inline fun Chat.asGroupChat(): GroupChat?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html index 9fbf97d467..11500fba65 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html index 6bdfab070c..b7f64513a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event.html index 8ab1ca656b..bbde9e487d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-group-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html index 74179d5607..437257a5c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html index b66654f2c4..d3118fa54f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html index 6bd7215dac..f893405f53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html index 4e182c9dee..1fb12fa1d9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html index a90121ed51..8b7cb95aa4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html index aa53573e59..a65a3f81cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html index a6c15a3d26..115cf395d4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html index 06fcb999b7..6263ed56ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html index 4789c991ff..199f1c2abb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html index becf2f73ff..2323529bff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html index 48481ee158..214ed5e146 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html index 2cf10f5dcd..059188b2fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html index 2a53a28455..9f0c805fe3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html index a884e54752..1c04ebd257 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html index 4f7eabde37..3b3c360556 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html index a97c962fa7..5234dd72b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html index af49c6f381..659630ab4a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html index b97d66319a..37d3723491 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html index 49b2fdc543..6c1990d926 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html index b087612a28..7edfe55208 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html index f4be883f8f..42e2f40423 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html index d073991de2..3c5188ec9c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html index 7ebfe64520..189b7c4492 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html index d96ee93aff..ad511dc07b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html index d55d47dd39..c674542eab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html index 4bbb1dbfbf..cbd33db603 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html index 8e34c7d707..f1d9a18182 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html index 6e0f5f71ff..8324eef8b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html index 2ad57df00e..b968798576 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html index 4ad3594ea4..0fd76c2813 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html index 5f5eb1d559..c4d0739e5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html index a6a8ca110d..d4945a4870 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html index 23f925eb02..3c78aee725 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html index dac0a5642f..6aa2e5ac20 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html index 253bec6453..a58872ea22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html index 9f65ac0970..97ce307f83 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html index f7d8dc17a2..f2c4e8020a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html index 7d80493211..8d96cb0f8d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html index 8d863fc9c3..27c7d5d9c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html index 3e3cbf729c..4dea2fa902 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html index ff8638b585..7fb8efee04 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html index 49bdaaf71b..93b0fbf6a4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html index a8b08005f0..b0f1e1a086 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html index 93e2564650..2a66318601 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html index 46861cb04c..9b8e9dce5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html index 4fbc22c0f5..3e591244a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html index f9811eecb7..d7186f84d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html index 3136dbf23e..de473d1f45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location.html index c9ae189bc2..0bb4008309 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-live-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html index 73d6ca8666..a6a64b9dc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-content.html index 10f7dea4c0..93de936056 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html index c1ca1f3d30..16cc4e3c9a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html index 6423537544..78b2ebbed0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html index fdcda650a5..4c7cacced2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-content.html index 01aa12059f..98f4733e56 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html index 648986a62e..adc8ea5d7f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html index 9e3bffb3ec..940393c05b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html index c8fc164ff7..a644c51aec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html index 4a75f96821..bf1c37e810 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html index 75b7cff1f9..b898b9ebdc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html index d11ca3e459..5c8bb97b5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html index e6dcc80789..e13efe7216 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-content.html index f7e5f939b7..5487872f52 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html index 75469695a8..fa2f2e27ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html index 409ed3a847..8f1b63be27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-update.html index 267b7f017a..a646086345 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html index ef02dd93a9..7752a33735 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html index 6fb39986ef..bd4e118ea3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html index 79e248c77b..6691e5b578 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html index a91a6709ca..87d5b35142 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html index 03af1d2106..c85206b1ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html index 9de47076bf..5cf93ff0cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html index f10c9d96af..4aca69500c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html index e39d947e7f..d009a6f868 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html index c97ccf0cdb..54b99314c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html index 5cbdd586e9..6e29792144 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-owner-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-owner-chat-member.html index 93c1fd3db9..029bd490fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-owner-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-owner-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html index 20c6209500..1e0cb654e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html index 71c8775a84..31063d2758 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html index ed943fa645..d0f0a4081e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html index 598ecf73c6..646975b5c2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html index 9b6dd4ae98..af6de4d04f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html index 06e19df73f..77a10dbab7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html index ba1db95e4f..e6d7e67845 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html index fea45543ec..07b762a1c3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html index 0fa36f93ee..a66d9b1705 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html index b21e3a6df7..f4164f8112 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html index fe52cf037c..82de94ab9e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html index d5dd44e91e..8ca0ef1ab6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html index a3b233b55f..773478ff1b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html index b5f4c572e8..60cb417e3f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html index 7c300c65f0..3609b59ccc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html index 6ec5ae7fea..793f386629 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html index 75c441bfd7..2cf66e94f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport.html index 199e1e5ff8..c7dedcc8f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html index 8f0cb86773..f2b93e7b34 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html index 9fb1cadb6d..dfa8b2250d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html index 4340d3ca4a..a1314ade1a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html index bb39446215..9d7d992e1b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html index c571f25623..a5d4b4534c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html index db979b4881..3a62528f33 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html index 83630e419f..4313678960 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html index 159e557d99..e1109a425b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html index 582f8a7bfb..aef8cbe982 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html index 15aab474c1..0909f59413 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html index bbcab3cd67..153f923a96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html index 9bcd849a4f..3bdef877ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html index f4cbbf9892..44ca66b62a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html index fc821b69fa..302d6a476c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html index 5b1e59e0a5..1819c0fa21 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-premium-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-premium-chat.html index 38128943a8..da25421ab1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-premium-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-premium-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html index 815aaabac7..053a366958 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html index f14a2e028d..aec3af7496 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html index d0d71ea164..8d76deefac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html index fe2475acd3..5dc8e08885 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html index 02ccea2e1b..3a9ce0e311 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html index 9c415948bf..a148a4c295 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html index 40099e2bf0..01a25ced52 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html index ea4a5a4c86..83f4085276 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html index 37e77ea1a0..fce4b79b9f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html index 174d39a674..5216d82c17 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html index 12b98e070c..8990090617 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html index c7237370cc..2b4a922d95 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html index f0f41f2bbc..b06ae4400d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html index f75579e82c..87e85aa9a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html @@ -66,7 +66,7 @@
inline fun Poll.asQuizPoll(): QuizPoll?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html index 795af62927..f5864834bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html index 43da6c8c30..74127249ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html index d102167c7d..3f927db7d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html index f289ad60e4..57e89ae4ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html index 1591682f34..add34ee94b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html index cd7707c3c9..f1053a2fdc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html index 27969c21b9..a1775ac5e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html index 2869d3e8b5..c03d4ba916 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html index e488eef4ad..9d4a89eaa9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html index 2d22c68862..df97a3f09d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html index c2772524d8..cff412eedd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html index 564c05c682..b83d08a698 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html index b28b9de420..773035a666 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html index 302748dbe6..5783973d9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html index ba9cc5298b..219cf6316e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html index 165756c131..75436725e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html index eda5a3e8d4..6a62f5e295 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html index 2f03e22876..0061c7bc6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html index a7b488dbf5..c6d3d0e032 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html index c4dd92fd72..a6ac23711e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html index b545a69685..76c5eed770 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html index b17918ddbc..5d10ac575e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html index b473199b33..f414bce2d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html index 4fb004e714..b5391fe663 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html @@ -66,7 +66,7 @@

Return

First SlotMachineReelImage with SlotMachineReelImage.number equal to receiver OR SlotMachineReelImage.SEVEN


Return

First SlotMachineReelImage with SlotMachineReelImage.text equal to receiver OR SlotMachineReelImage.SEVEN

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html index 34678fa7c7..19218185b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html index 11a5bb8a4c..ba73f4acbc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location.html index cd0026248a..63172ff1e8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-static-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html index 3c0ff827f6..b1f8ba51ff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker.html index 00dfe5de76..c185621fab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html index cdc4326d9a..75901264ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html index 1999ade238..c598bc4bea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html index 4d0ba6c85d..55963b75e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html index eeed2fde6e..87386d36ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html index 337d951900..2d05ed7da8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html index dc964ca6d1..45a7d066b9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html index 7dfb9f0564..93c9ab34a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html index 02515549ef..4666fe7ebf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html index eb070cfbdf..66deedda1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html index bfc083ce56..2f8b6c4bf6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html index aeefee71d6..9ee69c851b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html index 1a52179ad7..4d6a49aa23 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html index 1ce0cd499c..67bcfd8f9e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html index 900314ffe3..0b3b8311f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html index b7d222ea27..7d15837013 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html index 4d8ec754fc..2b657c6e9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-content.html index 2d6d004459..aac10c35cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html index 90dd963a86..d9e1149372 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html index 6e21ea82d3..cef7eaf675 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html index 3e3a11a2ea..f4a9454028 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html index c0f5354ed1..c56e704c00 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html index 9860fe0636..9f1fb129af 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html index dc72f20da2..dab109bb49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html index 8b38106a62..cbb44255fb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html index 207da49021..1049efe8bd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html index 8f0e33818a..d184f803e6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html index 39314c1151..07606a7887 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html index a6d3e05ada..79eb19ef7b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html index 6e6fb5a6b7..168da2be22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html index ef23b0da49..481ae5665c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html index 75c6338a1c..1e6e2a180c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html index 7397c287d5..89cc22ca69 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html index ef28cafbda..7e48cc02f8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html index baa0a00e91..1ce538387e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html index 39b40dc28d..1b52c09640 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html index 65ce840d1a..11b1fdebed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html index a8e50f6244..e661617f1c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html index da57ad8c7e..20ce5bc297 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html index e2829538fe..22e0ffc0d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html index c4c9e8e424..cdde26bac8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html index 74bacce7ed..599a5405d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html index 4a8622ba1f..e6d6cf88d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html index afe8d9cfc4..ccc95535af 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html index bf85d38cf6..acc4a87f47 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html index 0824dc3aa4..1dcdaef996 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html index ecdaee5cc1..7d50dd389b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html index f5551889fe..318ed953b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html index 8c1e5bac1a..d8056bd93c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html index af24bfe1bc..12aeec12ae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user.html index f6ca203c5f..66b5f7c05d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-user.html @@ -66,7 +66,7 @@
inline fun Chat.asUser(): User?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html index 870a7c389a..2d19b2eae8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html index 98a253a14b..04aebff697 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html index 8c7dc590ae..08483462fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html index a958550829..51d8035f49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html index 9c61e20108..6584a23951 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html index 7a368a389f..ee545fd115 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html index 902b27fe24..b1d304a437 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html index 6d4dfa56cb..c47ddbdacf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html index 0e1cc51da4..a7825b310f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-content.html index 4ccc8bc4bc..b2fe9eb1a4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-file.html index f8c64c9ddd..eb9f724ed3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html index 1a363582e7..75312c3f58 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html index 0d7b9e247c..65bde8f4d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html index 4fede8a8a7..f0f3b8114f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html index c435c98011..f356b1558a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html index 97150493ba..3914d887d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html index 70df3b3428..9c830ba1e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html index fbfa56be61..d90079218b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html index 33a93c423e..825c1bd9be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html index f2cfb8794f..841f5add48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html index 7f9a18da1d..76f0154613 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-user.html index 8506bb26ca..c88da32bc7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/as-with-user.html @@ -66,7 +66,7 @@
inline fun Any.asWithUser(): WithUser?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-null.html index fa03e4a92c..8dd96c83e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-throw.html index 342b3b1bcd..cc5a877036 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-null.html index e568e342a0..88ef243c67 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-throw.html index 23adb5837d..495392748a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-null.html index 226ff77ca3..5d719c36cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-throw.html index da46a7c8b9..909c1bd0b1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-member-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-null.html index 0151393035..d02ccc00d4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-throw.html index 6aa89057bb..771c360819 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/audio-media-group-part-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-null.html index 126004e9d5..12603a5edf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-throw.html index a34f19e582..756506d64d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-null.html index 2b39a9a1ea..78d069e545 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-throw.html index 2a57f8903c..4b79bb41ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bank-statement-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-null.html index 25d95f8609..8e5ae35012 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-throw.html index 5a9b9f4c23..4ce9122b4d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/banned-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-null.html index 264954b5d4..7a5318d990 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-throw.html index 8fefa23cf1..6bda54d019 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-chosen-inline-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-null.html index 1a759ec9cd..7a672924a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-throw.html index a5b9890ed0..df30f30928 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-edit-message-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-null.html index 8c280204a5..741e1f72be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-throw.html index 0090ddce46..3975724e4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-inline-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-null.html index 7a78997661..7cd6513395 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-throw.html index 99c03852a2..a3572e944f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-message-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-null.html index 11f9e4fb8b..5a1ac744e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-throw.html index f75fd2423c..cb3111c7aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/base-sent-message-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-null.html index 8d566974e2..28eccd285c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-throw.html index 4f3df1fe95..aff949a2f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/basketball-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-null.html index dde2cec201..ea7f13a6b5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-throw.html index c626a0147a..1f5b29834c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bold-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-null.html index 90987a27c2..44e325dd6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-throw.html index 1ab8254801..1909b28273 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-command-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-null.html index 96771b973a..64f3717fc8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-null.html @@ -66,7 +66,7 @@
inline fun Chat.botOrNull(): Bot?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-throw.html index 02bba09b2e..5f2a1f7689 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bot-or-throw.html @@ -66,7 +66,7 @@
inline fun Chat.botOrThrow(): Bot
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-null.html index 2a41647cad..a4914832d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-throw.html index 84080d40bd..75c30a469b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/bowling-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-null.html index c6c93240cf..e0dae1e01e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-throw.html index 608c051179..ca3198851e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-anonymous-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-null.html index 981856004e..075e1d5701 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-throw.html index 9966e44cb0..19ca7840c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/by-user-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html index 30dd069c3c..a88d03a63e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-null.html index 6af0801442..9db24c3592 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-throw.html index 62cfbd9e53..4f882b3b2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-data-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-null.html index e76e16ba74..6ec6561042 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-throw.html index 9d6aab086b..cf3a4fe992 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-game-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-null.html index 387d0df316..eeb43e2b97 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-throw.html index 2df047b804..7e3ff2aecf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-null.html index 8f9a562bfe..9fab1470b6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-throw.html index ac16b640bc..01c58be97e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/callback-query-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-null.html index c4f716c306..b1b463896c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-throw.html index 6d238778fd..2900998064 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cash-tag-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-null.html index ae331519e6..24529d4ec7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-throw.html index dff69106c8..f9cf5dfecf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-created-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-null.html index c229499332..af058770ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-throw.html index 6c73ae4409..03bd895905 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-null.html index a92eebc63d..db6ba6d972 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-throw.html index f95cb07b17..226ccc6e46 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-null.html index f0fa9e1090..81cc420516 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-throw.html index 8b993c27a2..5c68538294 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-null.html index 0cac6fae4b..59b362ac0a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-throw.html index 3e36341f40..0376d995ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-null.html index 5b4c890a66..ec9b9b920d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-throw.html index 44eb3064ff..256078f6dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/channel-post-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-null.html index c042b2a13b..5f56039ece 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-throw.html index 0d5be32f97..c1401afa68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-null.html index cc35f834e5..579361d248 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-throw.html index 3c52ffc663..54b8950317 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-null.html index 5f9a624af0..2422a9af30 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-throw.html index 7880043f5c..78bb555004 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-id-with-thread-id-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-null.html index 3c1315efdf..705eb1475a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-throw.html index 4b537284bf..d18738677a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-null.html index 4f449bb487..93b64889db 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-throw.html index 2de6e2e166..718d60d474 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-unlimited-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-null.html index 8ed4c3c1a5..580a20e33f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-throw.html index aa5cae360e..2f7514357b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-join-request-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-null.html index 87242e3f65..58a40278b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-throw.html index 09848c662f..2a81d6a3dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-invite-link-with-limited-members-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-null.html index e9a702b5fd..45c4421027 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-throw.html index d356814add..9df41e4ef5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-null.html index 90d7621ab6..0afc6ab432 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-throw.html index 32f38ab617..56b975867e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-join-request-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-null.html index 2073de6807..031572eb92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-throw.html index 77c5937f48..a1ad1cc49e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-null.html index 94f1d671fe..2b2135ce0b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-throw.html index 02b75bb0b3..b5d241beaa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-null.html index 263066ee19..f168f5b053 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-throw.html index 2817636e38..c54f3ff648 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-member-updated-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-null.html index 88aed08146..06ac51103f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-throw.html index b4ac432c36..cf57b24b3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-null.html index 09fbf3b2d8..e9b3974c42 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-throw.html index 5c2b3dc255..86e591e49d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chat-shared-request-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-null.html index 7917e2414b..f4eb8562a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-throw.html index 8d37517478..f4391a8423 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/choose-sticker-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-null.html index a19364c095..1a916f301a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-throw.html index d596c469b6..29aa487e29 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-null.html index 07130c36da..309f057b36 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-throw.html index 78ebe40a45..026b63dbfc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/chosen-inline-result-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-null.html index ecdfc503e2..cb2dc31961 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-throw.html index fe5984b978..43d274e8eb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/code-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-null.html index f20550cdf0..f7b7a2fe6b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-throw.html index 4bd8853f7b..d40af4e80d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-bot-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-null.html index 16fe641616..8cd30fb2d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-throw.html index 9780c81dd1..dab2041726 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-chat-member-updated-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-null.html index 7c569bc735..6eac61f195 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-throw.html index 1331e085cc..029823751c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-null.html index 47fc3bf381..717f89d836 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-throw.html index 2eb18090a0..31a706268c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-forum-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-null.html index 56340753bb..2d7c2f5835 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-throw.html index 7b06c73de1..3dbfa7248e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-null.html index 4794060596..df6fa4b761 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-throw.html index b8dd2d8757..dc4dc32956 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-group-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-null.html index d8f840d6d9..5d8837ed1f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-throw.html index 6a1e8c98bf..69535dcf0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-messages.html index e20509aa86..ce20c25f18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-messages.html @@ -66,7 +66,7 @@
inline fun <C : MessageContent, T : ContentMessage<C>> Flow<T>.commonMessages(): Flow<CommonMessage<C>>

Shortcut for onlyCommonMessages

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-null.html index 311183f947..9b1e7971f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-throw.html index ea8ecd5965..2fb6c93c1f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-null.html index f9c0c018b8..594f1b57c8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-throw.html index 060e853adb..9178d5b34c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-null.html index 84b88f86ed..b541a3d452 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-throw.html index e029be6466..07db2f5a34 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-passport-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-null.html index 8af9cf994b..a26773691c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-throw.html index 9b7c96b6dd..77feb2ffae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-supergroup-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-null.html index 9ec46aac50..c62218ad13 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-throw.html index d4bcbd118c..82120d03aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/common-user-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-null.html index 5314f855a8..1fff5cf9bf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-throw.html index 258c10a17e..383a0dd613 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/connected-from-channel-group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-null.html index 37f1dbf8e0..1985ea1a5f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-throw.html index 10219cea1c..0be7a079a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/contact-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-null.html index f3005e457b..8db034eb35 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-throw.html index 7c5e43c91a..2350918f27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-null.html index fbe173f93f..8a7228b185 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-throw.html index 9b62b4aaf1..f8f60ca41f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/create-invoice-link-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-null.html index ddb96fa0f8..f3513bdad3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-throw.html index 6ed604daa8..cd9959f77d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/cube-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-null.html index 9cd1bacfab..b4e12bf56a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-throw.html index c1fd0d71fc..79e82c6165 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-bot-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-null.html index 6dedd10eae..618c8f6a31 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-throw.html index 74b9ce23ac..4b10c098c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-null.html index d0c003785d..3f41b5847f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-throw.html index 7506df8330..96be578402 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-animated-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-null.html index 6af8f75b9e..a7b573cab0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-throw.html index 337dd65988..9fc911b9fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-null.html index ccd81419d9..e40a4946b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-throw.html index 20ad944723..ed48cd24a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-simple-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-null.html index ffc0ef2049..a718072566 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-throw.html index 9920b1a5b5..b069b25824 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-null.html index fc202acf09..7096ca1e31 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-throw.html index df19560978..d48254ade4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-null.html index 47711891f3..308c370bb1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-throw.html index 9ba804ed99..b14c47b934 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/custom-emoji-video-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-null.html index 5bdcf746f1..ef28c5be41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-throw.html index 4f3ed7afd8..a5ebf1b111 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/darts-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-null.html index 02ae5892c3..79e42c19e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-throw.html index b87e3d3d60..3f2d1be620 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/data-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-null.html index 9e04025e8c..8523e242f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-throw.html index 05ba65130a..1294311108 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/delete-chat-photo-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-null.html index 1b2b9afae7..1a5ec46bf8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-throw.html index bb844cc7e1..332f9fd5e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/described-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-null.html index 1cae4661fb..252799fbd4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-throw.html index 70c1d38f60..e9e51c36bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/dice-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-null.html index 119a81973e..dcb734dfa8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-throw.html index bfce985a57..786c68e097 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-null.html index 08feb7524c..785cd61948 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-throw.html index 26ee86ba29..b6e8a1bc1a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-null.html index 49a4e8e8d4..76efb143a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-throw.html index acfd7f5744..d82c599605 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-member-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-null.html index 8c8936e613..be2ea5e9e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-throw.html index 00b4381857..9db553c44e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/document-media-group-part-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-null.html index 9dde8016c3..a7167dd213 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-throw.html index 633b8b4bcf..af9c968808 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-null.html index 4f6ebb2493..2924d99000 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-throw.html index 8b65736e87..776b5c457f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/driver-license-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-null.html index 50b11bd716..79857e730a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-throw.html index 2a96a38877..6dc398411b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/durated-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-null.html index 12bc1f622f..e49dd4df54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-throw.html index eb59efa8fc..ce824e24c8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/e-mail-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-null.html index 8cc1624874..b14cebe0d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-throw.html index f8f752b192..32422c3552 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-channel-post-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-null.html index b5742e38af..b0909b3f32 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-throw.html index 80ed2f77d3..22d36203f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/edit-message-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-null.html index 09e2e118d7..520f25cb3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-throw.html index 7c4eca8f89..b124fa558d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/email-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-null.html index b32b20426f..947cd7150f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-throw.html index e821fddb29..16c14fba88 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-address-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-null.html index e0717cbcab..af6f6238eb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-throw.html index ad08ed766a..2a100f2031 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-translatable-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-null.html index 1f04cbad42..5b3a3455bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-throw.html index abed702d84..326eb50f61 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-data-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-null.html index ecbe9aec8c..779f02cb0b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-throw.html index ee6178af81..6867ed8103 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-email-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-null.html index 4d8cf19c88..5a9532b3c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-throw.html index 04d6855685..b82a7ae3b5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-files-collection-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-null.html index 897dfc4468..1aeb686862 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-throw.html index 5f3db0a670..98690ee22e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-front-side-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-null.html index 75548ee396..eca57cb136 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-throw.html index d8b89d978c..4a6d890eb4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-phone-number-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-null.html index 3fcb590b0b..91b26be639 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-throw.html index a6035e0e8d..c1e267b61c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-reverse-side-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-null.html index ff1829eef2..53c01d6192 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-throw.html index bdfaa19ada..0559bf54b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-selfie-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-null.html index fe435bdaa7..c9f62e585b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-throw.html index e5ddd7fb72..83d7e89099 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-files-collection-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-null.html index fa3cf0a93f..fec16b0cd2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-throw.html index 1264c10134..b50bc57204 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-passport-element-with-translatable-i-d-document-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-null.html index 25432ac046..2308db3523 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-throw.html index 248806c2ea..1dc4d38f62 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/encrypted-personal-details-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-null.html index 0fb30e40cf..2ea4c3d689 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-throw.html index 710aba61ec..bc6769a736 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/exact-scheduled-close-info-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-null.html index 012e00d7a1..48f2d7b09e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-throw.html index 6cf2143c6b..802904f241 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-bot-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-null.html index e9746904f8..d582dec440 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-throw.html index cce8ecdaa0..d4741110b6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-channel-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-null.html index b3d10cf02d..7089da09fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-throw.html index f333137139..b0faaa9d5e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-null.html index a510936050..9a20e5363a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-throw.html index b5d1f4af45..f358d1a407 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-chat-with-username-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-null.html index cd909e62f4..bae127b15e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-throw.html index 93757b1285..5f98078f54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-forum-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-null.html index 004eefb23c..14a78df2c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-throw.html index fc4f6de8ec..6cd570d140 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-group-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-null.html index d0959b2756..62f661c0a3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-throw.html index b01023153d..6b300d5d0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-private-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-null.html index 5211ce6560..871bbaa46c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-throw.html index 39bd3a7501..01d3fbc3a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-public-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-null.html index 78a6906100..776850c110 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-throw.html index 0a158e93d1..6f1c161ee4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/extended-supergroup-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-null.html index e8837c6caa..ab9808a2a4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-throw.html index e846986d33..e124223371 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-null.html index 220ab02b7e..b669b9240a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-throw.html index 31fc31a272..ae312c36e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-null.html index fb39e172ef..7ee0523f53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-throw.html index 3e288f6387..f1ccac79da 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/find-location-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flat-map.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flat-map.html index 129e1b4884..5b60ec41b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flat-map.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flat-map.html @@ -66,7 +66,7 @@
fun <T, R> Flow<T>.flatMap(mapper: suspend (T) -> Iterable<R>): Flow<R>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flatten.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flatten.html index b59190b755..3285f777d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flatten.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/flatten.html @@ -66,7 +66,7 @@
fun <T> Flow<Iterable<T>>.flatten(): Flow<T>
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-null.html index 839e755f35..4392b3f15f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-throw.html index e886cf16e9..852c4af7b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/football-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-null.html index 75bfda4a81..5842cb0f5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-throw.html index dc0a881efa..ee7e122350 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-null.html index 0d3b4e970e..681d8683ab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-throw.html index a45d8a9feb..e1b426ecf8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-null.html index 8f59116442..3e08e0bcec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-throw.html index 6769bbecf6..6b4a5d3c53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-null.html index 0f8a788b2b..1426c727e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-throw.html index 1f8ea0082c..66d2ed568e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-closed-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-null.html index 2b649817a6..65ff82cde8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-throw.html index d53eb54523..2f85ecee45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-created-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-null.html index 2f9d633b86..532447633f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-throw.html index ce7175b7a3..8288f8461c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-edited-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-null.html index 4a1384c089..997beda6fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-throw.html index de8e5f53fb..a6012ee95e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/forum-topic-reopened-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-null.html index 1ea52cd70f..65943b3aed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-throw.html index 2ca2010b8d..841dc92481 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-forum-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-null.html index 288652396f..5ac7853584 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-throw.html index acd8c6b3b6..8a68b936e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-null.html index e2bb14a704..f5420ec85e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-throw.html index 534e013c7e..2ebf86be53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-channel-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-null.html index a2e8f35a19..30572051e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-throw.html index b2b1187232..0b264ff1a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-supergroup-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-null.html index ed28e36d13..768a1e11f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-throw.html index dc7018eaef..e1e0bfa9f4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-null.html index 9f68ea6616..0f9a75b410 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-null.html @@ -66,7 +66,7 @@
inline fun Any.fromUserOrNull(): FromUser?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-throw.html index 5db17bd9b6..28ece05dbf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/from-user-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-null.html index 3afe6d4a6c..bd0f1a36a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-throw.html index 9a00ebaf06..4a0964d8cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-null.html index e90601608c..c593713575 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-throw.html index ffe8777b8e..22d7285de3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/game-short-name-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-null.html index 3b0058308c..c655aadf64 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-throw.html index 3f9f141ae4..c8cdc6632b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-hidden-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-null.html index ac27f6e3cd..3d551df895 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-throw.html index 2d353256b3..3798bd189b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/general-forum-topic-unhidden-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-null.html index 9e514eb638..0710167bb5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-throw.html index ed235a3721..1849dcc0d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-created-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-null.html index e0df2a047a..735be7834b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-throw.html index fa2c10c162..5ea7d9aacd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-null.html index 6bca4a4bbd..ecebf870fb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-throw.html index 8307fed129..6bbce335f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-null.html index 345d9bc112..35c73424e9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-throw.html index bb650b0515..bf60a2ae67 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-null.html index 5be63199a4..807d8c9ad0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-throw.html index fed91d5503..ff97030029 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/group-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-null.html index af66ca6b4c..7850f4cb2a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-throw.html index a7b3895f8b..464c9cbca4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/hash-tag-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-null.html index 61da2ee269..ed2528e4d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-throw.html index 90bdc23b78..1bb3f24d33 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/id-chat-identifier-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-null.html index b4b9a16c19..284c11cb44 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-throw.html index 4e7622a1b4..4ab4cf00e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-null.html index 7fe0257bf2..cc98759b48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-throw.html index bcb38f09a3..e4fd866896 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-card-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-null.html index e36d21be87..288351bb99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-throw.html index 6725e72e90..ffcc2a12b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/identity-with-reverse-side-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-able-to-add-in-attachment-menu-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-able-to-add-in-attachment-menu-chat.html index 7224a9ae3a..99d1dbef6f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-able-to-add-in-attachment-menu-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-able-to-add-in-attachment-menu-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-address-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-address-secure-value.html index ee5a4ed3ec..5be8149778 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-address-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-address-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-administrator-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-administrator-chat-member.html index 022a4bfadb..d6762f5c16 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-administrator-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-administrator-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animated-sticker.html index 16d58a7a70..f1968f46f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-content.html index 3552f0bc60..6048583592 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-file.html index 4bc1451060..2aa6eac91c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-animation-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifAnimationFile(block: (AnimationFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-forum-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-forum-content-message.html index d3e03afb24..7def5fad26 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-forum-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-forum-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-group-content-message.html index 589301fb0d..9793258e9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-anonymous-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-any.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-any.html index a8651bb73e..9dacdb650b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-any.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-any.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-approximate-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-approximate-scheduled-close-info.html index 3603122d4e..83b508bdba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-approximate-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-content.html index a0b453d697..5ed33aae2e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifAudioContent(block: (AudioContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-file.html index 6250ba1105..682bdbf0fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifAudioFile(block: (AudioFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-member-telegram-media.html index 17fd0bd147..9934390c99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-part-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-part-content.html index 5aa4b0148d..1027fa57d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-part-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-audio-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement-secure-value.html index 12815f0a03..d400bb3607 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement.html index 82a0abed00..6f02f37cd2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bank-statement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-banned-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-banned-chat-member.html index 0779bb572e..e78c99af9a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-banned-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-banned-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifBannedChatMember(block: (BannedChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-chosen-inline-result.html index c399758c21..e24876602f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-edit-message-update.html index ae818a1a5a..8fa427ec5e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-inline-query.html index 0c560e7939..1926aaa296 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-inline-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifBaseInlineQuery(block: (BaseInlineQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-message-update.html index c62e08f3ff..0cef6ae4b7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-sent-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-sent-message-update.html index de5769e380..31c5bd6d23 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-sent-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-base-sent-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-basketball-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-basketball-dice-animation-type.html index 53429f1efb..9746faa469 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-basketball-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-basketball-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bold-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bold-text-source.html index 0866a9e99a..43c734db1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bold-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bold-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifBoldTextSource(block: (BoldTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot-command-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot-command-text-source.html index e821c1df2e..c7b8204453 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot-command-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot-command-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot.html index b4b62d405b..3af43927f1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifBot(block: (Bot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bowling-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bowling-dice-animation-type.html index f6af29f16c..cc80464698 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bowling-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-bowling-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-anonymous.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-anonymous.html index 1a371692c5..f59b0900be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-anonymous.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-anonymous.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-user.html index c7de957da6..8121650e3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-by-user.html @@ -66,7 +66,7 @@
inline fun <T> ForwardInfo.ifByUser(block: (ForwardInfo.ByUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-data-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-data-inline-keyboard-button.html index 4d2e7af86f..5f38f67372 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-data-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-data-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-game-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-game-inline-keyboard-button.html index 9b2f57f9ac..1c778fcae9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-game-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-game-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query-update.html index 36c57bba76..988ad63323 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifCallbackQueryUpdate(block: (CallbackQueryUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query.html index 1dd4c22e0a..faed263041 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-callback-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifCallbackQuery(block: (CallbackQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cash-tag-text-source.html index 678a4c9070..62fa7f7a0b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cash-tag-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifCashTagTextSource(block: (CashTagTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat-created.html index 41d4a1836d..a0bfd8a673 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat.html index 5902d4d068..1095bb5816 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifChannelChat(block: (ChannelChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-content-message.html index 2cee87601a..579d426a45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event-message.html index 4ee2f922a7..1c5b9f66b4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event.html index 3716fc1691..e477d5ba81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifChannelEvent(block: (ChannelEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-post-update.html index 4e76ff066c..a4c605800f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-channel-post-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-event-message.html index 6be45231b1..a3a43a25fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id-with-thread-id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id-with-thread-id.html index a304efe323..39a0cf922e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id-with-thread-id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id-with-thread-id.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id.html index 6d58e88827..98af8fa6be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-id.html @@ -66,7 +66,7 @@
inline fun <T> ChatIdentifier.ifChatId(block: (ChatId) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-unlimited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-unlimited.html index c9b2763714..216bc4257c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-unlimited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-join-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-join-request.html index 6a56b1581f..d7201f8625 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-join-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-limited-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-limited-members.html index b55da82e1e..626b2721ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-limited-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link.html index ecb9988ed1..fe77203037 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-invite-link.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifChatInviteLink(block: (ChatInviteLink) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request-update.html index 756b675457..e7720c8716 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request.html index 129e947219..07e9b78bf0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-join-request.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifChatJoinRequest(block: (ChatJoinRequest) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated-update.html index e5efcbfd6d..05d72282c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated.html index 14257678d0..8a45f75b5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member-updated.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifChatMemberUpdated(block: (ChatMemberUpdated) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member.html index e7e72b4882..b5ba79ae9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifChatMember(block: (ChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared-request.html index f79444b718..b5f9d74144 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared-request.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifChatSharedRequest(block: (ChatSharedRequest) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared.html index 786c6d00fd..c3497fe82e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chat-shared.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifChatShared(block: (ChatShared) -> T): T?
inline fun <T> RequestResponse.ifChatShared(block: (ChatShared) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-choose-sticker-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-choose-sticker-action.html index bf480274ea..13bed466b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-choose-sticker-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-choose-sticker-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result-update.html index 37bb29b7f7..ebad0c0f4c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result.html index 935573dbdf..909a086322 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-chosen-inline-result.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifChosenInlineResult(block: (ChosenInlineResult) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-code-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-code-text-source.html index c1c1c1d29b..d49d3240d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-code-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-code-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifCodeTextSource(block: (CodeTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-bot.html index 0d52a9d487..07132b4dac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifCommonBot(block: (CommonBot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-chat-member-updated-update.html index d234c384b3..2fe8d48581 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-event.html index 7ad2119386..5bf87d0e81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifCommonEvent(block: (CommonEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-forum-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-forum-content-message.html index b04eb739de..d1d5d7ac3e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-forum-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-forum-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-content-message.html index 39a1707d93..6c85751371 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-event-message.html index 678d5ab315..dd46e4e1c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-message.html index 2eac864a1d..5a01bd3e51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-message.html @@ -66,7 +66,7 @@
inline fun <T> Message.ifCommonMessage(block: (CommonMessage<MessageContent>) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport-secure-value.html index c5f599bb40..ec79ca30e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport.html index aba4eba949..d27764efb3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-supergroup-event-message.html index 459fb7766c..b3bec36cff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-user.html index bc44b0d28a..2c38482be4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common-user.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifCommonUser(block: (CommonUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common.html index dee1aeddb7..2f254809e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-connected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-connected-from-channel-group-content-message.html index b5cad24a49..8c34165856 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-connected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-connected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-contact-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-contact-content.html index 98ca483f6b..9b5da1e0a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-contact-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-contact-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-content-message.html index 5530c8495d..3599151118 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-create-invoice-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-create-invoice-link.html index 57922ea133..50c70fb2d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-create-invoice-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-create-invoice-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cube-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cube-dice-animation-type.html index cac17b60f4..dc0544f1dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cube-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-cube-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-bot-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-bot-action.html index 17fbf59886..69eae60df3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-bot-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-bot-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifCustomBotAction(block: (CustomBotAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-dice-animation-type.html index 0a6535fceb..0cc081a627 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-animated-sticker.html index 42090b633b..836bc599ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-simple-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-simple-sticker.html index 54a04d97a5..f4fd6fa1cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-simple-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-simple-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-sticker.html index 1d0a9b5c82..5f87085abb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-text-source.html index 9716e553fe..10c550bd68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-video-sticker.html index ab729023eb..fac51f8771 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji-video-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji.html index 3af381e888..6372dfb364 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-custom-emoji.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-darts-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-darts-dice-animation-type.html index db152114c3..18e2f056dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-darts-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-darts-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-data-callback-query.html index 20ea01452c..b535650d6f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-data-callback-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifDataCallbackQuery(block: (DataCallbackQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-delete-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-delete-chat-photo.html index 7c84ff7633..9868b3414e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-delete-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-delete-chat-photo.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-described-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-described-inline-query-result.html index 226bd60a2c..9c6544423b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-described-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-described-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-dice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-dice-content.html index 0ff01f1f31..523136704f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-dice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-dice-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifDiceContent(block: (DiceContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-content.html index e1d3d39fac..761c753f54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-file.html index eff34c6a02..11f59e9baa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifDocumentFile(block: (DocumentFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-member-telegram-media.html index bb7aaf4375..0dcf0eb38d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-part-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-part-content.html index 32f1b29a25..b1e8e4b537 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-part-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-document-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license-secure-value.html index 21470aa8a1..8cf60eb4ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license.html index 25e6fa08c9..26a2a3d7b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-driver-license.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-durated-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-durated-telegram-media.html index 580ed7ead5..584bd45f58 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-durated-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-durated-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-e-mail-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-e-mail-text-source.html index 6572bfeeaa..ee09dba55d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-e-mail-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-e-mail-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifEMailTextSource(block: (EMailTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-channel-post-update.html index 7356eb8811..585dfaedab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-message-update.html index 0e193f74a0..6accf9ff17 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-edit-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifEditMessageUpdate(block: (EditMessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-email.html index 950e248450..9dc2764ccb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-email.html @@ -66,7 +66,7 @@
inline fun <T> EncryptedPassportElement.ifEmail(block: (Email) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-address.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-address.html index bdee74a291..44b6c02176 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-address.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-translatable.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-translatable.html index 8f909bbf6c..2e08229619 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-translatable.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-translatable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-data.html index b5e3d5230a..bdd95cbcbb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-email.html index f4f49339e8..dbec4f4815 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-files-collection.html index e1149da89d..ddc68d71ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-front-side.html index fd8beb840c..7485c49617 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-phone-number.html index 646dcf4335..2b5d6c4ed6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-reverse-side.html index 272fd10705..81a86ff80c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-selfie.html index 5dd04157e1..54e2c475f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-files-collection.html index 5fe8ed01e4..1395e4bc32 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-i-d-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-i-d-document.html index 0265976852..47defaf5b4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-i-d-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-passport-element-with-translatable-i-d-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-personal-details.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-personal-details.html index 64e0bdad71..59c818436b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-personal-details.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-encrypted-personal-details.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-exact-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-exact-scheduled-close-info.html index 4c5b81cbe7..1ec7eca507 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-exact-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-bot.html index f4490b44f2..7e2655016b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedBot(block: (ExtendedBot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-channel-chat.html index 15407c99d1..c6e3ab89bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-channel-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat-with-username.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat-with-username.html index 51e5554c1f..ef94613180 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat-with-username.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat-with-username.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat.html index b8f6934b3a..b74157ce23 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedChat(block: (ExtendedChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-forum-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-forum-chat.html index 6a16d82b44..a8e6bb2af7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-forum-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-forum-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedForumChat(block: (ExtendedForumChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-group-chat.html index 8713fc6a46..9d84d53139 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-group-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-private-chat.html index 33883c9cea..084733b6e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-private-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-public-chat.html index 28ae7edb7a..b9a3aedc09 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-supergroup-chat.html index 2628d5e20b..2781e3d067 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-extended-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file-inline-query-result.html index 6ac1b514a8..2fbb11dd95 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file.html index 671315c9cf..df8e345d7a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifFile(block: (File) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-find-location-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-find-location-action.html index a3171cfffd..345a4e3190 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-find-location-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-find-location-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-football-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-football-dice-animation-type.html index fa1de47e04..1fae9ceeee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-football-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-football-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-chat.html index 38bc1df880..5163141595 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifForumChat(block: (ForumChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-content-message.html index f97b7f7cdb..21cf65e3d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-event.html index 34ee0f3eda..a85ff8525d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifForumEvent(block: (ForumEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-closed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-closed.html index 2adea9715a..9bfb9149e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-closed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-closed.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifForumTopicClosed(block: (ForumTopicClosed) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-created.html index cd9f9e6530..68f2484f41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-created.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifForumTopicCreated(block: (ForumTopicCreated) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-edited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-edited.html index 7749539fe0..4a763b1a31 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-edited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-edited.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifForumTopicEdited(block: (ForumTopicEdited) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-reopened.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-reopened.html index 4d2760b55d..c12b986970 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-reopened.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-forum-topic-reopened.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-forum-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-forum-content-message.html index 70044af0ff..2e1aa3012c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-forum-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-forum-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-group-content-message.html index 394a97d2bc..60a67ee6a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel.html index 8d9a680f2a..d3846d3d16 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-channel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-supergroup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-supergroup.html index 02ee2de57c..d7a0cb45cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-supergroup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-supergroup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user-message.html index 952c3e8324..26002f6a98 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user-message.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifFromUserMessage(block: (FromUserMessage) -> T): T?
inline fun <T> Message.ifFromUserMessage(block: (FromUserMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user.html index 3afcba4173..61b8333abe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-from-user.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifFromUser(block: (FromUser) -> T): T?
inline fun <T> Any.ifFromUser(block: (FromUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-content.html index ed65a9cb6b..3c395db9ed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifGameContent(block: (GameContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-short-name-callback-query.html index 4292cc0a6a..ffb4b4615b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-hidden.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-hidden.html index 433739d2b0..9b81b6908e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-hidden.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-hidden.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-unhidden.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-unhidden.html index 86be3e8507..f502f32e9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-unhidden.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-general-forum-topic-unhidden.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat-created.html index 3fbb5f9aee..6dbb3a1575 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat-created.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifGroupChatCreated(block: (GroupChatCreated) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat.html index 6c02841f5a..c6c6a2b5a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifGroupChat(block: (GroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-content-message.html index 5949af0d37..3bdf430fd3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event-message.html index 858dead0d8..1d530c27fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event.html index 0c9ac556bd..9c0b8c547d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-group-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifGroupEvent(block: (GroupEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-hash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-hash-tag-text-source.html index 53cee19667..b7e8dbe83a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-hash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-hash-tag-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifHashTagTextSource(block: (HashTagTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-id-chat-identifier.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-id-chat-identifier.html index 748d0d0b7d..9af9c32c58 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-id-chat-identifier.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-id-chat-identifier.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card-secure-value.html index 6c1d70f8dd..2ba723abe8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card.html index 4398235bf1..7b6994ff60 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-card.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-with-reverse-side-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-with-reverse-side-secure-value.html index a8bad590fb..b11a0940d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-with-reverse-side-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-identity-with-reverse-side-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-keyboard-markup.html index 1e1cd0f6fc..74f8c5ae96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-callback-query.html index a9be71efc5..67a1c16659 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-data-callback-query.html index 9910628f7d..17426a176c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-game-short-name-callback-query.html index 9a2e175a31..9204c91301 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-article.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-article.html index fd172a922c..437e168f9d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-article.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-article.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-cached.html index 734c4abd29..d742359b5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-common.html index 8a81367c5f..7d82ab42a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio.html index 26057eeb35..f5865b8715 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-contact.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-contact.html index 27b14eff88..05a084987c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-contact.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-cached.html index 212da649a0..5043afb0b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-common.html index 36a9d857ae..08ad07a79e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document.html index 834d218311..3c9eaa623d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-game.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-game.html index e82190ce99..c66a3590c3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-game.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-game.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-cached.html index 62d75486a1..ec2c9fd4a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-common.html index 6c01214160..ac79f6c01e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif.html index b07d74d0a0..db818e8ec4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-location.html index 1fc618e078..33536fbdfb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-cached.html index b966925be6..2c2aa61330 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-common.html index 3e6c83440b..59da0b8550 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif.html index fd4f5f095b..5e6d3b8529 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-mpeg4-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-cached.html index fab031de1b..d96659b063 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-common.html index 35592aaece..560dcbf38c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo.html index 35d38d30b1..b88e867009 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-sticker-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-sticker-cached.html index c8176be146..5d9faa7bcc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-sticker-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-sticker-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-venue.html index e51a32e696..ccaeb82c15 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-cached.html index a843109165..83b10dd4a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-common.html index c8a34749f6..45defd3ddc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video.html index b179e3c340..ffc52515e6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-cached.html index 5fbe730343..dc55a87f81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-common.html index 3afe3ef698..a9114376c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice.html index 8590dd095a..f626550f62 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-result-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-update.html index c7da2ce03d..34102f9344 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query.html index 3d390f9935..7fc0c1b960 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-inline-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifInlineQuery(block: (InlineQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-contact-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-contact-message-content.html index 4af28e15e6..bb790660b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-contact-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-contact-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-invoice-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-invoice-message-content.html index 875f47d973..723c3c3d33 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-invoice-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-invoice-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-location-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-location-message-content.html index 81214f501d..0dc594eab0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-location-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-location-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-text-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-text-message-content.html index 6fa978976c..e6cbb296ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-text-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-text-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-venue-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-venue-message-content.html index 0b919c8749..9f957fc8a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-venue-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-input-venue-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport-secure-value.html index 94a354f8ca..712369f357 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport.html index a8e0360749..65bb72ac1c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-internal-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-invoice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-invoice-content.html index 8191d130ab..cb4ccbd363 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-invoice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-invoice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-italic-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-italic-text-source.html index 34e4aa527d..c94fecdb4f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-italic-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-italic-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifItalicTextSource(block: (ItalicTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-kicked-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-kicked-chat-member.html index 324ae68620..34bd81ab73 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-kicked-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-kicked-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifKickedChatMember(block: (KickedChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member-event.html index 278384033a..cb9eadfb79 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member.html index ff217af61a..956f541b34 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-left-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifLeftChatMember(block: (LeftChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location-content.html index d8694a1e31..2c1e7092d8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location.html index 54a7ee579c..5a3363e7aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-live-location.html @@ -66,7 +66,7 @@
inline fun <T> Location.ifLiveLocation(block: (LiveLocation) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-chosen-inline-result.html index cf2aab415f..5fe1ed03f0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-content.html index 343f493e2a..f4926f4683 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-inline-query.html index 9dfdc12636..170001af58 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-location-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-login-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-login-u-r-l-inline-keyboard-button.html index b98fa6fc4c..002253d4bd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-login-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-login-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-animated-sticker.html index 942b323ea4..4e76b78bff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-simple-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-simple-sticker.html index 30bb374c37..5ee1f301ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-simple-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-simple-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-sticker.html index 7fe1c38cf4..c8bb16fc00 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-sticker.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifMaskSticker(block: (MaskSticker) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-video-sticker.html index bdd08a4b8f..f641293cfe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask-video-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask.html index 1ff920bd0d..a076cd41a1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mask.html @@ -66,7 +66,7 @@
inline fun <T> InputSticker.ifMask(block: (InputSticker.Mask) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-collection-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-collection-content.html index cd4d660741..ca660bf827 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-collection-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-collection-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-content.html index 40ade66d59..06452af2d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifMediaContent(block: (MediaContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-collection-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-collection-content.html index 80bcdefa7d..d302f23dd2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-collection-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-collection-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-content.html index b39baa8ddf..979c2f8e68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-member-telegram-media.html index 4a0ca2dd8b..1bb2b7bc09 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-part-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-part-content.html index 55ed96cd9e..94ccb7078c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-part-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-member-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-member-chat-member.html index e16b66f1f2..63a2d1140a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-member-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-member-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifMemberChatMember(block: (MemberChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mention-text-source.html index 6f9362a6a1..8862696e68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mention-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifMentionTextSource(block: (MentionTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-auto-delete-timer-changed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-auto-delete-timer-changed.html index a3a8d484ed..c5c7d6ca89 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-auto-delete-timer-changed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-auto-delete-timer-changed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-callback-query.html index c102082384..e779319674 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-content.html index c799f8dacb..da4492fed9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-data-callback-query.html index 8bd8baf646..11906d0991 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-game-short-name-callback-query.html index d9ce78b9e0..59c431ef87 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-update.html index ac271af609..329e4e76f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifMessageUpdate(block: (MessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-migrated-to-supergroup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-migrated-to-supergroup.html index 72d3ef32b7..26c386a4d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-migrated-to-supergroup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-migrated-to-supergroup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mimed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mimed-media-file.html index 8fd8db6ea7..c76b38067d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mimed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-mimed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multilevel-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multilevel-text-source.html index 9811f4c533..3217087d20 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multilevel-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multilevel-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multiple-answers-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multiple-answers-poll.html index c221bbb228..52252c516e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multiple-answers-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-multiple-answers-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.ifMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-my-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-my-chat-member-updated-update.html index ce0043d6df..e12f217ebd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-my-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-my-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-members.html index 017dee781a..ce11cb41fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-members.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifNewChatMembers(block: (NewChatMembers) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-photo.html index 85c259fc7a..6eb64948a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-photo.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifNewChatPhoto(block: (NewChatPhoto) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-title.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-title.html index 9d1885b4d4..85dc02c321 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-title.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-new-chat-title.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifNewChatTitle(block: (NewChatTitle) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-optionally-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-optionally-titled-inline-query-result.html index 448e2746cd..4cb9a72f5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-optionally-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-optionally-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-other-documents-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-other-documents-secure-value.html index bd30b05388..cc844fe832 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-other-documents-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-other-documents-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-owner-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-owner-chat-member.html index f33e368946..23cf28d5f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-owner-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-owner-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifOwnerChatMember(block: (OwnerChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-data-field.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-data-field.html index efad934bff..d28bf78d5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-data-field.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-file.html index e225092726..2a733ad07c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-files.html index b900d194c7..f675510fb5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-front-side.html index dd05f1c57c..ebc892bbb4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-reverse-side.html index 37aa649a86..9dfcdaf930 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-selfie.html index e0712ca24c..6eef302301 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-file.html index 440e2f218b..ad976265a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-files.html index 1794b96711..6b491df36b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-translation-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-unspecified.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-unspecified.html index e9dac608f3..71531cd08f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-unspecified.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-error-unspecified.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-file-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-file-error.html index 3a81e38e94..a3925159b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-file-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-file-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-files-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-files-error.html index 51b9c8c619..f83a10624f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-files-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-element-files-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-file.html index aa8c7333d3..d7b1731acb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifPassportFile(block: (PassportFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-message.html index 863d061f0f..5bab4013e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-message.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifPassportMessage(block: (PassportMessage) -> T): T?
inline fun <T> Message.ifPassportMessage(block: (PassportMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-multiple-elements-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-multiple-elements-error.html index 1a75c9407e..f1a3a4e8e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-multiple-elements-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-multiple-elements-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration-secure-value.html index 8fb75653c0..e3ba2e4221 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration.html index 5eca6d4084..f61e187e67 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-secure-value.html index 4d66709af6..a8a6cb06a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-single-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-single-element-error.html index e77a833e21..eeb80ecad1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-single-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport-single-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport.html index 71e7485313..96b2a8f7e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-passport.html @@ -66,7 +66,7 @@
inline fun <T> EncryptedPassportElement.ifPassport(block: (Passport) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pathed-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pathed-file.html index 3f3752edd3..f07376c46a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pathed-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pathed-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifPathedFile(block: (PathedFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pay-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pay-inline-keyboard-button.html index 3d2162dfdc..4b4d9ca1a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pay-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pay-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-personal-details-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-personal-details-secure-value.html index ea379bd63b..59678efec7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-personal-details-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-personal-details-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number-text-source.html index 427b0c2caa..d8adff0cea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number.html index 82cd6d34ee..95b7e1d4a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-content.html index e116c18756..aec13be705 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifPhotoContent(block: (PhotoContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-size.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-size.html index 387d35c341..356e4d2572 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-size.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-photo-size.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifPhotoSize(block: (PhotoSize) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pinned-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pinned-message.html index b06c945055..c6de0c0d57 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pinned-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pinned-message.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifPinnedMessage(block: (PinnedMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-playable-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-playable-media-file.html index cfee8d33ab..a82468b51a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-playable-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-playable-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer-update.html index 06c78a3a28..101a1d4470 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer.html index e0de77c466..a0e063db5c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-answer.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifPollAnswer(block: (PollAnswer) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-content.html index 0f60e380ed..b7df6d1aea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifPollContent(block: (PollContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-update.html index 2e0677656a..7388cbd322 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-poll-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifPollUpdate(block: (PollUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-edited-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-edited-message.html index ad7c2b09ee..86a7d69c9c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-edited-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-edited-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-forwarded-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-forwarded-message.html index 162a92e128..27964321b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-forwarded-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-forwarded-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-media-group-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-media-group-message.html index 000da50571..1d689c57ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-media-group-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-media-group-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-payment-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-payment-message.html index b85d5a232e..1eb6c3c454 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-payment-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-payment-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-premium-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-premium-chat.html index 2d31c83e4f..7b078b4df1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-premium-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-premium-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPossiblyPremiumChat(block: (PossiblyPremiumChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-sent-via-bot-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-sent-via-bot-common-message.html index af41f781f9..ea21e221e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-sent-via-bot-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-sent-via-bot-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-topic-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-topic-message.html index d77d47cbdb..d820e0b2d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-topic-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-possibly-topic-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query-update.html index 9de121dcfd..93b0029051 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query.html index 6145cda133..5fcfb0068e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-checkout-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifPreCheckoutQuery(block: (PreCheckoutQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-text-source.html index dc527e0113..1473b68d4b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-pre-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifPreTextSource(block: (PreTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-bot.html index f0b3ef27dd..802e74ac76 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewBot(block: (PreviewBot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-channel-chat.html index 02902b907e..a603de6e01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-channel-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewChannelChat(block: (PreviewChannelChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-chat.html index d25c6410c0..c3fbe46d88 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewChat(block: (PreviewChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-forum-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-forum-chat.html index 2cd7810e1d..7c967f239c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-forum-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-forum-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewForumChat(block: (PreviewForumChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-group-chat.html index fc536a7973..e497faa91b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-group-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewGroupChat(block: (PreviewGroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-private-chat.html index c54bbe7e2d..66adc55b91 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-private-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewPrivateChat(block: (PreviewPrivateChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-public-chat.html index 3b621b40b2..f4156efbec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewPublicChat(block: (PreviewPublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-super-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-super-public-chat.html index f7135fa87e..8263fd2ef6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-super-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-super-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-supergroup-chat.html index fe97c1b0d3..5eaa78c3a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-user.html index a2a5786ed0..7354e413c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-user.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewUser(block: (PreviewUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-username-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-username-chat.html index d2a9b220ce..9191d91a3b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-username-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-preview-username-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPreviewUsernameChat(block: (PreviewUsernameChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-primary-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-primary-invite-link.html index a624e366da..1055d99548 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-primary-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-primary-invite-link.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifPrimaryInviteLink(block: (PrimaryInviteLink) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-chat.html index e6b02dc870..feaf4608e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPrivateChat(block: (PrivateChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-content-message.html index 7a1bfc35e2..90b397dc8c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event-message.html index 23f2f9b207..50f48b51c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event.html index 161b8830fa..de9cd66a6f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-private-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifPrivateEvent(block: (PrivateEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-proximity-alert-triggered.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-proximity-alert-triggered.html index 60c6380a62..e778a2a9a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-proximity-alert-triggered.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-proximity-alert-triggered.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat-event.html index 2690e31699..7f215f7b75 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifPublicChatEvent(block: (PublicChatEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat.html index d63f67cc4b..50389148c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifPublicChat(block: (PublicChat) -> T): T?
inline fun <T> ForwardInfo.ifPublicChat(block: (ForwardInfo.PublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-content-message.html index b9eca43840..d7ef4f70b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-public-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-quiz-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-quiz-poll.html index e823841e05..05ca4281a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-quiz-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-quiz-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.ifQuizPoll(block: (QuizPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-action.html index 12fc121c75..6da26e806b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifRecordVideoAction(block: (RecordVideoAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-note-action.html index a65d08b7f0..ff3a05904d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-voice-action.html index 9cf167a15d..24b3f4d7ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-record-voice-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifRecordVoiceAction(block: (RecordVoiceAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-animated-sticker.html index 1a97a5b6a7..9571944312 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-poll.html index a7b94313df..d726a4ea89 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.ifRegularPoll(block: (RegularPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-simple-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-simple-sticker.html index 5e572c1d3d..d6af7ffc65 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-simple-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-simple-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-sticker.html index d563ba5953..c35ec9794d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-text-source.html index 2551391927..404b6d4a91 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifRegularTextSource(block: (RegularTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-video-sticker.html index 5cb18139d6..aff6a69c8a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular-video-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular.html index 4b7fc9a555..b9a7dbec9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-regular.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement-secure-value.html index 46727c2b57..0afdfb29a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement.html index df4304c234..3c459b7079 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-rental-agreement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-force.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-force.html index b5c1c927ed..fc5305a819 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-force.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-force.html @@ -66,7 +66,7 @@
inline fun <T> KeyboardMarkup.ifReplyForce(block: (ReplyForce) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-markup.html index 294a2dc4c3..b1a85a5102 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-remove.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-remove.html index 74f0e134d8..35ab3aad5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-remove.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-reply-keyboard-remove.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-restricted-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-restricted-chat-member.html index 5f82693870..ecf2d6cd92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-restricted-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-restricted-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secondary-chat-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secondary-chat-invite-link.html index 42309bbb04..66f40ecbd0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secondary-chat-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secondary-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-identity.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-identity.html index cf0f506cc9..17a2fadc9f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-identity.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-identity.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-data.html index 0de8694b1e..6bedc2f944 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-files.html index 096051e29b..40edf00994 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-reverse-side.html index 0d0190bc40..44431317b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-translations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-translations.html index 74d87965b7..db411fb8c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-translations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-secure-value-with-translations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-send-invoice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-send-invoice.html index 2f2a97ffc9..0995ac2d08 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-send-invoice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-send-invoice.html @@ -66,7 +66,7 @@
inline fun <T> CommonSendInvoiceData.ifSendInvoice(block: (SendInvoice) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sent-by-channel.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sent-by-channel.html index 63dbe64161..b182966a65 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sent-by-channel.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sent-by-channel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query-update.html index f3c5a18108..c140b9196d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifShippingQueryUpdate(block: (ShippingQueryUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query.html index 9c8457756d..9c5bfecf9e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-shipping-query.html @@ -66,7 +66,7 @@
inline fun <T> WithUser.ifShippingQuery(block: (ShippingQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-signed-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-signed-message.html index 98dd3df25b..4f2779289a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-signed-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-signed-message.html @@ -66,7 +66,7 @@
inline fun <T> Message.ifSignedMessage(block: (SignedMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-inline-query-result.html index eb5f59cd83..aceea64096 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-media-file.html index b63a9eb0ab..0059804731 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-telegram-media.html index 406b99657e..5b986e0eca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sized-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-slot-machine-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-slot-machine-dice-animation-type.html index bb046ab42b..f418cccd80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-slot-machine-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-slot-machine-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-special-rights-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-special-rights-chat-member.html index 5300709034..2c010876b1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-special-rights-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-special-rights-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoiler-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoiler-text-source.html index 1678a3feb1..a45c1f80f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoiler-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoiler-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifSpoilerTextSource(block: (SpoilerTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-media-content.html index 50c91fe73c..b0bfab1bdd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-telegram-media.html index 46de8bbeb8..f60d7e6316 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-spoilerable-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-start.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-start.html index ef29ccff1c..50a4afd1d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-start.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-start.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location-content.html index 048a21cb4c..9c436413dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location.html index 429c9a1e2b..4d6c2f4ae2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-static-location.html @@ -66,7 +66,7 @@
inline fun <T> Location.ifStaticLocation(block: (StaticLocation) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker-content.html index 6d9d5555b8..d6872e9496 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker.html index 3b2ac7c920..18fe1db251 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-sticker.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifSticker(block: (Sticker) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-story-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-story-content.html index 9d4826178c..53820831b6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-story-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-story-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifStoryContent(block: (StoryContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-strikethrough-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-strikethrough-text-source.html index 9f935cdf62..fd6387cec8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-strikethrough-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-strikethrough-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-successful-payment-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-successful-payment-event.html index 765ee009fd..5201abaa5f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-successful-payment-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-successful-payment-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-super-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-super-public-chat.html index 0af6294030..e370c8621f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-super-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-super-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifSuperPublicChat(block: (SuperPublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat-created.html index a84707157a..ca349701f1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat.html index 9d8f7da722..fd83a59820 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifSupergroupChat(block: (SupergroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event-message.html index 4fd08e8045..c341a5cdb2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event.html index 37226e32ea..9d5adfffe3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-supergroup-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifSupergroupEvent(block: (SupergroupEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-chosen-chat-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-chosen-chat-inline-keyboard-button.html index 36d2e7fac6..39d9eb2916 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-chosen-chat-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-chosen-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-current-chat-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-current-chat-inline-keyboard-button.html index 18c6cd84b9..4aaecde9fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-current-chat-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-current-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-inline-keyboard-button.html index 8635384fc4..fef6a099ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-switch-inline-query-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-animation.html index ee31a32282..a559709971 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-audio.html index 29175fabc0..66f89e01f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-document.html index 0c6be2554f..826ee780c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-photo.html index d15765d03c..3a7f8ba61a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-video.html index 52feefa235..32cc382e49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-telegram-media-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporal-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporal-registration-secure-value.html index ed11004823..a909f2248b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporal-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporal-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporary-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporary-registration.html index 7e5815f08a..18c4bb01c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporary-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-temporary-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-content.html index 582094b568..9dd3968c72 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifTextContent(block: (TextContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-link-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-link-text-source.html index e5c0851cab..97a5cca0e9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-link-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-link-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-mention-text-source.html index d5e239b2b7..79441508ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-text-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-content.html index b4edf62597..43f8397f6e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifTextedContent(block: (TextedContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-media-content.html index cd7973f85f..262256a006 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-texted-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumb-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumb-sized-inline-query-result.html index 9dc1848dda..8ce5eb6e08 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumb-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumb-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-inline-query-result.html index eb67904eec..52450cc208 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-media-file.html index 2b3d4aba1f..c6e4fff026 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-telegram-media.html index 355f2846c4..76a958b003 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-with-mime-type-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-with-mime-type-inline-query-result.html index 30103cc07c..bc904befab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-with-mime-type-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-thumbed-with-mime-type-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-inline-query-result.html index cd7ed116c8..391dc94318 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-telegram-media.html index 07b7c62505..eb6c5e6c0a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-titled-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-typing-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-typing-action.html index 2bdb0d88ad..2aa975fb0a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-typing-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-typing-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifTypingAction(block: (TypingAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-inline-keyboard-button.html index f5f565a83d..15ea2a119c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-text-source.html index 5a64714793..33c6aff03b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-u-r-l-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.ifURLTextSource(block: (URLTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unconnected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unconnected-from-channel-group-content-message.html index 56d73b9195..264f93acf0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unconnected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unconnected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-underline-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-underline-text-source.html index 4e9ce47718..77ce364b9a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-underline-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-underline-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-callback-query-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-callback-query-type.html index fdd9a60b0c..841384f1e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-callback-query-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-callback-query-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-chat-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-chat-type.html index e851607e38..8f99f8272b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-chat-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-chat-type.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifUnknownChatType(block: (UnknownChatType) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-encrypted-passport-element.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-encrypted-passport-element.html index 3ef562e3f3..624119f82a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-encrypted-passport-element.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-encrypted-passport-element.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-extended-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-extended-chat.html index bff2463f6b..4fa926a59e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-extended-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-extended-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifUnknownExtendedChat(block: (UnknownExtendedChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-inline-keyboard-button.html index d9d4c6913d..97e23b1bb2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-message-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-message-type.html index 211e05c909..ad152113c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-message-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-message-type.html @@ -66,7 +66,7 @@
inline fun <T> Message.ifUnknownMessageType(block: (UnknownMessageType) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-passport-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-passport-element-error.html index 70fe85917d..5d8bf1a149 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-passport-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-passport-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-poll-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-poll-type.html index b39d0dee9f..6706ddc53d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-poll-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-poll-type.html @@ -66,7 +66,7 @@
inline fun <T> Poll.ifUnknownPollType(block: (UnknownPollType) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-sticker.html index c7d82e46b4..a39a7f01d9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-update.html index 062b57a875..dbaf55f19c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.ifUnknownUpdate(block: (UnknownUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown.html index b1144bca27..9591b08dc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-unknown.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-document-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-document-action.html index cfad5ddba3..044b53ac25 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-document-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-document-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-photo-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-photo-action.html index e7c53cffbb..f5440bdf49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-photo-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-photo-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifUploadPhotoAction(block: (UploadPhotoAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-action.html index e4328bbb17..f73b884822 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifUploadVideoAction(block: (UploadVideoAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-note-action.html index 229a0ae0b4..f3419f83c3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-voice-action.html index a0a978c908..3c380d6c3f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-upload-voice-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.ifUploadVoiceAction(block: (UploadVoiceAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-url-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-url-inline-query-result.html index cb1d4df6bb..471c800cb5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-url-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-url-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-logged-in.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-logged-in.html index 21aa40d7b3..87ed203daa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-logged-in.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-logged-in.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifUserLoggedIn(block: (UserLoggedIn) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-shared.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-shared.html index 4b411a9968..ad9ac83e5c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-shared.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user-shared.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifUserShared(block: (UserShared) -> T): T?
inline fun <T> RequestResponse.ifUserShared(block: (UserShared) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user.html index a38bfd9c3d..649166cb4f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-user.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifUser(block: (User) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username-chat.html index 52da4027fb..d919ed7a49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.ifUsernameChat(block: (UsernameChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username.html index 249b8829da..322d47fc24 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-username.html @@ -66,7 +66,7 @@
inline fun <T> ChatIdentifier.ifUsername(block: (Username) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill-secure-value.html index 2d08393ed5..b33a816f9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill.html index 7c1e57c978..d42d51b622 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-utility-bill.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-venue-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-venue-content.html index bfec1785df..26df9abb51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-venue-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-venue-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifVenueContent(block: (VenueContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-ended.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-ended.html index cd9bf07f29..1d22067fdc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-ended.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-ended.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifVideoChatEnded(block: (VideoChatEnded) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-event.html index 039d526df8..6b11dda8cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifVideoChatEvent(block: (VideoChatEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-participants-invited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-participants-invited.html index 673a7e8ab4..a1c8cf9d3f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-participants-invited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-participants-invited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-scheduled.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-scheduled.html index 2ef2ae1402..5d91309c3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-scheduled.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-scheduled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-started.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-started.html index 83ff3adc75..98565a3eac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-started.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-chat-started.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifVideoChatStarted(block: (VideoChatStarted) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-content.html index 20a6e158d1..73b4900795 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifVideoContent(block: (VideoContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-file.html index 917103db3a..bfa2c599d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifVideoFile(block: (VideoFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-content.html index 2831107681..31523b3987 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-file.html index 2d42ba4218..33b638f474 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-note-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifVideoNoteFile(block: (VideoNoteFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-sticker.html index 82d6a8026f..f573c07b54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-video-sticker.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifVideoSticker(block: (VideoSticker) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-member-telegram-media.html index d4cdfbefd7..12770ce6fb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-part-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-part-content.html index bc5cd4a51d..700c58fa45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-part-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-visual-media-group-part-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-content.html index bb0cc95feb..9804d5c74a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.ifVoiceContent(block: (VoiceContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-file.html index d5e6a2ee10..b8812395b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-voice-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.ifVoiceFile(block: (VoiceFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-data.html index b27a93689d..5659d4ad21 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-data.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.ifWebAppData(block: (WebAppData) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-inline-keyboard-button.html index 91e9d852e5..e45c621c96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app.html index 9040c86a52..bc267fe871 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-web-app.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-input-message-content-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-input-message-content-inline-query-result.html index 3cc483b2be..5e8cc78a77 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-input-message-content-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-input-message-content-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-keywords.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-keywords.html index 553f674e0b..6a972d3f6d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-keywords.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-keywords.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-optional-language-code.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-optional-language-code.html index 18d4e151fb..86fbf75862 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-optional-language-code.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-optional-language-code.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-user.html index aa2bc4bfb4..4f72fc0070 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-with-user.html @@ -66,7 +66,7 @@
inline fun <T> Any.ifWithUser(block: (WithUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-write-access-allowed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-write-access-allowed.html index 762ce3ae23..7c7f211ef7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-write-access-allowed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/if-write-access-allowed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/index.html index 40eaff378e..3e14430966 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/index.html @@ -34747,7 +34747,7 @@ diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-null.html index b5913d5ffa..433e9257fc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-throw.html index 27f5cc5d17..bbcc08fa52 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-keyboard-markup-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-null.html index 02ac10fda6..1f62b334b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-throw.html index 277f0f3913..4b2ab6d667 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-null.html index fc07eee509..4d1ee2851d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-throw.html index 06c3bb0491..a1be1effcd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-data-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-null.html index b5875fe7f5..80479372b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-throw.html index 472761e511..e63f431df5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-message-id-game-short-name-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-null.html index 89a366f27a..c09ebd619f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-throw.html index bfd382d9d1..60bf6ad88e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-null.html index 124fbeae5c..d237cf4013 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-throw.html index 7b3f0cbf94..7c079ee29e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-article-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-null.html index 494ccd4201..0ec062f960 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-throw.html index 4db7e30895..18eee55204 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-null.html index c850092c69..de6756f5d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-throw.html index a06fe62b72..8d4d7346dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-null.html index c790e63111..75fc951f11 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-throw.html index 99aa9abef9..7bd8685362 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-audio-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-null.html index 5c532e4ee5..ef224b1ecb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-throw.html index 794993e19d..18f78d0b81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-contact-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-null.html index ff52783614..6533db9799 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-throw.html index 9134ef3ac7..6ae5dc33fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-null.html index 9e10795664..6e5caf2fea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-throw.html index eac432fa32..047e756233 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-null.html index c4f7b0f500..62b547fee6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-throw.html index b0d44c1e9b..4671141f8c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-document-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-null.html index 58ab8a420c..7d7cc65e0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-throw.html index 4e18049120..a770dbce6f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-game-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-null.html index bae64ecec9..8ab44e980b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-throw.html index 8dfc5e2d9b..c2b0f8a48b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-null.html index 429e6abccd..2ab8a193f4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-throw.html index 88d0c56f38..a34840a657 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-null.html index 7e856c03a5..9a5a4a6f65 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-throw.html index 72d06c49b2..c53242a89b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-gif-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-null.html index c4d8450332..82e403d299 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-throw.html index 3d29df3102..bc0121fd1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-location-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-null.html index e93c510a1e..59a205c473 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-throw.html index 52a7e9d3de..5e52809bac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-null.html index 02d14f22a0..59b035a332 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-throw.html index 382f19fb90..fe8c5f77a9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-null.html index 6412ded6f8..5e5803f8ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-throw.html index fbe2888be2..b5ec3e4447 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-mpeg4-gif-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-null.html index e8cb2dfbe0..e80a656908 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-throw.html index 2aedf316a9..a080947282 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-null.html index 19ca0241fb..afe9d07115 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-throw.html index 0309b0c8d2..8b29b73887 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-null.html index a5f0a6e5b4..023400b22f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-throw.html index b10ae6f883..21df11a10e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-photo-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-null.html index aac758e071..ae33fa759c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-throw.html index 12f5364ecc..648e3c17c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-sticker-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-null.html index 0afe0a87fc..f1d368a18f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-throw.html index c77559ba73..e6b82011f1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-venue-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-null.html index 38dfdc7de9..ba36c42cd5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-throw.html index 3d822688e3..1f302ed341 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-null.html index b4e01ac2f8..c1d138f31b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-throw.html index 0a4ff9954d..fc01c7c7f8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-null.html index 04095350c1..086d2faebf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-throw.html index add1dff7ec..a430b04c28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-video-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-null.html index 153e0c480d..7996c277ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-throw.html index 6a6cec22fa..c2b6b7090a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-cached-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-null.html index e8a653e630..67f51681aa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-throw.html index 15ae3c275e..ef0b0a3e7d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-common-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-null.html index 8ded127ad9..2fc708b97d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-throw.html index 77aa64ee86..01a52f711b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-result-voice-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-null.html index 3db3843048..6b2b284c3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-throw.html index c4e758ca41..62bafb197e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/inline-query-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-null.html index 4dfd46a091..6cf96e174e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-throw.html index 8288f59c40..8dddd4d105 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-contact-message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-null.html index 0df1effd66..bf4f635f55 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-throw.html index 5ba378ce8e..8f24656193 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-invoice-message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-null.html index fe515064b2..b2a3b06734 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-throw.html index 2aa6f30242..b07af8bca8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-location-message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-null.html index fef63b44b9..3247d6aa1c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-throw.html index c2dfdee92c..4ad2d9b527 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-text-message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-null.html index c87c72c828..9fa8aebef3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-throw.html index cc0f0a6e1e..84d210445d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/input-venue-message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-null.html index aa95923a8d..adc14449ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-throw.html index aee79e034b..fb133b12dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-null.html index 7e035590a2..5600e46280 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-throw.html index 35b05e33b9..29b66f8e68 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/internal-passport-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-null.html index 79e6ee1b0c..a0ece3a7fb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-throw.html index f0132a1e2f..0fb93f194b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/invoice-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-null.html index eadb4647a4..443410c1cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-throw.html index e762ccba5e..81563ef449 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/italic-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-null.html index 0648886485..aaf7d501bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-throw.html index 499c7b4972..3c2dd20071 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/kicked-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-null.html index 3e9137547b..9340dab957 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-throw.html index 49673ec84e..9466894077 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-null.html index 109457159a..82a9afac20 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-throw.html index 8b1b90aa38..01bad58389 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/left-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-null.html index 46cabd9a76..e70845f229 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-throw.html index 776e1b6faa..b710c16ccc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-null.html index 1fbb1cc741..6e2d4b5b79 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-throw.html index a733c0c3e2..4bb14e535d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/live-location-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-null.html index 6609c59b1c..f4b750984d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-throw.html index e36ac910db..c0f94e3415 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-chosen-inline-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-null.html index 8708587ce9..74af9ee757 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-throw.html index 3e4a2c44e0..85bcbf47bf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-null.html index eed2bff6e7..929a60c184 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-throw.html index d4991e4a4c..ef18632a7d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/location-inline-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-null.html index 4556d29d96..40ccdc8201 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-throw.html index ff3ee793f6..7b2fe8253c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/login-u-r-l-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-null.html index b9371adec3..1b286aab0a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-throw.html index 19902eabb5..220c4ea6c5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-animated-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-null.html index 1da6d5f414..e18c35064d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-throw.html index ee270d7f4c..e22fbe2ca7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-null.html index 5d715e9e08..947fcfb4a3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-throw.html index fad3a67e1b..75b9aec31b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-simple-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-null.html index 264dec2953..6378b6ad2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-throw.html index 61eb6274e9..592814dcc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-null.html index a5cf69edcb..b5edfdede5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-throw.html index ed5babc572..fdb7bd65d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mask-video-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-null.html index ecd9c9d477..7db67f109e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-throw.html index 9320de79a3..ece188f297 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-collection-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-null.html index b75a820248..7bbe376b8c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-throw.html index 5690ad33fb..f8597480d8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-null.html index 407c5e1f11..45efcd4f45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-throw.html index 487bc8ffcd..3604063fdf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-collection-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-null.html index ae2a5e8279..e807f64d51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-throw.html index cb00cc8f51..6664ce7eef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-null.html index 2c2d1ebfda..b47ba82afc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-throw.html index 308ed76f04..4f3e8145e3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-member-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-null.html index e7d45eecd4..bc95be0871 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-throw.html index 2296514286..e9b1e0ea01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/media-group-part-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-null.html index 8c54d0f132..3899d5ce95 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-throw.html index dfecaeed45..ed41c296d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/member-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-null.html index b2e0f90638..72e3db243f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-throw.html index a3674bc79e..97d91da91c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mention-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-null.html index 958792ac08..7219f9e1d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-throw.html index df09bce895..72678fb3c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-auto-delete-timer-changed-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-null.html index 334aad27ec..d5f0e6f688 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-throw.html index fc590c0606..7e88414185 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-null.html index 8be0d7a2a8..3559fcd4dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-throw.html index a418377aed..fcc2b9d16b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-null.html index 23bc22784f..8f15cfe93c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-throw.html index 837f8b97e4..4a7b383fab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-data-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-null.html index bd4f78caf7..910f014c3e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-throw.html index b43248f320..0119d04bac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-game-short-name-callback-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-null.html index b0ad6116eb..2c037c186a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-throw.html index 2efadfcd48..8b62b4d82e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/message-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-null.html index dbbe3bb88e..1d9dce134f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-throw.html index 4eb743d354..c642c92c7c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/migrated-to-supergroup-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-null.html index b28eb2d1ee..24cc025ee0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-throw.html index f785ccbc29..3408551162 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/mimed-media-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-null.html index b889034da5..c84e4995e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-throw.html index dcb229f0bf..7203e631e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multilevel-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-null.html index 3621982c24..50885bfd2c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-throw.html index 0600c2db0f..861b29b109 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/multiple-answers-poll-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-null.html index ae5ed5875f..3e8c187631 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-throw.html index 4bad2e9c13..34969dded4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/my-chat-member-updated-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-null.html index 6d34ee69be..8a16da2d02 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-throw.html index 5e512693d4..c4dd76d683 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-members-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-null.html index 33b407c8eb..4f5e19ad92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-throw.html index 6dfd012b2c..3f5c19b1b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-photo-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-null.html index 936d7bfa55..ccf35ef364 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-throw.html index 2d635c4041..0279afbaf9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/new-chat-title-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html index 5e2b75be6e..8121c4b1cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html index c3f0079a1e..00ad51bd94 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html index ecb542510a..cd20bd2dad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html @@ -66,7 +66,7 @@

Simple factory to convert ContentMessage to a CommonMessage

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html index 31ddf6f3fe..0838b5ddc5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html index 1aa2bfc903..66b9feab3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html index e54ac553fb..c91c560588 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html index d62c0dcad4..221865c84e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html index e992966800..e0428aae85 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html index 0630cf1a9b..ba8bf1f0c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html index 47a06e09a0..fabdc9c66f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html index 5d86b6f82d..9bdd195bb2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html index ec62d282d6..e6ca3b7269 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html index e251c15605..b1104b5045 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html index 211b1fc873..b3cb5095d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html @@ -66,7 +66,7 @@
fun <MC : MessageContent, M : ContentMessage<MC>> Flow<M>.onlySentViaBot(): Flow<Any>

Filter the messages and checking that incoming CommonMessage is PossiblySentViaBotCommonMessage and its PossiblySentViaBotCommonMessage.senderBot is not null

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html index 296b702185..a88750fe4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-story-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-story-content-messages.html index c0cd013f3b..14d895922b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-story-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-story-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html index 4b25bc6c78..55e1c86735 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html index 836af5e967..f18a57b85b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html index ddb94f8b99..c030e3fd47 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html index aecf19f4b3..3c9387775c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html index f7e6b7f171..7fcac180b1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-null.html index 15ad452de5..c3c756e169 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-throw.html index 01c6268656..5b163fa68f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/optionally-titled-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-null.html index d991b702fa..9f897532a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-throw.html index 01c5240cd5..ef0fd5877a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/other-documents-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-null.html index 4f74a17e7d..5a7c6a98ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-throw.html index 3bd77a0ce2..9c96f2a86d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/owner-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-null.html index 1cecc23e7c..2b666ee608 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-throw.html index 59ccbaf5c9..c36e1a8498 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-data-field-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-null.html index c7ffd34419..6b0705c22a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-throw.html index 251de538c9..25f122ff99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-null.html index 8716da39b8..8f910a175d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-throw.html index f10c48aa6c..6e40409156 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-files-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-null.html index d3c93f535e..aa6f39e1e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-throw.html index bcfeb26ef4..1dd60e04f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-front-side-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-null.html index 4345281df4..68ec1c496a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-throw.html index d5ca9c80b9..1f4c32e839 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-reverse-side-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-null.html index 94dd32467c..b3d54dabb6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-throw.html index b91cfb71e5..11def15a53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-selfie-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-null.html index 88446f012c..5edd0898b1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-throw.html index a7cc580ca7..94a30a0656 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-null.html index 596ed4be43..3dc428fce2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-throw.html index c6c9eaf962..7caabd1812 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-translation-files-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-null.html index 58059b3003..9772dafeb9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-throw.html index cc0bdfdefe..efe3866d6f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-error-unspecified-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-null.html index f9e2ea1d7f..b9f7c2da8f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-throw.html index fa0e5a83bc..b2f17ca152 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-file-error-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-null.html index 2c0b064fe4..2b2185c59b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-throw.html index 5720653f5e..534128919c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-element-files-error-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-null.html index 9da7a8de67..83f86c1b35 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-throw.html index 82177133cb..ea6883b10d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-null.html index 63d32b3f6e..b7d646a916 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-throw.html index 58fd99142a..3a4760eb46 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-null.html index fd1bef4441..07fa4a2c6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-throw.html index d93a38b225..2468ad21d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-multiple-elements-error-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-null.html index 346c30d7ea..50d622af3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-throw.html index 4b520c1167..31c97dac32 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-null.html index f6fb8733d5..ea703cc771 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-throw.html index 9254df36dd..76ff1cd541 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-null.html index 6729c80bd7..ec5694cf2f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-throw.html index 618d50233c..62ac215cd6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-registration-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-null.html index a199450155..866609e021 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-throw.html index f2384de195..088e73881e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-null.html index 3e201e9734..59d2645b9b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-throw.html index d7f69d449a..e4901118c3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/passport-single-element-error-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-null.html index 8043ff6934..35a419d201 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-throw.html index c63eab1ccb..b8a4e2fb77 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pathed-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-null.html index 11f76769b9..db6b524046 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-throw.html index 8b378d038e..8cb302ad7f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pay-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-null.html index b2a8964f0e..6034cde655 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-throw.html index 423a053d58..ed60e90a41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/personal-details-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-null.html index d1e793267c..74dd69fa56 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-throw.html index eb79e6ea02..d601cbf0d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-null.html index c685545c8a..9319173c62 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-throw.html index 432df9ffee..447d56a402 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/phone-number-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-null.html index 317d8b7d45..8dc4ee82b6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-throw.html index b9e98f6d7e..ce98db2476 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-null.html index 21b85f2a21..fee220e946 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-throw.html index 32be73789d..b33ec091d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/photo-size-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-null.html index cbd08fa92b..f70d1fa720 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-throw.html index 8ed6253bb4..42e0914028 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pinned-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-null.html index 0beb93fba3..843bd411ff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-throw.html index 595bc066eb..e08d5dd733 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/playable-media-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-null.html index 96b44080a7..e6d328e7a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-throw.html index a6f72b28b4..df7d6d5ba0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-null.html index 439b70b7d1..89128e3d53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-throw.html index 7260ff02af..5199261745 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-answer-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-null.html index b93dac38b5..3455fc8233 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-throw.html index 211afea759..6606189bda 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-null.html index 4aa56108a2..b3f11f54c2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-throw.html index dba06ec558..0b1fefdd3e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/poll-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-null.html index 568e8650c8..26383ae408 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-throw.html index 93f5473867..90db56eddc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-edited-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-null.html index 66e6507fbe..37b6f08181 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-throw.html index 0777f7cb7c..444b267f94 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-forwarded-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-null.html index 6337daf92f..879679b072 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-throw.html index 572468ce60..351d66b021 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-media-group-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-null.html index 5738d0ac0f..94559712c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-throw.html index e02876633b..231e50de4c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-payment-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-null.html index f1abc65fa2..cefc6ab27a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-throw.html index 459e0c8bdf..5004d2b35f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-premium-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-null.html index 3b343539a7..981cc1c7dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-throw.html index 158135320b..23af240ca0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-sent-via-bot-common-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-null.html index 9b4c11116d..eb50d392b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-throw.html index 145f73113b..751598b173 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/possibly-topic-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-null.html index e551212a84..2518b2f6ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-throw.html index e47c466643..d0698d63c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-null.html index a99fdedd4b..9666323e25 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-throw.html index f78d94b958..c361efbbd3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-checkout-query-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-null.html index 60cc76e151..443aea0a81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-throw.html index 764e760e14..e9c716b808 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/pre-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-null.html index aa723249ca..34c77e24ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-throw.html index 3d09d9a798..2e3b06ed15 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-bot-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-null.html index e25fbb7858..58b059c1d8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-throw.html index 761088447a..e6131d0758 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-channel-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-null.html index 6d41cb30b8..e75617ff1b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-throw.html index b000eb70d8..7302199595 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-null.html index c5b0642f50..6d92acfd75 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-throw.html index a65d4e5d2f..3d07823110 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-forum-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-null.html index 1c2c9bab9e..77e3ab14ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-throw.html index 3b5b5aa3d8..e587ccbc24 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-group-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-null.html index 6fc3d4510a..968028853d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-throw.html index 20fe21864e..ec3e8246db 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-private-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-null.html index 08f9b2fdfe..efed82a39d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-throw.html index c020d0a405..94ea5bbfed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-public-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-null.html index f1f90cdc17..fa8924d91a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-throw.html index e95e75aabf..48f6eaa85a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-super-public-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-null.html index 1eb50ceb13..ec0c6e3827 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-throw.html index 0ccafefc59..c0d991d36e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-supergroup-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-null.html index fa97a4d204..218fb32808 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-throw.html index 364e05dd09..f6b5a86f6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-user-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-null.html index 8eb5772f98..9d3c311509 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-throw.html index a314b3e621..81a94adb08 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/preview-username-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-null.html index 0c161cec04..97df2d92be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-throw.html index 2bfb6f0353..4f395cfdf5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/primary-invite-link-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-null.html index d8b0d38c38..b7ebea649b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-throw.html index fc9693d9c5..47956e3cff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-null.html index 1b88792b5d..b78267f88d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-throw.html index 08731c3b6b..0a48c45e9a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-null.html index db5537b0cb..23542ad9b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-throw.html index 0aa1c66982..ae6bf56f6d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-null.html index e15b404076..4765e99203 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-throw.html index d1fd179ced..879a47f493 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/private-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-null.html index 7563420bc5..ea0071aab8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-throw.html index 12803eff4c..513ec1a189 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/proximity-alert-triggered-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-null.html index be53e9ed20..a8a8602579 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-throw.html index dc19683a57..550e85fe05 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-null.html index d62563d6f4..7a89f846c2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-throw.html index 0a770dbf8a..b2bb6fa86b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-null.html index 0cecc905d0..64f7ec2e8a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-throw.html index f5f1660841..cc9cab4221 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/public-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-null.html index a5630a3150..2a997cf376 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-throw.html index e6a8f9f691..b1224991de 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/quiz-poll-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-null.html index ad6b81d413..a79f9be415 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-throw.html index 1cff2f8d1c..f42301a005 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-null.html index 7f70e08e23..40f8f5eea6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-throw.html index fec94e45d8..01bae5347e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-video-note-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-null.html index 620f124efb..db94933adc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-throw.html index 12b620e39d..30cbb2d360 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/record-voice-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-null.html index 6032089ff9..b13aac804d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-throw.html index a882cb85b8..4f269f7d32 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-animated-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-null.html index e3360a7a78..956e52f5b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-throw.html index 28d167bc91..9702a40038 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-null.html index e3acb714bb..f880cb93cd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-throw.html index 9aca4935a1..daedf3d676 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-poll-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-null.html index 1cd68ff9c6..442ec6c14b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-throw.html index c22c1f363e..c90eacdc12 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-simple-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-null.html index 68e0fa0916..8d63140dfb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-throw.html index 8383914e99..1b34a6ff75 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-null.html index 613e96fc4a..4b9cb6479f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-throw.html index c1a7dc621f..e2bd33477e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-null.html index 54d2a36fe6..5925742372 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-throw.html index 21016d3ce6..0efe6a0e5e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/regular-video-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-null.html index 9b3735f4df..191f73d3f0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-throw.html index 595c894727..3c1c4b01ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-null.html index df06be1bfc..fc8a09cb54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-throw.html index 672bf4a785..4f0dff3d42 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/rental-agreement-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-null.html index cbab3dbb62..61397fb5b6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-throw.html index 346e7f3a16..1272651b19 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-force-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-null.html index b9a5c31db0..de32abe2f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-throw.html index 203b231e56..54acd0edc0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-markup-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-null.html index a9f8ff2f62..c714f5496d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-throw.html index 75f2df5ca3..db72bec26d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/reply-keyboard-remove-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-able-to-add-in-attachment-menu-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-able-to-add-in-attachment-menu-chat.html index 5a0c47f405..8d015e6126 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-able-to-add-in-attachment-menu-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-able-to-add-in-attachment-menu-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html index c7acf4add7..273065b4b1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html index 65f0b7cf35..0855da71a3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html index b9f3127d9e..f6b527720a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html index 8084a51097..588e425e51 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html index 534d9f3ae5..764b705471 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html index 08ce37129f..de5706ee71 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html index 629028d744..f779ee74a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html index 05ab5fcc70..23a3c99f93 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html index 3e649f24e1..2d532b05a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html index 115012099e..99e00510ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html index 1df66471dc..2f6d9b4754 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html index 172c2b6262..e834bad9fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html index 9b7f05ddba..bfafe8ff3e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html index cd7f87e51a..b62f9e106a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html index a02edd7e4c..d21279a348 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html index e850ec9345..ab6ea0d615 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html index c9862b9270..35afb96d9c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html index 22f3d81bfe..19eb01515a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html index 9d0df3a1d6..bf95e1646d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html index 2eff0120c0..f3589f3569 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html index cfd9a075a0..f630e3ce26 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html index 57e9748c03..56254c3fed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html index 7118dadec4..475de2aebd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html index 67a32545e5..80df8c4f2f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot.html index 7dca6e0c85..32c7905389 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bot.html @@ -66,7 +66,7 @@
inline fun Chat.requireBot(): Bot
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html index 608c1dea70..23c3f1099e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html index 26ea5ed993..7875a5b6ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html index 615050e9bc..d7d2ad4015 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html index d1c61089fe..cbec928b4f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html index f3badcf1dd..161a7e2afe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html index 08a9dde87f..9abf37bf48 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html index 6a68abe348..2640e8e7fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html index e1b35e0061..612a76e633 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html index 9054e058c2..1cf2d1b170 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html index f356fb7286..3a77beec2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html index ab9546a3bd..97d157d78e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html index 5dfcd98657..256996936b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html index 88a93dc819..4163efb27e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html index 6d717e10bf..5f47409e11 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html index d2c13edea0..bfce3375c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html index bb8d494042..7e1104d982 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html index bc34a848ba..234ae67760 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html index 34de407e9b..f5bbf5edfa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html index 9ce16cc51c..8090b9c618 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html index f2ba117af9..259a00cbb6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html index 84b4124fc8..cdd1b2f9f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html index fb8bd7584f..e888a6a24b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html index 3609c71f4b..74a1bd0d74 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-event.html index ddbab38726..78d092be64 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html index 7ae259b9ef..00c1c70c69 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html index 865f02b197..186454e972 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-message.html index c5aeb8b4ea..7ab6264319 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html index bfb1f5ec3e..6f59348583 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html index adfd56ae77..40886404ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html index b6c0522848..5a1546855f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-user.html index fe8270df19..5aac101d3c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-common-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html index bb8ffaaaf9..30f7f0161d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html index fe2ce1ef68..b82539bfeb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-content-message.html index bd7045456d..088f8a1927 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-create-invoice-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-create-invoice-link.html index 181b1f1b5b..80c42d5df1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-create-invoice-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-create-invoice-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html index a65bdaaa3e..ccd6b28d80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html index 3e2f741366..866e0330fc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html index 5c0c4e799d..099b9e25f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html index e7bf837155..d24af4b11b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html index 982f664a61..206a7a3644 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html index 946bca0363..34a1b248cf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html index a617d5013b..35ab64d0f0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-content.html index 87badcfc22..3c8036fd3e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-file.html index 8fd5c9ffea..6aff34cd45 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html index 2a649d8f26..d91f342620 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html index 87c3343d56..01079ce455 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html index 940d56dd90..1a3c35b3ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html index e1d78d2f58..0b8ed13c14 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html index 55ac8dc016..74e28d42de 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html index 677fb618e4..807c7826bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html index fd477825cb..daf4485799 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html index b19c72a1ee..0b96263457 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-email.html index 1e984a0a6c..fd9c6b16d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html index 01ccaaab51..3b949300ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html index b743f83aa7..67fe40a18a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html index dfd1a7e413..e5a7420dc6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html index 3c4c309b66..0b0ec0ddbb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html index 3a0c63b42d..63995d4622 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html index 012531731f..f93a5591f4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html index d2b5c71d3f..5ec8bf3176 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html index d640e2c921..1d00e72880 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html index 0f6f33b06c..495762543a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html index d3ce36955c..db066e96f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html index 16a9e7d70d..94b8d8871a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html index f9a276db24..08f4a4b28f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html index fb77a145ee..a38e5780d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html index 99ed1def6b..91a115bf0c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html index b545e5b73b..da01c795ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html index 637847e620..8fdae7a428 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html index fed3fa9028..5bf5bfd6cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html index 2ebaa74a9d..0c26f101c8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html index 7ab7e49adb..d8942cb7e8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html index 673916dc65..f5a2a6dabf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html index 0a1f6dd98a..9b4730794c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file.html index e801de8e86..5bcaa97713 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html index d1ddd7b288..500cd72904 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html index c4e2329efa..49f06294ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html index a1e626257c..f97a4ac21d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html index 273b0eab34..4f2a446dfa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html index c7999d2ad9..8714278c54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html index 5c8f032e65..12b03cefcc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user.html index 26cb3e736b..786317e5ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-from-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-content.html index 26ffbf67a0..d70b69ea6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html index d18cdf6133..9d3454a958 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html index 729a47e591..4c605e5547 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html index f99198f1b7..2b7b5416bd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html index adc10e132b..6e4fc27b37 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html index c09ca31ce5..2d49db8934 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event.html index afc79656f8..8069f666e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-group-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html index 65a48e5be1..74abd36334 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html index 8bfb587d57..ec23a128e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html index bf3d5b5d83..1432e50916 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html index 65c280c18e..d7b8604dc2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html index 61168889b1..f6439f9e92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html index 2c583013fd..4158c675bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html index 8cb2f98bda..2d10aa6bd1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html index 097c15b892..3364e1903c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html index 2ca7febeb0..2c49f2ab3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html index ebf06febd2..63a015693e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html index f2cdfe3da5..b0d42b3a09 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html index dfd0c20d6d..35286b933d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html index f69e06c36a..fd89699932 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html index ca9cb0fc9a..4ed2a77400 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html index afe3662da7..77465cfcda 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html index c29e990658..bc75aa4751 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html index 97d6f78c73..9a6cf3b260 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html index a76d88e598..e0b05461d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html index 3de7399a69..4af55eee2e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html index 57e0171814..96f10d5b5e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html index 2251a65640..32804d7741 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html index 11dd7616fb..fec604e685 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html index ad7a5f5b09..46cb54d4ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html index 897d4bcedc..aff1649b18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html index 02f02c6d4e..68d19b9e74 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html index ee9b006ad6..2e0d6a84f6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html index 9423b266b6..1210949f4c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html index cc3e31f80c..f0a3cef67b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html index 013b3edb9a..41fec14eba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html index fb0f7d550c..36cffc2ec1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html index 9a6ed8922a..936c173f8b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html index 9adb9a5205..21de95cd13 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html index d1b47e92bb..d4b5f3ced2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html index 9a09675c63..6ae51450df 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html index 04154895d7..a451cdfefa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html index 4bbd2fc5c7..237e53b41f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html index c81785bf51..865afd29f8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html index 6228a632cd..a3910ac726 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html index a8d37186fc..5050493346 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html index ea45a36e1c..2778edbb80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html index acbfeb07db..f0f998b822 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html index a7aa275135..cffbe71be1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html index 0e5182353e..53905489c2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html index a222d43095..d7109c0553 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html index afb90a612a..429b5291d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html index 701ac39bf2..842a888a84 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html index 24717e29b0..a9592b0a6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html index 1e3391e7ff..8a4c41fb28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location.html index fa520e672b..e7635d44c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-live-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html index b2eb21e025..c8dff7d8cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-content.html index e2aa3e1e21..4430c28d8e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html index 9b0200d3bb..601ca8ffb5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html index da53405c36..b5b0237ce6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html index c17b9f2c2d..bc08adf476 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-content.html index 57d9654d77..2aa50bfcf7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html index 4b56dbe463..e594433c53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html index 2767ade7a0..dc2034c0be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html index 9a2907731b..1cbdbed7c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html index 7fd9702190..ad247e5a05 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html index b5a0c64e33..1ceb442d70 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html index f4a4829a9a..3a8de0f3d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html index a56408fde3..186613c961 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-content.html index 7309b908ce..6fb1adcb96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html index 96ef3d5707..9a03955c72 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html index d584e8ecc2..9117b1df01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-update.html index 936aeee9f7..04bdde845f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html index b7abb77154..dadf38c329 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html index 29429e8ca8..358a331336 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html index cbd7eb87ab..19ba905b3f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html index e60811cde7..afa2e309a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html index 5762169c2e..8ce0c7aa4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html index 682ca866c0..aa94496eee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html index 55509df590..d08c0b0ac6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html index 71668f2b54..4a95c11b99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html index 02a1514c08..31b659b9b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html index 8080465197..b3d4212c83 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-owner-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-owner-chat-member.html index 4305c0a59f..d1d194d5c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-owner-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-owner-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html index 95c47eb41d..5feebe4c6e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html index 1a13d266fb..5a1d028700 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html index 9454fbc5d7..52f97fee67 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html index 78d960d542..2bbae8ebc9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html index e1fdfb4587..2b147788f1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html index 2ff99340f3..35537999e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html index 6faa34d548..97dfe2bdd4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html index 749048c69b..c44fcf712f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html index afae77f11a..d14cf345f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html index eeac7d894e..65f89886c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html index 15dbe99f18..185ae7b8ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html index 6770b18205..e6c81bad0d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html index 191e64256a..23f779db50 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html index 3f012fc996..1247bdf383 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html index 8bc39c4204..11a31e2fc3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html index 3d847a0773..31b6c2de18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html index acee970ee0..f6a65ce8b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport.html index 992e76446b..18d25adde7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html index 1c3717135e..b775a622c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html index ff41a00e9c..77adb7b13d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html index 65ac5a99b7..8378adf391 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html index 0e9d0f5913..e3d6c0b5e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html index e33f6117e8..27afafb9ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html index f28432e5a3..6e757eb738 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html index f39c7b8f84..70a2fe623f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html index c2f3da3498..7f5d76b185 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html index a6418cf03b..3782e19444 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html index e48cab93a8..d29deccfb7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html index a0c98abd7b..155dc3556a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html index 8b122aa61d..bb35ff8d4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html index 52f626007e..f51165534d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html index c40fdd390e..d7a4b6a57e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html index 7451edd8ef..61a81973eb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-premium-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-premium-chat.html index beca20c013..4a1670ebd6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-premium-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-premium-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html index 6050007081..016934754f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html index e09466c0cd..2fc2dc2840 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html index 27743398ea..dea08dd05d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html index 80657fe4ac..575abc9509 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html index d6b8b4a5b5..da89224d75 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html index ebe6d9735f..98f5461f77 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html index a4424239e4..ec366d5123 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html index 3d539cae51..1eccbd3945 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html index a9bf5b87f4..f285e77ae9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html index c976a1572f..9789041e6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html index 31c8db05b2..815b783a71 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html index 90b74b578d..9a0b34d0f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html index 7736c4ccb8..9c927a3a62 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html index 8b30af7d7e..29f296411d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html index ee0401241e..baae95fa3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html index cfc597d48c..f5198afb78 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html index 0801731057..7641641616 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html index 1cc96b026d..f44b75aa82 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html index 021373c0b3..4d8464ae2a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html index 34155bc96e..6bb8e70754 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html index 31811b1ae3..e4b4de32c1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html index beb49f3c28..fa39661d5d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html index db2bba353a..b063942155 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html index 441f3f33f1..8812bba106 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html index 0832eb02d4..c3bd370469 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html index e6a299b70b..9532a1eca1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html index 5e03a6b8e3..7bd1f6d020 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html index 657e614161..7ae639909f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html index bd6ee48559..6902a83813 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html index e4149ed9c6..369011c884 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-send-invoice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-send-invoice.html index 9431ec3831..18fb45b32c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-send-invoice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-send-invoice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html index 2632a3cddf..94b6d9be73 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html index 2883d964df..df1258fc1e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html index b96e76d760..fca9993095 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html index 34e9bf1134..b610dc5389 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html index 9dfea77313..9b8cf3da63 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html index 405dd9d8c8..c5172ad0e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html index 1b551565f4..10385ff2f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html index f24296bd60..1d16d16e8b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location.html index d2a79b5e83..074c0afb80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-static-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html index f089739d02..eb1d2022a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker.html index 33597f8fa5..3594b57edf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html index 2a4f463fde..5460b46ca6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html index 97ce028bce..4615781399 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html index fe1e85c56a..64117a2693 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html index 0ee67004f3..d3e702b4be 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html index 3573dea913..f946dba2e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html index d1f67b7688..6ce0c664e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html index f1fd53814f..c5738b8a1d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html index 4c7b65aa25..4bbfe12d97 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html index c7f31899d6..1f7cbdfef4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html index 9d00277849..0e99cfaf4d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html index df22aa2b8f..106ea0fc55 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html index b6a6171ea3..9ca53a2262 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html index a7cd67c715..64fe1400e1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html index 2dd0882bb4..4e10cac636 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html index 33d086ab0d..e7df51dbfc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html index 9f0c519677..3a887e666a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-content.html index e6163f5150..26cf62cac3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html index ab43812edc..69caf9b58a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html index 196a5161ba..82fcd0e97f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html index c0a5707f82..22a6a1eb5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html index 9552c33c58..f3d6e6666c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html index 00c2db6b72..cf5d5632ba 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html index 005ee3693c..2f8eb64841 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html index 1a606d3557..b4c410c7a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html index 53bec004e6..bad1d3fa18 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html index 1a6618fb7f..47bed643e9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html index 9ae7b3e566..ab03ffdb28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html index 8de68d38d5..16ddf9369b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html index d5f51468e9..d85b9fd9a5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html index 71771eee5e..d2895a9674 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html index eba1d7a6c7..53c858719c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html index c7d2906ec4..6c33ee2e4f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html index 572af147b6..545d650570 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html index d10594f2ee..cd3bce08de 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html index e755315594..f248f73030 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html index 7cd31b44fa..83dc0dc169 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html index 645f0698a5..dbcc212219 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html index 6a9dfb5f95..eca4714b78 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html index 24c14d47d6..3d442ccc41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html index 603e77ebf9..bf7525ec61 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html index 082644fcff..f48b0f518c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html index 322d3e4349..684ec6671e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html index df090e2eb0..2311181d00 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html index 1e5f36070c..3c5cfea9a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html index 8b46edd9c7..98c779326f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html index c15efe1018..63eb1a3cb7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html index 9914c59a7f..5d29375476 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html index 1e1cda6473..c50b1f6576 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html index 550ed21e7e..e42c99a241 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user.html index 7a544f3ac1..ab3b360db9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-user.html @@ -66,7 +66,7 @@
inline fun Chat.requireUser(): User
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html index 8916961768..8052ddcadf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html index 9458e78cce..48fe42b8ac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html index 7219dd2490..0eec19deb5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html index 2ca0f07065..2b48191537 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html index 5eee7c9016..6c35951ed5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html index a268f47606..0861bb56b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html index 771f6649ea..444a80e301 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html index 02d8f266ba..52bf2de9fc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html index 8df80332d6..d3f48c4c6e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-content.html index 46bf5c361a..2f2694c771 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-file.html index 286215f6b9..39d762d737 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html index 27cfb60b02..94e3349478 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html index f25f4f588b..dd4f147c3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html index 80f1f924f7..039e1e05f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html index 68f8b8e023..f88ad84e02 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html index c134714216..d637571b22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html index 8aba99bf86..924d64ada6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html index 942a00b4cc..b0f14c7923 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html index 8861ebf39f..3be03939ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-content.html index 4d4529c5c9..7a1115290d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-event.html index a80dc680f2..90189d2c4b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html index dcb58b95c5..36d1187412 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html index 23f5e10693..6e7c96f573 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-user.html index e8dc459873..286fc452dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/require-with-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-null.html index d33c277e30..af99c99606 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-throw.html index b489247761..c36d29482f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/restricted-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-null.html index 7545cb9aa2..a4c48d38e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-throw.html index a4ba67bc1e..286524878f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secondary-chat-invite-link-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-null.html index bc3e4315c9..5f347a166b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-throw.html index 4a02d88dd3..5c7a00f92f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-identity-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-null.html index da602a3797..1ae4551cc7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-throw.html index b8c0db9d60..262a94b0dd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-data-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-null.html index 21000cba33..ce394ba1c3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-throw.html index 065ace642d..c126341a13 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-files-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-null.html index 0f80ce5e74..4cfec7486a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-throw.html index 3ad6176a9f..5b6d7c9ea5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-reverse-side-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-null.html index a6c7b6133a..24dad318a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-throw.html index 83235bb687..c6803c42d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/secure-value-with-translations-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-null.html index 3006086ebf..252a4f8fcd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-throw.html index 8fd8c60cae..bf5c813cdd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/send-invoice-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-null.html index 18315d3a76..db461884c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-throw.html index 579e02484c..760b8d4c7d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sent-by-channel-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-null.html index c2fda32064..5e4a86ff13 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-throw.html index 0f8365dbea..e9694e7892 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-null.html index 50b23f828d..eaa0b538e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-throw.html index e05713eed3..a8da7508d1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/shipping-query-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-null.html index ee379249be..ea656e59ff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-throw.html index 4de2e1892e..9f977b9ac4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/signed-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-null.html index 43c7b3c1dc..107efb7767 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-throw.html index 079e0fc7ed..ed379179d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-null.html index e0b0ece6d9..43f23ef755 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-throw.html index 709f486f17..c95b1ad107 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-media-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-null.html index 4aa15c7b7a..04f041b7c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-throw.html index bb1747ab14..be0b71b927 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sized-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-null.html index c965b5dd73..5870470b81 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-throw.html index d4f495e292..3427fce58d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/slot-machine-dice-animation-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-null.html index 06463306b2..3686ae4642 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-throw.html index 964ed1d8dd..33b26d76f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/special-rights-chat-member-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-null.html index 10c8af0e3c..f84b00e217 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-throw.html index 11f3023b72..2de4ef58ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoiler-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-null.html index 1bcc686035..465d429938 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-throw.html index 1f7717c2c2..394d266ad7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-media-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-null.html index 2b0cb283e4..3976def4e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-throw.html index 387bd27ee7..00c9ff2c94 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/spoilerable-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-null.html index d579de3f9a..3c472879e0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-throw.html index 8d87530ac6..12cacb0e7f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/start-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-null.html index cc6004436c..0e30525d15 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-throw.html index 700d62fa6d..acc8dfeac6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-null.html index b66f040899..40a62142af 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-throw.html index 2833fa5152..652e4ad2ff 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/static-location-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-null.html index 830b0aa707..995a30bf93 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-throw.html index 6325856842..6935562c90 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-null.html index ce033ed679..9f5e80d8fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-throw.html index 97a084e702..4d1cec64b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-null.html index d5c74c63b2..3a3b02464d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-throw.html index f5a6549c57..b1d7caf914 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/story-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-null.html index da7bdc1042..933f3ab37a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-throw.html index ff9c976d5d..b31f2b1cc4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/strikethrough-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-null.html index bf59895664..bd92ce0719 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-throw.html index 7ebd069cbd..983e9ba5d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/successful-payment-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-null.html index 1bb5ada37f..163e44bab9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-throw.html index a0bfbb1592..96b95fa61a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/super-public-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-null.html index fc656b9391..de3f36993b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-throw.html index 9b0c30c9d1..46176f7477 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-created-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-null.html index dfc1d98752..c9f00fadf7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-throw.html index e1f15660c5..2a94ae2166 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-null.html index 6d4b92d4a8..d4090f432c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-throw.html index d474bb4a59..ff403728f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-null.html index 2da5d812e3..170b6320bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-throw.html index 2bc8649a33..05f2ae6fcc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/supergroup-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-null.html index 290e3a7306..2b1852b812 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-throw.html index 0f6e282fd4..589a49a28c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-chosen-chat-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-null.html index 3a28bc73c6..8b58027720 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-throw.html index eadda55744..e61d62864a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-current-chat-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-null.html index eaf56c6974..7b2f154d80 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-throw.html index 65445373cc..d46596f4c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/switch-inline-query-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-null.html index f0ada3a145..296bdab94f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-throw.html index 6f409e7ce8..60d8b00f0b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-animation-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-null.html index 8aa424bb2f..93c1caa2f5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-throw.html index 229d6855b6..ffe438615b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-audio-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-null.html index 1bb71eb117..79a9376fad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-throw.html index bda1578cd4..b439e97cbb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-document-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-null.html index 0c3390694f..9d4c850727 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-throw.html index d05a7ad7d3..98cf94654b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-photo-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-null.html index ee1d7efc62..030904552e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-throw.html index c3c8657cb7..1d3a4a6672 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/telegram-media-video-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-null.html index 78fb3d56a5..7d55585ba9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-throw.html index 4991f17a84..eb8b8bae43 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporal-registration-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-null.html index db1fed4f34..6b11ad64eb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-throw.html index 4eee30c081..b06618b0b5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/temporary-registration-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-null.html index 65df599445..4172e3eab5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-throw.html index cc8fc3835b..0380dc8767 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-null.html index dfb1b553ff..8116c2741d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-throw.html index c86dae604d..dce77ccadc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-link-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-null.html index 22b0fb5db0..91c307c7b5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-throw.html index 984e943d51..10a35fc5c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/text-mention-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-null.html index e6594c2802..4895d52dd9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-throw.html index a3d2881db6..7dd003a000 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-null.html index 6788ce4e5a..6194360476 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-throw.html index 6af8be494a..00b4506310 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/texted-media-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-null.html index 5ad8006296..15cbac9c6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-throw.html index f4597c1d03..c278f0b8bf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumb-sized-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-null.html index e31e84a537..e1a859872a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-throw.html index da01c5e9f8..7137620219 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-null.html index 246d302419..70bc1243e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-throw.html index cecd9c22db..c5ba3f27d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-media-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-null.html index e9a8a926c2..a305513023 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-throw.html index 98a26c25c8..67e23c5ed9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-null.html index cbc19f1898..311319c3c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-throw.html index 865b0e0ea3..cd022cb20d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/thumbed-with-mime-type-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-null.html index 65fd3802e4..6cf2e0d3dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-throw.html index fbcc3772b2..d15594879d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-null.html index 06704a7aca..f4061a96cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-throw.html index 034b0784e0..b5d41f1766 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/titled-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-null.html index 9a357eb3e1..972113bda9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-throw.html index 6474f29602..4d2f2f9b92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/typing-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-null.html index 5d7dd2f29a..7a54671198 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-throw.html index 3f2c366efc..bd559ece9e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-null.html index 921edf7408..fb18fa1ba9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-throw.html index c1ce73eb82..2aa741ad0c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/u-r-l-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-null.html index 49d668e45c..44cca3fc6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-throw.html index 83065b5581..9124164ca7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unconnected-from-channel-group-content-message-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-null.html index 6c948676fc..9be3148092 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-throw.html index 46a491ee8d..a387c23f96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/underline-text-source-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-null.html index 57ce75c138..a56fd463c6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-throw.html index df123b0130..8444aa37ce 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-callback-query-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-null.html index 2c5cc51903..f9bd0f3431 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-throw.html index fe68c75ed7..16b957c5c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-chat-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-null.html index 475cde5d81..08cfb1c610 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-throw.html index 13c91869c0..ed314165dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-encrypted-passport-element-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-null.html index 61a9d56ba3..c3a167ffda 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-throw.html index 9500e3e672..f05757d614 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-extended-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-null.html index 812862444a..b211137b3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-throw.html index 2e29766b90..90d1d64993 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-null.html index f1416588f8..13881e2801 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-throw.html index ba525fbf97..ca6b6967e7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-message-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-null.html index a00f8e9e87..7f684bcedc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-throw.html index 0bda4173e8..f01b690786 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-null.html index dda805ea8e..86d8d9af0e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-throw.html index 19b925a049..551f1e2553 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-passport-element-error-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-null.html index 58c52167c1..6a5b7daa8f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-throw.html index e002695bb2..f8b288c762 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-poll-type-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-null.html index e532b78b9a..05034d3535 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-throw.html index b9b2520cea..013afd1fc8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-null.html index 7866f6d2a7..c753be240f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-throw.html index 968c1cb281..bfea65866d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/unknown-update-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-null.html index 5ea119c636..a890182ced 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-throw.html index d014ada7df..fd48612848 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-document-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-null.html index 9b6d8a64cf..f6300c1874 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-throw.html index 1066c2e447..aa21660271 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-photo-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-null.html index a339ba9b7b..3eac9792d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-throw.html index dad7a35e86..69e89d02a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-null.html index b5f62e9aea..d0abfe53b4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-throw.html index 793c81570f..291a99c815 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-video-note-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-null.html index f95f5e5b45..9fdad468d9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-throw.html index 32adcd3dbc..f0b08ae3e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/upload-voice-action-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-null.html index 6c6448fc46..4471bfd64e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-throw.html index 3f4f014ff9..baeb37d1d8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/url-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-null.html index efe75334b9..d3860db8df 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-throw.html index 6588590793..ca7131d7bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-logged-in-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-null.html index af8413f5e8..afb21f407a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-null.html @@ -66,7 +66,7 @@
inline fun Chat.userOrNull(): User?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-throw.html index f42faac870..8a077c1369 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-or-throw.html @@ -66,7 +66,7 @@
inline fun Chat.userOrThrow(): User
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-null.html index 3c22120149..6ad050f96f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-throw.html index 4b1ebf64d8..b7562fc78a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/user-shared-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-null.html index 9d2a90991d..882ea5b37d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-throw.html index 49fdff6c9f..e9bc743b41 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-chat-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-null.html index 327f0f66f6..b58d9d8c57 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-throw.html index cd351ef220..39b04e0294 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/username-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-null.html index f8807eeea9..9de6d8f921 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-throw.html index 29a362d7bd..a35ab107ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-null.html index bb6597ab7b..c160a079fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-throw.html index 774980e338..970084100f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/utility-bill-secure-value-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-null.html index c0d5fe5d62..66fc4330b4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-throw.html index 2fd05cbb10..cefe912d04 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/venue-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-null.html index aaa82723a5..0aa0c5e3bb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-throw.html index 1ade55b141..e535b05bdd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-ended-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-null.html index 3de8356c9b..c57a3f535e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-throw.html index 549e03d8c3..82be796f57 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-event-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-null.html index 1c28acd78c..53e57b6827 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-throw.html index 6f1effa8c8..1641c22141 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-participants-invited-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-null.html index 4805ccd521..bb929f8204 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-throw.html index 3946eb6c4c..d7d5a49797 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-scheduled-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-null.html index 870adb46e0..ecb93827e8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-throw.html index 9db7ea2a95..391a1b72d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-chat-started-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-null.html index 8c624d3ac1..6ecd4bf3ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-throw.html index 66735a94d8..9f68ef651b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-null.html index 7db3210e21..e1c208c223 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-throw.html index 6c80f67061..04a22febab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-null.html index e383526b88..f410e1dba0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-throw.html index aa9c349bfb..6d249f9b2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-null.html index f236cca8a1..b8c72acdf6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-throw.html index 48bf6d08ee..741531831f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-note-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-null.html index 1614d2281e..32d6147f73 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-throw.html index 4eb3f48652..38940061f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/video-sticker-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-null.html index 6725431301..55e21d7b7b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-throw.html index b257e0e5e6..6028a01f72 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-member-telegram-media-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-null.html index f699966ec9..88c8fdeb01 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-throw.html index 14fe9655a7..4fc473337b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/visual-media-group-part-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-null.html index 5f7083804f..14da3e877e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-throw.html index 500d8f1f30..f97b7b1dd5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-null.html index 7ea28c33cb..851076a5c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-throw.html index a64f7eadd9..01e4082c63 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/voice-file-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-null.html index e752053c38..1d87934f88 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-throw.html index 5d248751fd..e119b2c42f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-data-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-null.html index 854135d6c7..664476b191 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-throw.html index cbadfddffb..575a0d478c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-inline-keyboard-button-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-null.html index 02ad48a594..f396f2be35 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-throw.html index 027eba4277..fb44f09afe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/web-app-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-able-to-add-in-attachment-menu-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-able-to-add-in-attachment-menu-chat.html index 7b45776333..cbaf22107a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-able-to-add-in-attachment-menu-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-able-to-add-in-attachment-menu-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html index 6b85f02d94..c2e3c59c40 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html index 6c8f0deba3..31e59233d9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html index ec217e459d..ece8579e56 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html index 033c59002c..d6d25ae9c0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html index 70df2e7fbd..f551f1bf32 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html index 1b38bcae41..45fa8eca55 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html index 7b4ca102b7..9567bf2ab3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html index 2b77e41343..8f3a947084 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html index 5147a97da3..87538223eb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html index 32edea341e..734f2bcd49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenAudioContent(block: (AudioContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html index 00ef36f99f..56e3783df6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenAudioFile(block: (AudioFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html index 15d9b826d6..6338b64f3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html index 8c9508d6bc..26454dc7cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html index 5935dc9afb..8b5711616c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html index b0c39a90ca..5bd1766aeb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html index 45e7a146b3..8e9dea4ef4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> ChatMember.whenBannedChatMember(block: (BannedChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html index fad7f91343..23494e422f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html index b237383867..c42e8d81dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html index ae4305dbcb..61738273d6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html @@ -66,7 +66,7 @@
inline fun <T> InlineQuery.whenBaseInlineQuery(block: (BaseInlineQuery) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html index 8b07a38599..41630182d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html index e4d875e171..ea7cc40ddc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html index b6e1b2a9d2..9955956fb1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html index 2ffc84a060..536a0412f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenBoldTextSource(block: (BoldTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html index e52c232c3d..ac13a04003 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot.html index 8d48584d0f..f948805e3a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenBot(block: (Bot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html index 1eb2109532..de957e12f3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html index d535505f2c..16dfb806ae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html index a554e3718f..458bf71e88 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html index adbc860372..619e001172 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html index a6da528c15..f40e88b603 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html index f52037b9eb..ffe765f6f0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html index 031d04a363..e104a85fa8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenChannelChat(block: (ChannelChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html index c853b48dd0..a17225b9bf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html index 75f96859e5..124b3bb7ee 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html index f6be9ce605..001c32d015 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html index be9b08c869..1d0ec27021 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenChannelEvent(block: (ChannelEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html index 8bf366be36..3feb81455d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html index 41f819b6a5..f890f0b479 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html index 2e7667bafb..fa74124590 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html index e95210d020..a40dd9745f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html index c3ba03cf8d..d85a216976 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html index 57c947a242..ac48e75858 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html index 708109c44d..93331c9b9f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html index 2fdb1132d2..33c1e84378 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html index 37f15d3933..ddcfab3e92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html index 3a80734f36..08f712ec57 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenCodeTextSource(block: (CodeTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html index a7e3411e0f..dc81013d4a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenCommonBot(block: (CommonBot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html index 5d118bc333..58871f1654 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-event.html index bface0dba1..91812936d7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenCommonEvent(block: (CommonEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html index f4d48e213d..c4ea9907dc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html index 7a1c7d7911..0c5150f559 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-message.html index 6be6390e41..f470831e98 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html index ba2e6cf45e..70d7acd14c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html index caf08ede02..410c3375f2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html index 2f935e0fc7..fff9e028d2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-user.html index 1d6b365103..348a6ce443 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-common-user.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenCommonUser(block: (CommonUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html index 9be09b4954..6d6405e936 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html index 90eaa16c87..6760712d1b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-content-message.html index e077768132..ddc3cc7896 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-create-invoice-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-create-invoice-link.html index f45b790bb5..722918a2f0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-create-invoice-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-create-invoice-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html index c987cdb039..e9e631b1e2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html index 57010a0457..7df6ff2bcd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html index 122da66273..23436cf96a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html index 632e5268e3..997ee5ef00 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html index 346a2e61f7..d9af06df49 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html index 71db6132f7..9c9a682dd8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html index a4a91b844e..3474ee2de8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenDiceContent(block: (DiceContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-content.html index c3ae146a0b..d9eec1410d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-file.html index e1adf3a53b..93d2155d63 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenDocumentFile(block: (DocumentFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html index 60755a0fb1..ffce8c1ec1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html index 62c42df8d8..8238827876 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html index 41c4101be9..38729c3a90 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html index 0e586518f1..d6e28fc026 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html index 66b6d8b257..9217a46972 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html index 2847b59189..cd05704826 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenEMailTextSource(block: (EMailTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html index c34c8196ef..b4f030f5ab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html index 34e067890e..c86436b57d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenEditMessageUpdate(block: (EditMessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-email.html index 09a37fbc9a..f6bc317858 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-email.html @@ -66,7 +66,7 @@
inline fun <T> EncryptedPassportElement.whenEmail(block: (Email) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html index 29e7849672..b7ee6b6d5c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html index 1a5860cb11..9724af8855 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html index 233da166ad..6cb9f4db27 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html index 7bf3c012cd..6b0e274f2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html index 8dd41e763e..cd66ec3549 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html index 84b9b1d012..8e7304dda3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html index bbe6541466..a76730271b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html index ade25b1ae0..af309112cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html index d8d8475128..336b8b8b61 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html index b12c40f846..1d4868e651 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html index 76a076b811..9fb9108b2e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html index 0ed2f12172..76bf91ad22 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html index dbc195070b..75e3fd77fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html index c77e5ce5e7..8e27fb35a6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedBot(block: (ExtendedBot) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html index d3f42f8107..a2d83f898b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html index 31d872fd8a..44b3122479 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedChat(block: (ExtendedChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html index a3b73f9055..2385920ac4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html index b104f0b096..0933bd4d9c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html index 4ace64e629..fb4ccfbee2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html index 9f1269ea8d..ed80af4a2a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html index cff7ffc9c5..a5a1e54a2a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file.html index fe7d3289b3..52a582fad8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenFile(block: (File) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html index 95a4bde822..4369acefb2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html index 04dd9bda47..d5883d1ec2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html index f29ae45563..faf2da5558 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html @@ -66,7 +66,7 @@
inline fun <T> KeyboardMarkup.whenForceReply(block: (ReplyForce) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html index 17b4ee69f7..2577098cd5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html index 692d02aa51..8d9e5be3f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html index c98de7d429..597b390bae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html @@ -66,7 +66,7 @@
inline fun <T> Message.whenFromUserMessage(block: (FromUserMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user.html index 8331bd01d5..bd0e8e2aa3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-from-user.html @@ -66,7 +66,7 @@
inline fun <T> Any.whenFromUser(block: (FromUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-content.html index 3b24c9bfcd..897175f0e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenGameContent(block: (GameContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html index 25ea277803..3e18f82b2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html index 2cdb0634e4..a6449dc69f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenGroupChatCreated(block: (GroupChatCreated) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html index 2b2dd5b4ab..363c92eaae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenGroupChat(block: (GroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html index 675092cc6f..c8ff9cc640 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html index 6016935083..55319c91f1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event.html index 6264cabe16..073038723b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-group-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenGroupEvent(block: (GroupEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html index 54bf0d4534..50eb16be57 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html index b4a5a0750d..18aaa98e99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html index 89d3b6c4c4..dcb924eca6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html index 23b102b0dc..a8587e594e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html index 59880b78f5..055349c5b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html index bd98679e4e..c967e26be8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html index dc8916bde7..39bf69a8fa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html index 834d9fb08a..551f15b757 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html index 64714c009e..e16604a188 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html index c135ad9b50..19b1ffbfa1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html index 5e3e44f579..6abf9bf718 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html index feae69ac9b..859b919d96 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html index c465d4c848..a68610483e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html index d249efd2a3..6a56f07f25 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html index c71ef8a4ae..23cafdab37 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html index b61d6633ca..6b99e3d484 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html index b8e1590225..480279bfe7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html index 9bd1d2b4da..f76b42fc44 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html index 0d6fd314b8..4f7d2c3d54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html index 6a58674a04..7a03778a82 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html index a5e3fecd31..0ff9d52493 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html index 1d0dd59d2b..cac23f45f7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html index 07f6da65a3..3a3e864b8b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html index 8cd631eeec..56865273ae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html index a1cca3120b..6a177c6592 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html index cb37996162..359026462a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html index 080ff38b88..d62522c59a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html index 07be735358..d39624d460 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html index cdcb9e6765..0db400ab1f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html index 6c2da44e7b..1faa54f777 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html index 2e0ec17139..69d59eb653 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html index d8b3770388..d4873fce42 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html index 59a494273a..7867be6e7d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html index 6abb0fca55..a17a546740 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html index 37b04db92e..ca9cf5560c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html index 6b46b28129..b5e71c95ec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html index b4d59e43b9..f16a79a587 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html index 8de1916e20..9667e32bf8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html index 46bd548617..0ed5daabbb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html index b797f234a2..1e71b757c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html index 95a0095087..e69a806bd5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html index 1b4a727c40..d17f5aeeda 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html index 12e12ec602..46e438ea34 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html index 2c21f183c5..d37c5d58ad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html index eca7cb75ac..beb494e84c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenItalicTextSource(block: (ItalicTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html index 12cc9c0912..64ca4d3363 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> ChatMember.whenKickedChatMember(block: (KickedChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html index 873e4601e6..b75d3f4e6a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenLeftChatMember(block: (LeftChatMemberEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html index 3b501d207a..b842243a2d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location.html index 090cccb799..c584f1ff8c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-live-location.html @@ -66,7 +66,7 @@
inline fun <T> Location.whenLiveLocation(block: (LiveLocation) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html index 0974d8e844..c88674efd1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-content.html index eec677f5d1..866dd305fc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html index 91529209ab..4d7676c5fc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html index 6dcbb36cbb..1dc48b3e53 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html index 4b3ca455ac..39fb9d75d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-content.html index 8b37cb93f0..f1b2b64453 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenMediaContent(block: (MediaContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html index 0e74ec374f..ecc9a1f07a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html index 2054fa917d..34bdf2b8bc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html index 7071cf829f..ac881b8449 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html index d215d6ab95..27601a322e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> ChatMember.whenMemberChatMember(block: (MemberChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html index fd6b6f9de0..574b95eb1c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html index 6887e8ae9d..ed73074ee4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html index 917102064f..18f68d16e5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-content.html index 0cf1b9d954..ca0cb05574 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html index b4101dc9ba..a964703988 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html index 2bd5f8eb57..5bc86ea254 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-update.html index 5cc9ca0dd6..dd3b8bfc00 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-message-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenMessageUpdate(block: (MessageUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html index 9cc082918c..440c46e438 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html index 316fc303da..1580cc5d0e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html index 7d5d0237b8..424f926d08 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html index 0b6d4515e0..ff69108792 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.whenMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html index 325d001363..16e4badf17 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html index fc6c9b25dd..ea94b30388 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenNewChatMembers(block: (NewChatMembers) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html index 3ca5ec6a7a..1b5f785637 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenNewChatPhoto(block: (NewChatPhoto) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html index 73aba3809d..27871cb8d0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenNewChatTitle(block: (NewChatTitle) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html index 1c7aceb954..cfb16bf31f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html index 00909a48d9..8814c27e61 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-owner-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-owner-chat-member.html index 3f6d7fb924..26957ba5ed 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-owner-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-owner-chat-member.html @@ -66,7 +66,7 @@
inline fun <T> ChatMember.whenOwnerChatMember(block: (OwnerChatMember) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html index 3b2aec4e3f..124a25fc37 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html index b6f5b18a70..9e725b5bd1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html index 5ce50bc509..a36f5e8ac9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html index 0b91741a67..a1122876c9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html index f7ced1db37..6727eb6106 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html index a6e35a2230..8eaef39cef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html index 6fcc6396a2..bcf3b53139 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html index 40cf536e34..d2cb199632 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html index 55adff9c4c..300690dc50 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html index 8f930ed160..12015668e4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html index b64e9a6d22..3734a40aef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html index 5ce010ede4..8fa77d1d0f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html @@ -66,7 +66,7 @@
inline fun <T> Message.whenPassportMessage(block: (PassportMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html index be4489253d..ac49b2890c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html index 6e813fbefe..8d58d52dca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html index 8c49ecf755..233ff8d12b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html index d9abcaf8b9..ec8c518d6a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html index e970d3ebfe..be74de3024 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport.html index 6fb2a3f4f3..332ef8dfd8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-passport.html @@ -66,7 +66,7 @@
inline fun <T> EncryptedPassportElement.whenPassport(block: (Passport) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html index a3e0624f11..84d33e4faf 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenPathedFile(block: (PathedFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html index ba35bcd2cd..08a2af126e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html index 2e424deb82..8928f26e3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html index 7f44f49ff4..4bd54c977a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html index 4caa9eb396..8745189237 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html index 6ee1532ff4..af2e1ed59b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenPhotoContent(block: (PhotoContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html index a871075991..820be3ec6c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenPhotoSize(block: (PhotoSize) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html index ea1facc4b5..75f8e03225 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenPinnedMessage(block: (PinnedMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html index 423993a867..44f4ee5024 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html index c781ba90e2..b5e8fb7ae5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html index 04e502ec0f..f353f70b7d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenPollContent(block: (PollContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html index d8f5a3eb4d..06967b002c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenPollUpdate(block: (PollUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html index d2dbe78845..5483d85b3b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html index 7db46b9223..1db575e4cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html index 6a87ff54e7..070004b9a8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-premium-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-premium-chat.html index 2eda6b90c0..9d21ccdf74 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-premium-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-premium-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenPossiblyPremiumChat(block: (PossiblyPremiumChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html index 2a0a0b44f3..bcedae7ef7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html index 4a2f78e272..82fdba24ef 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html index 512e8e0c75..9ba8e54fca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html index 16880838df..fce6aada19 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenPreTextSource(block: (PreTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html index 22b08f67de..108c710b94 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html index c256e3e13d..4d4114f748 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenPrivateChat(block: (PrivateChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html index 33beb4801c..3088fc0d2b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html index 2133954e9a..9dfd57af9e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html index 98d798a6e6..1524539a58 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html index 645a07ec1c..e81509009f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html index 6944ab18fe..b4d9fc3216 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenPublicChatEvent(block: (PublicChatEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html index febe5983b2..be79ae4d39 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenPublicChat(block: (PublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html index 8d3ed3a374..838651238d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html index 94e743222c..55b4bd7364 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.whenQuizPoll(block: (QuizPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html index d7743e2a95..5dc37e19b2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html index d9205e0930..58a5ef14b0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html index 894ba82b78..b27d6d4117 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html index 6814976f76..c4a26c3478 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html @@ -66,7 +66,7 @@
inline fun <T> Poll.whenRegularPoll(block: (RegularPoll) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html index 3926931cd4..65e6949cad 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html index f8acd43dcf..57184bb64b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html index 082c36d2ff..811b6c25b3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html index eaa7bbd087..eff8efdab4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html index a2beaa1889..cfa8a8d1c5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html index 341284de81..b284f66bab 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html index f41227a49c..825b9e8794 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html index 2339ab7e2e..52bc3e4143 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html index 3891a01346..e84f0ee25f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html index 5e926db3fc..35a9bef6c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html index 5b33a8e36e..f9778d099c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html index deb5401572..aa0e97d6fe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html index 704c2acecd..d036735972 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html index af6c4d5288..71e0109aec 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html index 17d85e3773..dd1d597991 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html @@ -66,7 +66,7 @@
inline fun <T> Message.whenSignedMessage(block: (SignedMessage) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html index 0203eff041..2eecc713a7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html index abd2a3dae2..26f8def1fd 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html index f29cefcf83..5efe5991ea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html index cd9e3e73f6..c4c6b92ac1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html index 78bdf95c1d..a9901cb686 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html index 85e2ee9538..462c18379b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location.html index 305c4dac44..3eab04d5d5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-static-location.html @@ -66,7 +66,7 @@
inline fun <T> Location.whenStaticLocation(block: (StaticLocation) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html index 7c99874a25..bc5e772aaa 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker.html index b541c4879c..0bd29346da 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-sticker.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenSticker(block: (Sticker) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html index da21c28e49..99b336655e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html index 19eff0d786..d9f107f839 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html index f5fc7d9cfc..c5cc43769f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenSuperPublicChat(block: (SuperPublicChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html index 86798b1b2b..da397d1e5a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html index e355408758..a61b355c09 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenSupergroupChat(block: (SupergroupChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html index bf268062f1..498712b9a1 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html index 41daadb2d3..a6f88df50e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenSupergroupEvent(block: (SupergroupEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html index 2196621bb4..a92057fc28 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html index b3fa9950ee..72df71812e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html index 976c5ad560..d7c3817c4e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html index e3d7e1fb17..dbbf3a3ae4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html index 85c438f2fe..5a009aabc6 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html index 1c3cbb5092..babb33403f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html index d53077d16c..562d293d87 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html index 876d96abc8..8744e4ba03 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html index 3eefaff5e0..33d414ba92 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-content.html index 467b010042..37567b5352 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenTextContent(block: (TextContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html index 05508c792d..05911db520 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html index 76d32dcad3..86fe7f4cac 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html index 42196479d5..5485630e78 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html @@ -66,7 +66,7 @@
inline fun <T> MessageContent.whenTextedInput(block: (TextedInput) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html index 2a84252fd9..524651603a 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html index 5b0dd48d45..fb8e8e1a64 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html index 3a469455e1..9027561f3d 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html index 073b6b1093..5fc3639eea 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html index 4a49000278..b4c7baa107 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html index 185c0b5acf..8d7d155b94 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html index fe364392ab..537b31dda3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html index 834193e7ab..b217ecfb99 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html index f63404474e..789ce2f822 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html @@ -66,7 +66,7 @@
inline fun <T> BotAction.whenTypingAction(block: (TypingAction) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html index cae0941bdd..084c87db64 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html index 6117151f38..988dfa46c7 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html @@ -66,7 +66,7 @@
inline fun <T> TextSource.whenURLTextSource(block: (URLTextSource) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html index 1df5203530..2e334e7388 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html index 27019a60af..bfdd96429e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html index 51b2ed159d..f2aa41ed3f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html index 5a8efce962..9fae2b563b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenUnknownChatType(block: (UnknownChatType) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html index 0473bbde00..518ae8b3a2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html index 868d619b6e..6ec28a4ba4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html index f2667c8077..c30eee4c98 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html index 9373653d2f..2bdb2de593 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html index 8630a9fbb5..3d2b9c3470 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html @@ -66,7 +66,7 @@
inline fun <T> Poll.whenUnknownPollType(block: (UnknownPollType) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html index 17829f40e7..43a15db850 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html @@ -66,7 +66,7 @@
inline fun <T> Update.whenUnknownUpdate(block: (UnknownUpdate) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html index 627563b4df..7436111de4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html index 2ab8f0a21a..7367c2ae38 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html index 429f286073..ae8cedac36 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html index def33a2368..49be2d365f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html index 27640098fd..6d07e7de46 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html index 1047d84674..ee0f6a8502 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html index ca3ff8ea71..e31e141e2e 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html index b8815106de..b7a57591cb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenUserLoggedIn(block: (UserLoggedIn) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user.html index e34de2f659..5b3ca19379 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-user.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenUser(block: (User) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html index dba3f88c98..74bd392d54 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html @@ -66,7 +66,7 @@
inline fun <T> Chat.whenUsernameChat(block: (UsernameChat) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html index d370c9e8d5..602d80ed19 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html index 634fbde549..06439d56cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html index 1299486a58..11e38d1d2c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenVenueContent(block: (VenueContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html index 3a0cddd6fe..ea4d875afe 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenVideoChatEnded(block: (VideoChatEnded) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html index 258bf924b8..ab54217db9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenVideoChatEvent(block: (VideoChatEvent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html index 4e73175115..46d468e357 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html index 0d04438f3d..5c0074b1b8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html index 9334400462..81d32a9262 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html @@ -66,7 +66,7 @@
inline fun <T> ChatEvent.whenVideoChatStarted(block: (VideoChatStarted) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-content.html index 215774a386..39a3126088 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenVideoContent(block: (VideoContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-file.html index 8c0448a302..521da91114 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenVideoFile(block: (VideoFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html index c1bb41f317..9e41e841c4 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html index c8a54637d5..a47e6b8430 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html index b28428dded..31d36b5a7c 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenVideoSticker(block: (VideoSticker) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html index 2dd403669d..9995989b44 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html index 0638f89a82..5459fa3eae 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html index 6801474c52..5f1651477f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html @@ -66,7 +66,7 @@
inline fun <T> ResendableContent.whenVoiceContent(block: (VoiceContent) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html index 9905e24876..004b32d2d3 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html @@ -66,7 +66,7 @@
inline fun <T> TelegramMediaFile.whenVoiceFile(block: (VoiceFile) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html index 8f603674a5..7e34742ca9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html index 5208c47414..3817556ba2 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html index 5f131e08fe..34d2a0f43f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-user.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-user.html index c955781261..a1bd0b78c8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-user.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/when-with-user.html @@ -66,7 +66,7 @@
inline fun <T> Any.whenWithUser(block: (WithUser) -> T): T?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-null.html index 5e5b7ac7ac..8d5f16fb1f 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-throw.html index d503e4770e..d7fff76e36 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content.html index 69d90bc475..2eb663c7cc 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-content.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-event.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-event.html index ee0f176ea2..603fd68284 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-event.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-event.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-null.html index a01924555f..f3601e1dde 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-throw.html index 287feb95aa..f47fc07ae5 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-input-message-content-inline-query-result-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-null.html index f86be5d973..e70bda4f10 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-throw.html index 14b04dfc42..7394d416ca 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-keywords-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-null.html index 5e02d3cdee..e282ed287b 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-throw.html index 4f20f266dc..a7d2696ec8 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-optional-language-code-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-null.html index 60102fe9a9..1cf7d64bd9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-null.html @@ -66,7 +66,7 @@
inline fun Any.withUserOrNull(): WithUser?
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-throw.html index a8b26a0c8a..de35a7ac23 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/with-user-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-media-groups.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-media-groups.html index 86389f9ce9..30d53b4f59 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-media-groups.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-media-groups.html @@ -66,7 +66,7 @@

Filter the messages and checking that incoming ContentMessage.content is not MediaGroupContent

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html index b1ca252250..9bb88a6deb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html @@ -66,7 +66,7 @@

Filter the messages and checking that incoming CommonMessage not is PossiblySentViaBotCommonMessage or its PossiblySentViaBotCommonMessage.senderBot is null

diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-null.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-null.html index cdeb1223ce..93d193f7a0 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-null.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-null.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-throw.html b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-throw.html index c4c167cd1d..aacdf97dcb 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-throw.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.extensions.utils/write-access-allowed-or-throw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.types.files/as-stream.html b/tgbotapi.utils/dev.inmo.tgbotapi.types.files/as-stream.html index 05e1af3b49..0dab5128f9 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.types.files/as-stream.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.types.files/as-stream.html @@ -68,7 +68,7 @@
fun PathedFile.asStream(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper): InputStream
diff --git a/tgbotapi.utils/dev.inmo.tgbotapi.types.files/index.html b/tgbotapi.utils/dev.inmo.tgbotapi.types.files/index.html index 0151d19c0d..4698875f39 100644 --- a/tgbotapi.utils/dev.inmo.tgbotapi.types.files/index.html +++ b/tgbotapi.utils/dev.inmo.tgbotapi.types.files/index.html @@ -91,7 +91,7 @@ diff --git a/tgbotapi.utils/index.html b/tgbotapi.utils/index.html index 1b34d7df30..2908c3521a 100644 --- a/tgbotapi.utils/index.html +++ b/tgbotapi.utils/index.html @@ -267,7 +267,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/-cloud-storage-key.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/-cloud-storage-key.html index 8bf9186562..3e8c97fe0b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/-cloud-storage-key.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/-cloud-storage-key.html @@ -66,7 +66,7 @@
constructor(key: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/index.html index b95b953fcb..2959be3551 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/key.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/key.html index 7051e67b6a..e525069e0f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/key.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-key/key.html @@ -66,7 +66,7 @@
val key: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/-cloud-storage-value.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/-cloud-storage-value.html index a366326550..5bea7d3603 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/-cloud-storage-value.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/-cloud-storage-value.html @@ -66,7 +66,7 @@
constructor(value: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/index.html index 7cc8aab3aa..9d61b3a774 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/value.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/value.html index 0053605f55..95d8147260 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/value.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage-value/value.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-item.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-item.html index 7917f51fb6..5abb1ead65 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-item.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-item.html @@ -66,7 +66,7 @@
abstract fun getItem(key: CloudStorageKey, callback: (e: Any?, value: CloudStorageValue?) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-items.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-items.html index 6aad586c5a..9086563d6f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-items.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-items.html @@ -66,7 +66,7 @@
abstract fun getItems(key: Array<CloudStorageKey>, callback: (e: Any?, values: Array<CloudStorageValue>?) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-keys.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-keys.html index a4742add99..e25e947a98 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-keys.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/get-keys.html @@ -66,7 +66,7 @@
abstract fun getKeys(callback: (e: Any?, success: Array<CloudStorageKey>?) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/index.html index 835d763a3b..264fb9fd5c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/index.html @@ -240,7 +240,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-item.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-item.html index 144d6d8a4a..62830e6965 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-item.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-item.html @@ -66,7 +66,7 @@
abstract fun removeItem(key: CloudStorageKey, callback: (e: Any?, success: Boolean?) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-items.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-items.html index aa8417559f..7905d1e0f7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-items.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/remove-items.html @@ -66,7 +66,7 @@
abstract fun removeItems(key: Array<CloudStorageKey>, callback: (e: Any?, success: Boolean?) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/set-item.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/set-item.html index f0b2037d3c..c57c1f0128 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/set-item.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/-cloud-storage/set-item.html @@ -66,7 +66,7 @@
abstract fun setItem(key: CloudStorageKey, value: CloudStorageValue, callback: (e: Any?, success: Boolean?) -> Unit = definedExternally): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get-all.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get-all.html index 14e72f1d75..5441d32588 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get-all.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get-all.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get.html index f9f2bdacb6..449dd5cb80 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/get.html @@ -66,7 +66,7 @@
fun CloudStorage.get(key: String, callback: (result: Result<CloudStorageValue>) -> Unit): CloudStorage
fun CloudStorage.get(keys: Array<String>, callback: (result: Result<Array<CloudStorageValue>>) -> Unit): CloudStorage
fun CloudStorage.get(key: String, key2: String, vararg otherKeys: String, callback: (result: Result<Array<CloudStorageValue>>) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/index.html index d68c97dc24..5e436023df 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/index.html @@ -198,7 +198,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/keys.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/keys.html index 795da2f5b7..a45294cf65 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/keys.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/keys.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/remove.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/remove.html index 6c68375679..06ae94eb81 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/remove.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/remove.html @@ -66,7 +66,7 @@
fun CloudStorage.remove(key: CloudStorageKey, callback: (result: Result<Boolean>) -> Unit): CloudStorage
fun CloudStorage.remove(key: String, callback: (result: Result<Boolean>) -> Unit): CloudStorage
fun CloudStorage.remove(keys: Array<CloudStorageKey>, callback: (result: Result<Boolean>) -> Unit): CloudStorage
fun CloudStorage.remove(keys: Array<String>, callback: (result: Result<Boolean>) -> Unit): CloudStorage
fun CloudStorage.remove(key: String, key2: String, vararg otherKeys: String, callback: (result: Result<Boolean>) -> Unit): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/set.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/set.html index 322b268baf..8ab55398b0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/set.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.cloud/set.html @@ -66,7 +66,7 @@
fun CloudStorage.set(key: String, value: String, callback: (result: Result<Boolean>) -> Unit = {}): CloudStorage
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-heavy.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-heavy.html index 6c72b252be..c503d2caa9 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-heavy.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-heavy.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-light.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-light.html index 86de075847..41c803da07 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-light.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-light.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-medium.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-medium.html index 60446f3a8a..f291e77120 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-medium.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-medium.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-rigid.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-rigid.html index b35bebb753..87532984f8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-rigid.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-rigid.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-soft.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-soft.html index 50edb84e5a..fda9b402ec 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-soft.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/-soft.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/index.html index 2f3eada409..b1b1b54d08 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-companion/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-haptic-feedback-style.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-haptic-feedback-style.html index 328ea2d089..d7fd5c5d0b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-haptic-feedback-style.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/-haptic-feedback-style.html @@ -66,7 +66,7 @@
constructor(name: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/index.html index 6766da9b4e..99cd0f5842 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/name.html index 8703ae38a4..93ca488fa5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-style/name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-error.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-error.html index e176b367c9..ff9e724f6b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-error.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-error.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-success.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-success.html index 9d64d7aa0c..33c0184a6d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-success.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-success.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-warning.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-warning.html index af89d70c4a..4633c3715f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-warning.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/-warning.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/index.html index 5aa16e8029..ee4ead2546 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-companion/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-haptic-feedback-type.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-haptic-feedback-type.html index c7cfbcec9c..49741c4077 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-haptic-feedback-type.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/-haptic-feedback-type.html @@ -66,7 +66,7 @@
constructor(name: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/index.html index 4c5ab85ef0..213e9bef50 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/name.html index 81a24dbec7..45272f8140 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback-type/name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/impact-occurred.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/impact-occurred.html index 141ddd8ba8..67ea4c2b61 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/impact-occurred.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/impact-occurred.html @@ -66,7 +66,7 @@
abstract fun impactOccurred(style: HapticFeedbackStyle)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/index.html index 7471e37fbf..7537537920 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/notification-occurred.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/notification-occurred.html index 3a97852b86..15e1e269f6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/notification-occurred.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/notification-occurred.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/selection-changed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/selection-changed.html index 9066c67480..3aa9701e22 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/selection-changed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/-haptic-feedback/selection-changed.html @@ -66,7 +66,7 @@
abstract fun selectionChanged()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/index.html index d80eacfebc..ae0443a38c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.haptic/index.html @@ -119,7 +119,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/index.html index e44bf42c36..b9d60d8454 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/status.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/status.html index 3e33a1620d..b5529b220c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/status.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/status.html @@ -66,7 +66,7 @@
abstract val status: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/url.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/url.html index 5f7b807496..03e00c4d00 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/url.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-closed-info/url.html @@ -66,7 +66,7 @@
abstract val url: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/index.html index 639bea2373..2d49222621 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/name.html index 959228d40f..8a2d3c6e7e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-cancelled/name.html @@ -66,7 +66,7 @@
open override val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/index.html index 9e41ffff0c..e59c8b4262 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/name.html index 5d01e2f3e6..5b8b623d7d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-failed/name.html @@ -66,7 +66,7 @@
open override val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/index.html index d30c7015f5..583946fb46 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/name.html index 4c73c98e2c..6763ad1d5e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-paid/name.html @@ -66,7 +66,7 @@
open override val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/index.html index 09056d5724..3c0690afff 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/name.html index 8a38626bd4..762058ed98 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-pending/name.html @@ -66,7 +66,7 @@
open override val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/-unknown.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/-unknown.html index 11b41c1256..dafcd84998 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/-unknown.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/-unknown.html @@ -66,7 +66,7 @@
constructor(name: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/index.html index 9711f79062..5d0be6cbb3 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/name.html index f743a0ceba..23adcea94a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/-unknown/name.html @@ -66,7 +66,7 @@
open override val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/index.html index 30d9b6f1c5..1f0470bf4b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/name.html index ed64d28d93..574ed2d9ce 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/-invoice-status/name.html @@ -66,7 +66,7 @@
abstract val name: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/index.html index 343fe369c5..694296259a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/index.html @@ -123,7 +123,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/status-typed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/status-typed.html index 3638fa0242..67debfaa4e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/status-typed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.invoice/status-typed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-cancel-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-cancel-popup-button.html index 86f4f4d0ea..da17f228b6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-cancel-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-cancel-popup-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-button.html index f7d040ca2f..b0fd8d566f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-callback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-callback/index.html index 49a037cf92..3d0f6e8564 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-callback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-close-popup-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-default-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-default-popup-button.html index 5c9b6a42be..a26ee850d5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-default-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-default-popup-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-destructive-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-destructive-popup-button.html index 9b1e0811f3..f27104f8d3 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-destructive-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-destructive-popup-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-ok-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-ok-popup-button.html index 082a4af85c..ef4cc50d52 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-ok-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-ok-popup-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-cancel.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-cancel.html index 3379a24333..9e0f373edd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-cancel.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-cancel.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-close.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-close.html index e14d352cb2..3865ce38e6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-close.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-close.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-default.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-default.html index 2035c6e293..0c5f9d13e3 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-default.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-default.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-destructive.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-destructive.html index 32e3fa1d4a..f7ceb3c2c1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-destructive.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-destructive.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-ok.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-ok.html index 4decf832be..b4a514472c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-ok.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/-ok.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/index.html index 03c87fdbd9..7874daf367 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-companion/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-popup-button-type.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-popup-button-type.html index 72ea0e1487..8d09f17509 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-popup-button-type.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/-popup-button-type.html @@ -66,7 +66,7 @@
constructor(typeName: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/index.html index ce52d1f35f..b3a998db2d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/index.html @@ -128,7 +128,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/type-name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/type-name.html index 4bf19e8668..537fb4cf8f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/type-name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button-type/type-name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button.html index 82ff67ae43..72f7463cf8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button.html @@ -66,7 +66,7 @@
fun PopupButton(id: String, type: PopupButtonType, text: String? = null): PopupButton
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/id.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/id.html index 773dfe618e..0dce83e738 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/id.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/id.html @@ -66,7 +66,7 @@
abstract val id: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/index.html index cb10b02da1..cd4af14004 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/text.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/text.html index c100304f95..3b58484bf9 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/text.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/text.html @@ -66,7 +66,7 @@
abstract val text: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/type.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/type.html index b67c5409ba..c0d3f2022c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/type.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-button/type.html @@ -66,7 +66,7 @@
abstract val type: PopupButtonType
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params.html index 53d60c1774..66ec5e33ce 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params.html @@ -66,7 +66,7 @@
fun PopupParams(message: String, title: String?, buttons: Array<PopupButton>): PopupParams
fun PopupParams(message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
fun PopupParams(title: String, message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/buttons.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/buttons.html index 015d59b6fe..79c27e9dfd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/buttons.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/buttons.html @@ -66,7 +66,7 @@
abstract val buttons: Array<PopupButton>
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/index.html index db752bec43..d4c158ccbc 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/index.html @@ -120,7 +120,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/message.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/message.html index 9cef49e5ea..d0f8128d7e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/message.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/message.html @@ -66,7 +66,7 @@
abstract val message: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/title.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/title.html index 8287ab507b..49b9a8ee05 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/title.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-popup-params/title.html @@ -66,7 +66,7 @@
abstract val title: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params.html index e218df812d..444882ccde 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/index.html index 2abcd6a039..fccafefc05 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/text.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/text.html index abf8d52e37..cffc2d68d4 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/text.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/-scan-qr-popup-params/text.html @@ -66,7 +66,7 @@
abstract val text: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/index.html index 616dba7001..e48eb197db 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps.popup/index.html @@ -273,7 +273,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-alert-callback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-alert-callback/index.html index ca0fef4314..ce49cad2c4 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-alert-callback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-alert-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/hide.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/hide.html index 364fce9576..7696fcd073 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/hide.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/hide.html @@ -66,7 +66,7 @@
abstract fun hide()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/index.html index 14ee9f04a1..40ff72d8d1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/index.html @@ -154,7 +154,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/is-visible.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/is-visible.html index ce50cb9bf3..d976d2b132 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/is-visible.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/is-visible.html @@ -66,7 +66,7 @@
abstract val isVisible: Boolean
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/off-click.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/off-click.html index bd0720cb47..5e95e6e8e5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/off-click.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/off-click.html @@ -66,7 +66,7 @@
abstract fun offClick(callback: () -> Unit)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/on-click.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/on-click.html index c227ee9937..bcb465cadc 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/on-click.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/on-click.html @@ -66,7 +66,7 @@
abstract fun onClick(callback: () -> Unit)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/show.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/show.html index 2ea30a66a8..7279dcb2ad 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/show.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-back-button/show.html @@ -66,7 +66,7 @@
abstract fun show()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html index aa73b0e0cf..125128dcdd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html index a57a22ca90..99137ce3c7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html @@ -105,7 +105,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/entries.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/entries.html index 6c79f6bf27..51dee690a5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/entries.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/entries.html @@ -66,7 +66,7 @@

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/index.html index f115d7a295..8da235de97 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/index.html @@ -188,7 +188,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/value-of.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/value-of.html index f6aa1c2f8f..fc19b85ae6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/value-of.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/value-of.html @@ -66,7 +66,7 @@

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/values.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/values.html index ae03e51984..5fe526bc0f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/values.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color-scheme/values.html @@ -66,7 +66,7 @@

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/-background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/-background-color.html index fee513048d..f23b0dff8d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/-background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/-background-color.html @@ -66,7 +66,7 @@
constructor(value: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/index.html index 126d5f543d..770f6d76f2 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/value.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/value.html index e0602fa1b6..a2cefd5e3d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/value.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-background-color/value.html @@ -66,7 +66,7 @@
open override val value: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-background-color.html index c969b2eea9..1f789bb0eb 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-background-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-secondary-background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-secondary-background-color.html index cd04094016..f5d014b78f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-secondary-background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/-secondary-background-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/index.html index 9066e345bf..1e2715e304 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/index.html @@ -124,7 +124,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/invoke.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/invoke.html index f9b0bb3220..30e603cc53 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/invoke.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-companion/invoke.html @@ -66,7 +66,7 @@
inline operator fun invoke(value: String): Color.Hex
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/-hex.html index 601b42a157..fe915325b6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/-hex.html @@ -66,7 +66,7 @@
constructor(r: UByte, g: UByte, b: UByte)
constructor(value: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/index.html index 534f4f9be4..2042a6aba1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/index.html @@ -109,7 +109,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/value.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/value.html index 0afb0f00ee..06b7b72fbf 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/value.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/-hex/value.html @@ -66,7 +66,7 @@
open override val value: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/index.html index f9bbc8d8d2..88f8bb23c1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/index.html @@ -139,7 +139,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/value.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/value.html index 167ab6eb4e..4c128a9bc1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/value.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-color/value.html @@ -66,7 +66,7 @@
abstract val value: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-confirm-callback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-confirm-callback/index.html index 4485046b60..70e75b88ea 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-confirm-callback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-confirm-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-contact-requested-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-contact-requested-handler/index.html index 6ffdba9797..a7506bee1b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-contact-requested-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-contact-requested-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-handler/index.html index 7dbc32511b..3939d7bd4a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-back-button-clicked/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-back-button-clicked/index.html index 5b89d1a3bb..33b0975569 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-back-button-clicked/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-back-button-clicked/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-clipboard-text-received/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-clipboard-text-received/index.html index d5044db5a9..fd0abf4394 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-clipboard-text-received/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-clipboard-text-received/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-contact-requested/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-contact-requested/index.html index 6db9a77c7e..aa8396789a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-contact-requested/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-contact-requested/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-invoice-closed/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-invoice-closed/index.html index 33675d0d6d..01538e12b1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-invoice-closed/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-invoice-closed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html index 34a031ee86..b53e1e22c1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-popup-closed/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-popup-closed/index.html index b54cb724f0..38f246c1a5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-popup-closed/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-popup-closed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-q-r-text-received/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-q-r-text-received/index.html index 7d26680099..db1cdd2e24 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-q-r-text-received/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-q-r-text-received/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-settings-button-clicked/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-settings-button-clicked/index.html index 1f8296f2d0..b23ea32c0f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-settings-button-clicked/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-settings-button-clicked/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html index 3f177f1921..faf50d4a9f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html index cef113f769..28c7374c63 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-write-access-requested/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-write-access-requested/index.html index f57a8e5051..f81e0d4245 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-write-access-requested/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/-write-access-requested/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/index.html index ac11824cd7..1e7eaebe33 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/type-name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/type-name.html index bc595cd339..3ad7698905 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/type-name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-event-type/type-name.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-h-e-x-color/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-h-e-x-color/index.html index 5575cce9b8..02030e84aa 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-h-e-x-color/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-h-e-x-color/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-invoice-closed-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-invoice-closed-event-handler/index.html index 9b62d31d50..4c4192e4f9 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-invoice-closed-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-invoice-closed-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html index a0c5f72736..8a61a02ddf 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html @@ -66,7 +66,7 @@
constructor(text: String? = null, color: String? = null, textColor: String? = null, isActive: Boolean? = null, isVisible: Boolean? = null)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/color.html index 0fabd3dd6f..638749a688 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/color.html @@ -66,7 +66,7 @@
val color: String? = null
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/index.html index 2250af6a73..a31cea4f05 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/index.html @@ -169,7 +169,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html index 6577b5b50b..5a87af4f3b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html @@ -66,7 +66,7 @@
val isActive: Boolean? = null
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html index 8ea6ec3b66..bba9827093 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html @@ -66,7 +66,7 @@
val isVisible: Boolean? = null
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html index ee6c1f9123..e36410799e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html @@ -66,7 +66,7 @@
val textColor: String? = null
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text.html index 6275d06e60..b384dd38b6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button-params/text.html @@ -66,7 +66,7 @@
val text: String? = null
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html index c941cebd80..cf39ddb6c0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/color.html index 47acb789ef..8990192d44 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/disable.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/disable.html index 513fbd8412..1642524af5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/disable.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/disable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/enable.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/enable.html index fa41e80a80..644828c5a9 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/enable.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/enable.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html index 4657544ee6..b2fa848d18 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide.html index 207e694b53..38b677def6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/hide.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/index.html index 9b912fc1c4..1bd1a26c30 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/index.html @@ -323,7 +323,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-active.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-active.html index 4a50e52087..c5d949fdec 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-active.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-active.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html index 6f97ac9233..f135a4ee59 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html index 921c9896f9..03da153032 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/set-text.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/set-text.html index 4cbea9703f..06a154af05 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/set-text.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/set-text.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html index 51b45dd251..353be2a315 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html @@ -66,7 +66,7 @@
fun showProgress(leaveActive: Boolean = definedExternally): MainButton
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show.html index 9b9c7eed81..3ceb01ad0e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/show.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text-color.html index 3d6137e267..893a9a3519 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text.html index d5bf5f77c9..ea2b69905f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-main-button/text.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params.html index 97e996f854..960905ffa8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params.html @@ -66,7 +66,7 @@
fun OpenLinkParams(tryInstantView: Boolean): OpenLinkParams
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/index.html index 7290917ac8..1b8bb9a810 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/try-instant-view.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/try-instant-view.html index c6240144ba..261d157b34 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/try-instant-view.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-open-link-params/try-instant-view.html @@ -66,7 +66,7 @@
abstract val tryInstantView: Boolean
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-popup-closed-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-popup-closed-event-handler/index.html index 5328bc5406..6cc8f19742 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-popup-closed-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-popup-closed-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-callback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-callback/index.html index 5f07e81ab4..d01d5cd88a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-callback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-event-handler/index.html index 6e2f61f047..cf191951df 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-q-r-text-received-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/index.html index 44b9886597..2f7ce74af7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/index.html @@ -135,7 +135,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/status.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/status.html index f6f3c0ccc2..2f4d1f890d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/status.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-request-status/status.html @@ -66,7 +66,7 @@
abstract val status: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram.html index f0ed49f0a6..c1290532e4 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html index a61dfc4d5c..433a2daa43 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html @@ -66,7 +66,7 @@
abstract val WebApp: WebApp
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/index.html index e7147fdc0a..6d12397887 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-telegram/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-callback/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-callback/index.html index 4b4f2c9314..eeea568988 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-callback/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-callback/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-event-handler/index.html index 133e026c43..ca3af18092 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-text-received-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color-hex.html index 32ee102e6c..cc5a4f53fb 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color-hex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html index 07ccfca44f..730ee48fa4 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html @@ -66,7 +66,7 @@
abstract val backgroundColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color-hex.html index ad10eb41a9..6f3af9c808 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color-hex.html @@ -66,7 +66,7 @@
abstract val buttonColorHex: Color.Hex?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html index 5faf21fe29..82882de4a7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html @@ -66,7 +66,7 @@
abstract val buttonColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color-hex.html index 211074eabc..6cbc783408 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color-hex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html index c25869aba5..cd4a599a27 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html @@ -66,7 +66,7 @@
abstract val buttonTextColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color-hex.html index ac48cb4f30..99789bb430 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color-hex.html @@ -66,7 +66,7 @@
abstract val hintColorHex: Color.Hex?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html index 38e3b73382..5e51fa972f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html @@ -66,7 +66,7 @@
abstract val hintColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/index.html index 072a9e6ea5..00834fb00a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/index.html @@ -285,7 +285,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color-hex.html index 5e48558677..136abf824f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color-hex.html @@ -66,7 +66,7 @@
abstract val linkColorHex: Color.Hex?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html index e7c75a0bb2..5df302fe6b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html @@ -66,7 +66,7 @@
abstract val linkColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color-hex.html index 9d50847cbd..98662052b0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color-hex.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color.html index f5236fdbf9..9814d07413 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/secondary-background-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color-hex.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color-hex.html index 90d2cfefac..446e62c7f6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color-hex.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color-hex.html @@ -66,7 +66,7 @@
abstract val textColorHex: Color.Hex?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html index 63a3adca36..6361faf740 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html @@ -66,7 +66,7 @@
abstract val textColor: HEXColor?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html index bf562faa58..d3426c9f09 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html @@ -90,7 +90,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html index 38651e9e09..9f1ebd68c0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html @@ -66,7 +66,7 @@
abstract val isStateStable: Boolean
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-event-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-event-handler/index.html index dcce82b000..8bc2191bd8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-event-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-viewport-changed-event-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/id.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/id.html index 835f9e6dd8..944bc20807 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/id.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/id.html @@ -66,7 +66,7 @@
abstract val id: ChatIdentifier
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/index.html index 175a0487b2..b87eb7582f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/index.html @@ -150,7 +150,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/photo-url.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/photo-url.html index 31090243a9..818eae6c98 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/photo-url.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/photo-url.html @@ -66,7 +66,7 @@
abstract val photoUrl: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/title.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/title.html index c5ff2560bf..7c8d36125f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/title.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/title.html @@ -66,7 +66,7 @@
abstract val title: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/type.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/type.html index 5318ddb10b..e95efa7ec4 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/type.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/type.html @@ -66,7 +66,7 @@
abstract val type: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/username.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/username.html index d92b92f113..56bd869fb0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/username.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-chat/username.html @@ -66,7 +66,7 @@
abstract val username: Username?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html index b399e0634c..2c86bb364d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html @@ -66,7 +66,7 @@
abstract val authDate: MilliSeconds
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/can-send-after.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/can-send-after.html index 47019d9816..0806db77e6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/can-send-after.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/can-send-after.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/chat.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/chat.html index 36137094ae..615057edb0 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/chat.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/chat.html @@ -66,7 +66,7 @@
abstract val chat: WebAppChat
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html index 0ce3298e25..963b08de02 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html @@ -66,7 +66,7 @@
abstract val hash: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html index d0a34c4d4a..8fd7ce8d57 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html @@ -195,7 +195,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html index 7c0e7054b0..82be3d7d40 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html @@ -66,7 +66,7 @@
abstract val queryId: WebAppQueryId?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html index 94605ec28e..2c42eb3b09 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html @@ -66,7 +66,7 @@
abstract val receiver: WebAppUser?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html index 7da23e41d3..e87d8f0c6b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html @@ -66,7 +66,7 @@
abstract val startParam: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html index d5b0886835..4c05e9ed67 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html @@ -66,7 +66,7 @@
abstract val user: WebAppUser?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/added-to-attachment-menu.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/added-to-attachment-menu.html index cf613a71c8..472bc20621 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/added-to-attachment-menu.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/added-to-attachment-menu.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/allows-write-to-p-m.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/allows-write-to-p-m.html index 6ff33b792d..d52f15f9e5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/allows-write-to-p-m.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/allows-write-to-p-m.html @@ -66,7 +66,7 @@
abstract val allowsWriteToPM: Boolean?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html index 57eb504e3c..714c08343e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html @@ -66,7 +66,7 @@
abstract val firstName: String
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/id.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/id.html index c8a5c57eb7..63b4bac47d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/id.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/id.html @@ -66,7 +66,7 @@
abstract val id: Identifier
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/index.html index 21a53e7eba..5650652d15 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/index.html @@ -259,7 +259,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html index e957809971..742482ad2f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html @@ -66,7 +66,7 @@
abstract val isBot: Boolean?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is_premium.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is_premium.html index d3122c26a4..ae97028b56 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is_premium.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/is_premium.html @@ -66,7 +66,7 @@
abstract val is_premium: Boolean?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html index 2c38628750..2c0548de48 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html @@ -66,7 +66,7 @@
abstract val languageCode: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html index b760e9f053..b2d1283eee 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html @@ -66,7 +66,7 @@
abstract val lastName: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html index cdae4c156d..8ee2483083 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html @@ -66,7 +66,7 @@
abstract val photoUrl: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/username.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/username.html index 3dd33f6898..6868fca8c7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/username.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app-user/username.html @@ -66,7 +66,7 @@
abstract val username: String?
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html index d39571bf0a..f2ed9da822 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html @@ -66,7 +66,7 @@
constructor()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/back-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/back-button.html index 883e67104f..26af23169d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/back-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/back-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/background-color.html index a0401834e7..6693ca31b8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/background-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close-scan-qr-popup.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close-scan-qr-popup.html index 8e0efc5971..6abc513be2 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close-scan-qr-popup.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close-scan-qr-popup.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close.html index 81835f6397..a2c04293ac 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/close.html @@ -66,7 +66,7 @@
fun close()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/cloud-storage.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/cloud-storage.html index 28e7819d54..26dec8b47b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/cloud-storage.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/cloud-storage.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html index acff1c5457..4b365571df 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/disable-closing-confirmation.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/disable-closing-confirmation.html index c5dec9a0a3..6dc2e4b5dd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/disable-closing-confirmation.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/disable-closing-confirmation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/enable-closing-confirmation.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/enable-closing-confirmation.html index 83d080ef60..372af7175b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/enable-closing-confirmation.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/enable-closing-confirmation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/expand.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/expand.html index 504071fb05..43b40b2e98 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/expand.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/expand.html @@ -66,7 +66,7 @@
fun expand()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/haptic-feedback.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/haptic-feedback.html index d70be3bdca..b28f46f6b1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/haptic-feedback.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/haptic-feedback.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/header-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/header-color.html index 7b13cc1891..902a927f03 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/header-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/header-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/index.html index d245967ed8..e353e2e33a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/index.html @@ -938,7 +938,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html index 60d759d671..7720751562 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data.html index 49a2511283..2f15aad168 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/init-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-closing-confirmation-enabled.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-closing-confirmation-enabled.html index b310c3c5be..b00e036e83 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-closing-confirmation-enabled.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-closing-confirmation-enabled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html index 8f70893262..8345dfc491 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-version-at-least.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-version-at-least.html index eec783ad04..fa6412bb61 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-version-at-least.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/is-version-at-least.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/main-button.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/main-button.html index 1ae1201ac2..150f321b96 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/main-button.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/main-button.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-invoice-closed-info.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-invoice-closed-info.html index ee557fd27b..725a9d1876 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-invoice-closed-info.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-invoice-closed-info.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-viewport-changed-data.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-viewport-changed-data.html index 85daa7086c..18611389ff 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-viewport-changed-data.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-viewport-changed-data.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event.html index 91385645e7..4b8a4b472b 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/off-event.html @@ -66,7 +66,7 @@
fun offEvent(type: String, callback: () -> Unit)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-invoice.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-invoice.html index 2293037ba6..bd236b0f96 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-invoice.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-invoice.html @@ -66,7 +66,7 @@
fun openInvoice(url: String, callback: (InvoiceClosedInfo) -> Unit = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-link.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-link.html index d399d4f978..1accdb5146 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-link.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-link.html @@ -66,7 +66,7 @@
fun openLink(url: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-telegram-link.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-telegram-link.html index 65998db6ef..6038bf741d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-telegram-link.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/open-telegram-link.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/platform.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/platform.html index d124cb00f8..7b519e0a6a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/platform.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/platform.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/read-text-from-clipboard.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/read-text-from-clipboard.html index 59b7ff53a2..423f2452e8 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/read-text-from-clipboard.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/read-text-from-clipboard.html @@ -66,7 +66,7 @@
fun readTextFromClipboard(callback: TextReceivedCallback? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/ready.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/ready.html index 4e042b8b52..2946b2d19f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/ready.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/ready.html @@ -66,7 +66,7 @@
fun ready()
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-contact.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-contact.html index 695b4e02a3..9f1426b4f7 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-contact.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-contact.html @@ -66,7 +66,7 @@
fun requestContact(callback: (Boolean) -> Unit? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-write-access.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-write-access.html index 71ec78b7f7..92ac529f4a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-write-access.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/request-write-access.html @@ -66,7 +66,7 @@
fun requestWriteAccess(callback: (Boolean) -> Unit? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/send-data.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/send-data.html index d2366c4697..ce2ecf7c2a 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/send-data.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/send-data.html @@ -66,7 +66,7 @@
fun sendData(data: String)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-background-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-background-color.html index b3f13004e4..07f840f459 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-background-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-background-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-header-color.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-header-color.html index 9126a8e051..d4e722378d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-header-color.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/set-header-color.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-alert.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-alert.html index 9d46f7fc02..dd3cb1c81e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-alert.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-alert.html @@ -66,7 +66,7 @@
fun showAlert(message: String, callback: AlertCallback? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-confirm.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-confirm.html index 4fd17b441d..6dd9c3c310 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-confirm.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-confirm.html @@ -66,7 +66,7 @@
fun showConfirm(message: String, callback: ConfirmCallback? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-popup.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-popup.html index fac9df22b6..f92b7e3aeb 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-popup.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-popup.html @@ -66,7 +66,7 @@
fun showPopup(params: PopupParams, callback: ClosePopupCallback? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-scan-qr-popup.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-scan-qr-popup.html index c12a0fe780..47f3433b23 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-scan-qr-popup.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/show-scan-qr-popup.html @@ -66,7 +66,7 @@
fun showScanQrPopup(params: ScanQrPopupParams, callback: QRTextReceivedCallback? = definedExternally)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html index 0a6fe13e4c..0097adb239 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/version.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/version.html index bb3f42cd71..827d9dbab3 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/version.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/version.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html index 15b1891ade..552c3a3f77 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html index 483235a53c..8846c9cffd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-write-access-requested-handler/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-write-access-requested-handler/index.html index 563a1fa7c5..fb63a08dcb 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-write-access-requested-handler/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/-write-access-requested-handler/index.html @@ -70,7 +70,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/answer-web-app-query.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/answer-web-app-query.html index 7ae2370065..c975efb936 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/answer-web-app-query.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/answer-web-app-query.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/as-user.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/as-user.html index 492790b1f4..7ca2b34db6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/as-user.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/as-user.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/color-scheme.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/color-scheme.html index 03813ff419..ae81c9ddde 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/color-scheme.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/color-scheme.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/handle-result.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/handle-result.html index ede96ead12..4e629e1ff2 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/handle-result.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/handle-result.html @@ -66,7 +66,7 @@
inline fun handleResult(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)

Parameters

onSendData

Should return the data which must be used in WebApp.sendData. If returns null, data will not be sent

onAnswerWebAppQuery

In case if WebAppInitData.queryId is presented in WebApp.initDataUnsafe, will be called that callback. Before and after calling of this callback will not be used any method of answering to the telegram system, so, you must use something like answerWebAppQuery by yourself to send the result

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/index.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/index.html index 1c48653e1a..d6b436477f 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/index.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/index.html @@ -967,7 +967,7 @@ diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-allowed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-allowed.html index 9c4aa4e5eb..21d129c238 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-allowed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-allowed.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-cancelled.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-cancelled.html index aaac291d5f..8ada28fb56 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-cancelled.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-cancelled.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-init-data-safe.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-init-data-safe.html index ffc5eaa429..10d2c0b466 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-init-data-safe.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-init-data-safe.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-premium.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-premium.html index 03def77c4a..68a0703368 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-premium.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-premium.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-sent.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-sent.html index 2018715c1e..15ae0a11cd 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-sent.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/is-sent.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-back-button-clicked.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-back-button-clicked.html index e466f26a9a..1f02a4d500 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-back-button-clicked.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-back-button-clicked.html @@ -66,7 +66,7 @@
fun WebApp.onBackButtonClicked(eventHandler: EventHandler): () -> Unit

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-click.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-click.html index 35d5969301..2e60dba93d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-click.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-click.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-clipboard-text-received.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-clipboard-text-received.html index b5f4862fe7..0e675e9b05 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-clipboard-text-received.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-clipboard-text-received.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-contact-requested.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-contact-requested.html index 84772650ef..b11fb01a9c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-contact-requested.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-contact-requested.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-event.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-event.html index 2e6aff53c9..f51e168fb6 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-event.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-event.html @@ -66,7 +66,7 @@
fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-invoice-closed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-invoice-closed.html index d3769be871..e3bb4d483c 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-invoice-closed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-invoice-closed.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html index a2bead3320..83410661c2 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html @@ -66,7 +66,7 @@
fun WebApp.onMainButtonClicked(eventHandler: EventHandler): () -> Unit

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-popup-closed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-popup-closed.html index eac1de4dcc..cf96bc2731 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-popup-closed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-popup-closed.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-q-r-text-received.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-q-r-text-received.html index 467d7cb2c3..4ecce3f57d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-q-r-text-received.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-q-r-text-received.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-settings-button-clicked.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-settings-button-clicked.html index 93736caecf..6047feb15d 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-settings-button-clicked.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-settings-button-clicked.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-theme-changed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-theme-changed.html index 733cb9c573..1c62156710 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-theme-changed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-theme-changed.html @@ -66,7 +66,7 @@
fun WebApp.onThemeChanged(eventHandler: EventHandler): () -> Unit

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-viewport-changed.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-viewport-changed.html index 3b53fb6e24..8013d7007e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-viewport-changed.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-viewport-changed.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-write-access-requested.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-write-access-requested.html index 5c59f1d320..8647b58983 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-write-access-requested.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/on-write-access-requested.html @@ -66,7 +66,7 @@

Return

The callback which should be used in case you want to turn off events handling

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/require-closing-confirmation.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/require-closing-confirmation.html index fa5530e1ea..3b43ea4c52 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/require-closing-confirmation.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/require-closing-confirmation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html index 5375a01991..dab58cbdc1 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html @@ -66,7 +66,7 @@
inline fun sendDataOrWorkWithQueryId(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)

Parameters

onSendData

Should return the data which must be used in WebApp.sendData. If returns null, data will not be sent

onAnswerWebAppQuery

In case if WebAppInitData.queryId is presented in WebApp.initDataUnsafe, will be called that callback. Before and after calling of this callback will not be used any method of answering to the telegram system, so, you must use something like answerWebAppQuery by yourself to send the result

diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/set-params.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/set-params.html index 9c27647f04..8a1c467ac5 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/set-params.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/set-params.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/show-popup.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/show-popup.html index c4298651c4..489d523432 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/show-popup.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/show-popup.html @@ -66,7 +66,7 @@
fun WebApp.showPopup(message: String, title: String?, buttons: Array<PopupButton>, callback: ClosePopupCallback? = null)
fun WebApp.showPopup(message: String, title: String?, firstButton: PopupButton, vararg otherButtons: PopupButton, callback: ClosePopupCallback? = null)
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/telegram.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/telegram.html index d02d13f4c2..3e14bea3d2 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/telegram.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/telegram.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/toggle-closing-confirmation.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/toggle-closing-confirmation.html index e80521524b..fea881854e 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/toggle-closing-confirmation.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/toggle-closing-confirmation.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/web-app.html b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/web-app.html index 78b6cfbc6b..eda0192716 100644 --- a/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/web-app.html +++ b/tgbotapi.webapps/dev.inmo.tgbotapi.webapps/web-app.html @@ -66,7 +66,7 @@
diff --git a/tgbotapi.webapps/index.html b/tgbotapi.webapps/index.html index 0c07ca44a4..11dd0eb60b 100644 --- a/tgbotapi.webapps/index.html +++ b/tgbotapi.webapps/index.html @@ -157,7 +157,7 @@