MadelineProto/docs/TD_docs/constructors/inlineKeyboardButtonTypeSwitchInline.md

24 lines
724 B
Markdown
Raw Normal View History

---
title: inlineKeyboardButtonTypeSwitchInline
description: A button which forces inline query to the bot to be substitued in the input field
---
## Constructor: inlineKeyboardButtonTypeSwitchInline
[Back to constructors index](index.md)
A button which forces inline query to the bot to be substitued in the input field
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|query|[string](../types/string.md) | Yes|Inline query to be sent to the bot|
|in\_current\_chat|[Bool](../types/Bool.md) | Yes|True, if the inline query should be sent from the current chat|
### Type: [InlineKeyboardButtonType](../types/InlineKeyboardButtonType.md)