PrivacySettingsResponse constructor

PrivacySettingsResponse({
  1. ReadReceiptsResponse? readReceipts,
  2. TypingIndicatorsResponse? typingIndicators,
})

Returns a new PrivacySettingsResponse instance.

Implementation

PrivacySettingsResponse({
  this.readReceipts,
  this.typingIndicators,
});