MessageRequest constructor

MessageRequest({
  1. String? integrationId,
  2. String? sessionUuid,
  3. int? createdAt,
  4. String? recipinetId,
  5. MessageRequestData? data,
  6. MessageRequestMetadata? metadata,
  7. String? senderId,
  8. String? type,
})

Implementation

MessageRequest(
    {this.integrationId,
    this.sessionUuid,
    this.createdAt,
    this.recipinetId,
    this.data,
    this.metadata,
    this.senderId,
    this.type});