TextBotCommand constructor

const TextBotCommand({
  1. required RichTextBase text,
})

Text Bot Command constructor.

Implementation

const TextBotCommand({required this.text}) : super._();