MessageRequest constructor
MessageRequest({
- String? integrationId,
- String? sessionUuid,
- int? createdAt,
- String? recipinetId,
- MessageRequestData? data,
- MessageRequestMetadata? metadata,
- String? senderId,
- String? type,
Implementation
MessageRequest(
{this.integrationId,
this.sessionUuid,
this.createdAt,
this.recipinetId,
this.data,
this.metadata,
this.senderId,
this.type});