export Class
MessageEntities ​
extends ​
Builder
Constructor ​
ts
new MessageEntities( ...entites )
Parameter | Type | Description |
---|---|---|
...entites | MessageEntitiesType[] | The entities to attach to the message. |
Methods ​
add( ...entity ) ​
Parameter | Type | Description |
---|---|---|
...entity | MessageEntitiesType[] | The entities to add to the message. |
Add entities to the current builder.
Returns:
MessageEntities