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