mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-05 22:18:17 +01:00
23 lines
519 B
Markdown
23 lines
519 B
Markdown
---
|
|
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 |
|
|
|----------|---------------|----------|-------------|
|
|
|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)
|
|
|
|
|