appendSpoiler method

void appendSpoiler(
  1. Object text
)

Appends spoiler to message

Implementation

void appendSpoiler(Object text) => appendWithDecoration(text, MessageDecoration.spoiler);