MadelineProtoDocs/docs/API_docs/constructors/textStrike.md

636 B

title description image
textStrike <del>Strikethrough</del> text https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textStrike

Back to constructors index

Strikethrough text

Attributes:

Name Type Required Description
text RichText Yes Text

Type: RichText

Example:

$textStrike = ['_' => 'textStrike', 'text' => RichText];

Or, if you're into Lua:

textStrike={_='textStrike', text=RichText}