Improve docs.madelineproto.xyz/API_docs/methods

This commit is contained in:
Daniil Gentili 2018-03-23 18:48:18 +01:00
parent 5fcbf77b99
commit 56a4162f3a
31 changed files with 78 additions and 78 deletions

View File

@ -389,8 +389,6 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="messages_sendMultiMedia.html" name="messages_sendMultiMedia">Send an album: messages.sendMultiMedia</a>
@ -399,6 +397,8 @@ description: What do you want to do?
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_sendScreenshotNotification.html" name="messages_sendScreenshotNotification">Send screenshot notification: messages.sendScreenshotNotification</a>

View File

@ -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)

View File

@ -259,12 +259,12 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -259,12 +259,12 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -277,12 +277,12 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -281,12 +281,12 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -297,14 +297,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -303,14 +303,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -321,14 +321,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -359,14 +359,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -361,14 +361,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -379,14 +379,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_setEncryptedTyping.html" name="messages_setEncryptedTyping">Send typing notification to secret chat: messages.setEncryptedTyping</a>

View File

@ -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)

View File

@ -379,14 +379,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_sendScreenshotNotification.html" name="messages_sendScreenshotNotification">Send screenshot notification: messages.sendScreenshotNotification</a>

View File

@ -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)

View File

@ -389,14 +389,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_sendScreenshotNotification.html" name="messages_sendScreenshotNotification">Send screenshot notification: messages.sendScreenshotNotification</a>

View File

@ -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)

View File

@ -399,14 +399,14 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="auth_requestPasswordRecovery.html" name="auth_requestPasswordRecovery">Send an email to recover the 2FA password: auth.requestPasswordRecovery</a>
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_sendScreenshotNotification.html" name="messages_sendScreenshotNotification">Send screenshot notification: messages.sendScreenshotNotification</a>

View File

@ -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)

View File

@ -383,8 +383,6 @@ description: What do you want to do?
* <a href="messages_sendMessage.html" name="messages_sendMessage">Send a message: messages.sendMessage</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send a received bot result to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncryptedService.html" name="messages_sendEncryptedService">Send a service message to a secret chat: messages.sendEncryptedService</a>
* <a href="messages_sendMultiMedia.html" name="messages_sendMultiMedia">Send an album: messages.sendMultiMedia</a>
@ -393,6 +391,8 @@ description: What do you want to do?
* <a href="account_sendConfirmPhoneCode.html" name="account_sendConfirmPhoneCode">Send confirmation phone code: account.sendConfirmPhoneCode</a>
* <a href="messages_sendInlineBotResult.html" name="messages_sendInlineBotResult">Send inline bot result obtained with messages.getInlineBotResults to the chat: messages.sendInlineBotResult</a>
* <a href="messages_sendEncrypted.html" name="messages_sendEncrypted">Send message to secret chat: messages.sendEncrypted</a>
* <a href="messages_sendScreenshotNotification.html" name="messages_sendScreenshotNotification">Send screenshot notification: messages.sendScreenshotNotification</a>

View File

@ -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)

View File

@ -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' => '',
);
}
}