TextBlock
Defined in: src/types/messages.ts:120
Text content block within a message.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TextBlock(data): TextBlock;Defined in: src/types/messages.ts:131
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | string |
Returns
Section titled “Returns”TextBlock
Properties
Section titled “Properties”readonly type: "textBlock";Defined in: src/types/messages.ts:124
Discriminator for text content.
readonly text: string;Defined in: src/types/messages.ts:129
Plain text content.