diff --git a/docs/API_docs/methods/index.md b/docs/API_docs/methods/index.md index 26eda5a6..439405c2 100644 --- a/docs/API_docs/methods/index.md +++ b/docs/API_docs/methods/index.md @@ -389,8 +389,6 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an album: messages.sendMultiMedia @@ -399,6 +397,8 @@ description: What do you want to do? * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send screenshot notification: messages.sendScreenshotNotification diff --git a/docs/API_docs/methods/messages_sendInlineBotResult.md b/docs/API_docs/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/docs/API_docs/methods/messages_sendInlineBotResult.md +++ b/docs/API_docs/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/README.md b/old_docs/API_docs_v45/methods/README.md index d8d04cf0..feca5b1a 100644 --- a/old_docs/API_docs_v45/methods/README.md +++ b/old_docs/API_docs_v45/methods/README.md @@ -259,12 +259,12 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md index 10960f6f..262c6059 100644 --- a/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -16,7 +16,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/README.md b/old_docs/API_docs_v46/methods/README.md index d8d04cf0..feca5b1a 100644 --- a/old_docs/API_docs_v46/methods/README.md +++ b/old_docs/API_docs_v46/methods/README.md @@ -259,12 +259,12 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md index 10960f6f..262c6059 100644 --- a/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -16,7 +16,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/README.md b/old_docs/API_docs_v51/methods/README.md index 82147ce6..c72938a8 100644 --- a/old_docs/API_docs_v51/methods/README.md +++ b/old_docs/API_docs_v51/methods/README.md @@ -277,12 +277,12 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md index 2a1eeba1..ab72a64c 100644 --- a/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/README.md b/old_docs/API_docs_v53/methods/README.md index c58c4c8a..535bb90c 100644 --- a/old_docs/API_docs_v53/methods/README.md +++ b/old_docs/API_docs_v53/methods/README.md @@ -281,12 +281,12 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/README.md b/old_docs/API_docs_v55/methods/README.md index bf2e42ec..7da758af 100644 --- a/old_docs/API_docs_v55/methods/README.md +++ b/old_docs/API_docs_v55/methods/README.md @@ -297,14 +297,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/README.md b/old_docs/API_docs_v57/methods/README.md index 65e409e1..ea832168 100644 --- a/old_docs/API_docs_v57/methods/README.md +++ b/old_docs/API_docs_v57/methods/README.md @@ -303,14 +303,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/README.md b/old_docs/API_docs_v62/methods/README.md index cff3e63b..b892cac4 100644 --- a/old_docs/API_docs_v62/methods/README.md +++ b/old_docs/API_docs_v62/methods/README.md @@ -321,14 +321,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/README.md b/old_docs/API_docs_v65/methods/README.md index 4aa1e322..bca12869 100644 --- a/old_docs/API_docs_v65/methods/README.md +++ b/old_docs/API_docs_v65/methods/README.md @@ -359,14 +359,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/README.md b/old_docs/API_docs_v66/methods/README.md index fa737cc5..1a7aaff9 100644 --- a/old_docs/API_docs_v66/methods/README.md +++ b/old_docs/API_docs_v66/methods/README.md @@ -361,14 +361,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/README.md b/old_docs/API_docs_v68/methods/README.md index ee1880a3..efa6743f 100644 --- a/old_docs/API_docs_v68/methods/README.md +++ b/old_docs/API_docs_v68/methods/README.md @@ -379,14 +379,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send typing notification to secret chat: messages.setEncryptedTyping diff --git a/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/README.md b/old_docs/API_docs_v70/methods/README.md index e8cda5a0..ca47e650 100644 --- a/old_docs/API_docs_v70/methods/README.md +++ b/old_docs/API_docs_v70/methods/README.md @@ -379,14 +379,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send screenshot notification: messages.sendScreenshotNotification diff --git a/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/README.md b/old_docs/API_docs_v71/methods/README.md index f68e61ae..7d81211c 100644 --- a/old_docs/API_docs_v71/methods/README.md +++ b/old_docs/API_docs_v71/methods/README.md @@ -389,14 +389,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send screenshot notification: messages.sendScreenshotNotification diff --git a/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/README.md b/old_docs/API_docs_v72/methods/README.md index 1d54dc7b..2e5d7425 100644 --- a/old_docs/API_docs_v72/methods/README.md +++ b/old_docs/API_docs_v72/methods/README.md @@ -399,14 +399,14 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an email to recover the 2FA password: auth.requestPasswordRecovery * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send screenshot notification: messages.sendScreenshotNotification diff --git a/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/README.md b/old_docs/API_docs_v73/methods/README.md index f79d8882..1b5211d2 100644 --- a/old_docs/API_docs_v73/methods/README.md +++ b/old_docs/API_docs_v73/methods/README.md @@ -383,8 +383,6 @@ description: What do you want to do? * Send a message: messages.sendMessage -* Send a received bot result to the chat: messages.sendInlineBotResult - * Send a service message to a secret chat: messages.sendEncryptedService * Send an album: messages.sendMultiMedia @@ -393,6 +391,8 @@ description: What do you want to do? * Send confirmation phone code: account.sendConfirmPhoneCode +* Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult + * Send message to secret chat: messages.sendEncrypted * Send screenshot notification: messages.sendScreenshotNotification diff --git a/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md index 1a12322c..758aa97f 100644 --- a/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md @@ -1,12 +1,12 @@ --- title: messages.sendInlineBotResult -description: Send a received bot result to the chat +description: Send inline bot result obtained with messages.getInlineBotResults to the chat --- ## Method: messages.sendInlineBotResult [Back to methods index](index.md) -Send a received bot result to the chat +Send inline bot result obtained with messages.getInlineBotResults to the chat ### Parameters: @@ -18,7 +18,7 @@ Send a received bot result to the chat |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|Where to send the message| |reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional|Reply to message by ID| |query\_id|[CLICK ME long](../types/long.md) | Yes|The inline query ID| -|id|[CLICK ME string](../types/string.md) | Yes|The result ID| +|id|[CLICK ME string](../types/string.md) | Yes|The ID of one of the inline results| ### Return type: [Updates](../types/Updates.md) diff --git a/src/danog/MadelineProto/Lang.php b/src/danog/MadelineProto/Lang.php index 801651ff..8eec0005 100644 --- a/src/danog/MadelineProto/Lang.php +++ b/src/danog/MadelineProto/Lang.php @@ -717,14 +717,14 @@ class Lang 'method_messages.setInlineBotResults_param_cache_time_type_int' => 'Cache time', 'method_messages.setInlineBotResults_param_next_offset_type_string' => 'The next offset', 'method_messages.setInlineBotResults_param_switch_pm_type_InlineBotSwitchPM' => 'Switch to PM?', - 'method_messages.sendInlineBotResult' => 'Send a received bot result to the chat', + 'method_messages.sendInlineBotResult' => 'Send inline bot result obtained with messages.getInlineBotResults to the chat', 'method_messages.sendInlineBotResult_param_silent_type_true' => 'Disable notifications?', 'method_messages.sendInlineBotResult_param_background_type_true' => 'Disable background notifications?', 'method_messages.sendInlineBotResult_param_clear_draft_type_true' => 'Clear the message draft?', 'method_messages.sendInlineBotResult_param_peer_type_InputPeer' => 'Where to send the message', 'method_messages.sendInlineBotResult_param_reply_to_msg_id_type_int' => 'Reply to message by ID', 'method_messages.sendInlineBotResult_param_query_id_type_long' => 'The inline query ID', - 'method_messages.sendInlineBotResult_param_id_type_string' => 'The result ID', + 'method_messages.sendInlineBotResult_param_id_type_string' => 'The ID of one of the inline results', 'method_messages.getMessageEditData' => 'Check if about to edit a message or a media caption', 'method_messages.getMessageEditData_param_peer_type_InputPeer' => 'The chat', 'method_messages.getMessageEditData_param_id_type_int' => 'The message ID', @@ -8063,4 +8063,4 @@ class Lang 'object_help.configSimple_param_ip_port_list_type_Vector t' => '', 'object_inputMessagesFilterMyMentionsUnread' => '', ); -} \ No newline at end of file +}