Interface TextEntityTypeBold

A bold text. Subtype of TextEntityType.

interface TextEntityTypeBold {
    @type: "textEntityTypeBold";
}

Properties

Properties

@type: "textEntityTypeBold"