MadelineProtoDocs/docs/TD_docs/constructors/inlineKeyboardButtonTypeCallback.md

23 lines
561 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: inlineKeyboardButtonTypeCallback
description: A button which sends to the bot special callback query
---
## 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)