MessageMarkup interface

Signature:

export interface MessageMarkup extends MessageValue 

Extends: MessageValue

Properties

Property Modifiers Type Description
locale readonly ‘und’  
name readonly string  
options readonly Record<string, unknown>  
source readonly string  
type readonly ‘open’ | ‘close’  
valueOf?   () => unknown (Optional)

Methods

Method Description
toParts()  
toString()