1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 13:46:54 +01:00
MadelineProto/docs/TD_docs/constructors/callbackQueryData.md

23 lines
519 B
Markdown
Raw Normal View History

---
title: callbackQueryData
description: Payload from a general callback button
---
## Constructor: callbackQueryData
[Back to constructors index](index.md)
Payload from a general callback button
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|data|[bytes](../types/bytes.md) | Yes|Data that was attached to the callback button as specified by the users client|
### Type: [CallbackQueryPayload](../types/CallbackQueryPayload.md)