BotActivity constructor

BotActivity({
  1. required GamePresence type,
  2. String? name,
  3. String? url,
  4. PartialEmoji? emoji,
  5. String? state,
})

Implementation

BotActivity({required this.type, this.name, this.url, this.emoji, this.state});