diff --git a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html index 927f450190..e76310e62e 100644 --- a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html +++ b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-chat-request/index.html @@ -101,10 +101,10 @@
- +
-
GetChatMembersCount +
GetChatMemberCount
Link copied to clipboard
diff --git a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-until-date/index.html b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-until-date/index.html index abb4bcdcad..e626cc0e9a 100644 --- a/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-until-date/index.html +++ b/docs/dev.inmo.tgbotapi.CommonAbstracts.types/-until-date/index.html @@ -47,10 +47,10 @@

Inheritors

-
+
-
KickChatMember +
BanChatMember
Link copied to clipboard
diff --git a/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-send-invoice-data/index.html b/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-send-invoice-data/index.html index 623be6fb26..4a320f0fe2 100644 --- a/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-send-invoice-data/index.html +++ b/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-send-invoice-data/index.html @@ -489,6 +489,46 @@
+
+
+
+
+ +
+
+
whenInputInvoiceMessageContent +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> CommonSendInvoiceData.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?
+
+
+
+
+
+
+ +
+
+
whenSendInvoice +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
inline fun <T> CommonSendInvoiceData.whenSendInvoice(block: (SendInvoice) -> T): T?
+
+
diff --git a/docs/dev.inmo.tgbotapi.CommonAbstracts/-from-user/index.html b/docs/dev.inmo.tgbotapi.CommonAbstracts/-from-user/index.html index 78cbb1f7cd..a2d296b183 100644 --- a/docs/dev.inmo.tgbotapi.CommonAbstracts/-from-user/index.html +++ b/docs/dev.inmo.tgbotapi.CommonAbstracts/-from-user/index.html @@ -47,7 +47,25 @@

Inheritors

-
+
+
+
+
CallbackQuery +
Link copied to clipboard
+
+
+
+
+ +
+
+
ChosenInlineResult +
Link copied to clipboard
+
+
+
+
+
FromUserMessage @@ -56,6 +74,33 @@
+ +
+
+
PreCheckoutQuery +
Link copied to clipboard
+
+
+
+
+ +
+
+
ShippingQuery +
Link copied to clipboard
+
+
+
+
+ +
+
+
PollAnswer +
Link copied to clipboard
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html b/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html new file mode 100644 index 0000000000..314d568932 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html @@ -0,0 +1,39 @@ + + + + GetUpdatesConflict + + +
+
+ + +
+
+
+
+
+
+ +
+

GetUpdatesConflict

+
+
+ +
+
fun GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?)
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html b/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html new file mode 100644 index 0000000000..b90c05fd0d --- /dev/null +++ b/docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html @@ -0,0 +1,105 @@ + + + + GetUpdatesConflict + + +
+
+ + +
+
+
+
+
+
+ +
+

GetUpdatesConflict

+
class GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
+
+
+
+
+

Properties

+
+
+
+
cause +
Link copied to clipboard
+
+
+
+
common
+
+
+
open override val cause: Throwable? = null
+
+
+
+
+ +
+
+
message +
Link copied to clipboard
+
+
+
+
common
+
+
+
open val message: String?
+
+
+
+
+ +
+
+
plainAnswer +
Link copied to clipboard
+
+
+
+
common
+
+
+
val plainAnswer: String
+
+
+
+
+ +
+
+
response +
Link copied to clipboard
+
+
+
+
common
+
+
+
val response: Response
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html b/docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html index b8762a1015..e92b402317 100644 --- a/docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html +++ b/docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html @@ -167,6 +167,15 @@
+ +
+
+
GetUpdatesConflict +
Link copied to clipboard
+
+
+
+
diff --git a/docs/dev.inmo.tgbotapi.bot.exceptions/index.html b/docs/dev.inmo.tgbotapi.bot.exceptions/index.html index 066e28ff3a..7cdc7a9e7f 100644 --- a/docs/dev.inmo.tgbotapi.bot.exceptions/index.html +++ b/docs/dev.inmo.tgbotapi.bot.exceptions/index.html @@ -44,6 +44,26 @@
class CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
+ + + + + +
+
+
GetUpdatesConflict +
Link copied to clipboard
+
+
+
+
common
+
+
+ +
+
class GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?) : RequestException
+
+
diff --git a/docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html b/docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html index b9f19e45bf..14d69dc7cd 100644 --- a/docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html +++ b/docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html @@ -32,7 +32,7 @@
-
close +
close
Link copied to clipboard
@@ -42,7 +42,7 @@
-
abstract fun close()
+
abstract fun close()
diff --git a/docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html b/docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html index a7038d4e6e..1f58dd5372 100644 --- a/docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html +++ b/docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html @@ -36,7 +36,7 @@
-
close +
close
Link copied to clipboard
@@ -46,7 +46,7 @@
-
abstract fun close()
+
abstract fun close()
@@ -93,6 +93,15 @@
+ +
+
+
DefaultBehaviourContext +
Link copied to clipboard
+
+
+
+

Extensions

diff --git a/docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html b/docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html new file mode 100644 index 0000000000..f341262ec7 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html @@ -0,0 +1,39 @@ + + + + deleteMyCommands + + +
+
+ + +
+
+
+
+
+
+ +
+

deleteMyCommands

+
+
+ +
+
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
+
+
+
+ +
+
+ + + diff --git a/docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html b/docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html index cd57b4b785..9a51f22ed9 100644 --- a/docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html +++ b/docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html @@ -13,7 +13,7 @@
-
+