1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/pageBlockAnchor.md

27 lines
451 B
Markdown
Raw Normal View History

---
title: pageBlockAnchor
description: pageBlockAnchor attributes, type and example
---
## Constructor: pageBlockAnchor
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|name|[string](../types/string.md) | Required|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => string, ];
```