Interface TextEntityTypeExpandableBlockQuote

Text that must be formatted as if inside a blockquote HTML tag and collapsed by default to 3 lines with the ability to show full text; not supported in secret chats. Subtype of TextEntityType.

interface TextEntityTypeExpandableBlockQuote {
    @type: "textEntityTypeExpandableBlockQuote";
}

Properties

Properties

@type: "textEntityTypeExpandableBlockQuote"