BotEvent constructor

BotEvent({
  1. String? code,
  2. String? data,
})

Implementation

BotEvent({this.code, this.data});