mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
27 lines
451 B
Markdown
27 lines
451 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) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => string, ];
|
||
|
```
|
||
|
|