Interface TextEntityTypePreCode

Text that must be formatted as if inside pre, and code HTML tags. Subtype of TextEntityType.

interface TextEntityTypePreCode {
    @type: "textEntityTypePreCode";
    language: string;
}

Properties

Properties

@type: "textEntityTypePreCode"
language: string

Programming language of the code; as defined by the sender.