SaveApplicationLogEvent constructor

SaveApplicationLogEvent({
  1. String? extra,
  2. int? client_id,
  3. string? type,
  4. int53? chat_id,
  5. JsonValue? data,
})

Implementation

SaveApplicationLogEvent({
  super.extra,
  super.client_id,
  this.type,
  this.chat_id,
  this.data,
});