Interface TextEntityTypeBlockQuote

Text that must be formatted as if inside a blockquote HTML tag; not supported in secret chats. Subtype of TextEntityType.

interface TextEntityTypeBlockQuote {
    @type: "textEntityTypeBlockQuote";
}

Properties

Properties

@type: "textEntityTypeBlockQuote"