---
title: pageBlockParagraph
description: A paragraph
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockParagraph  
[Back to constructors index](index.md)



A paragraph

### Attributes:

| Name     |    Type       | Required | Description |
|----------|---------------|----------|-------------|
|text|[RichText](../types/RichText.md) | Yes|Text|



### Type: [PageBlock](../types/PageBlock.md)


### Example:

```php
$pageBlockParagraph = ['_' => 'pageBlockParagraph', 'text' => RichText];
```  


Or, if you're into Lua:

```lua
pageBlockParagraph={_='pageBlockParagraph', text=RichText}

```