MadelineProto/docs/API_docs/constructors/pageBlockAnchor.md

36 lines
538 B
Markdown

---
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) | Yes|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => string, ];
```
Or, if you're into Lua:
```
pageBlockAnchor={_='pageBlockAnchor', name=string, }
```