BotActivity constructor
BotActivity({
- required GamePresence type,
- String? name,
- String? url,
- PartialEmoji? emoji,
- String? state,
Implementation
BotActivity({required this.type, this.name, this.url, this.emoji, this.state});