MadelineProtoDocs/docs/TD_docs/constructors/inlineKeyboardButtonTypeCallback.md
2018-04-04 19:52:48 +02:00

24 lines
635 B
Markdown

---
title: inlineKeyboardButtonTypeCallback
description: A button which sends to the bot special callback query
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Constructor: inlineKeyboardButtonTypeCallback
[Back to constructors index](index.md)
A button which sends to the bot special callback query
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|data|[bytes](../types/bytes.md) | Yes|Data to be sent to the bot through a callack query|
### Type: [InlineKeyboardButtonType](../types/InlineKeyboardButtonType.md)