PrivacySettingsResponse constructor
PrivacySettingsResponse({
- ReadReceiptsResponse? readReceipts,
- TypingIndicatorsResponse? typingIndicators,
Returns a new PrivacySettingsResponse instance.
Implementation
PrivacySettingsResponse({
this.readReceipts,
this.typingIndicators,
});