Constructor: pageButton
Attributes:
| Name | Type | Required |
|---|---|---|
| text | RichText | Yes |
| type | InlineButtonType | Yes |
| style | RichButtonStyle | Optional |
Type: PageButton
Example:
$pageButton = ['_' => 'pageButton', 'text' => RichText, 'type' => InlineButtonType, 'style' => RichButtonStyle];