TeleSpoiler constructor

TeleSpoiler(
  1. String text
)

Make a spoiler markdown text.

Implementation

TeleSpoiler(this.text);