SendMessageResponse constructor

SendMessageResponse({
  1. String? absoluteTime,
  2. String? id,
})

Implementation

SendMessageResponse({
  this.absoluteTime,
  this.id,
});