UpdateSecretChat constructor
UpdateSecretChat({
- String? extra,
- int? client_id,
- SecretChat? secret_chat,
Implementation
UpdateSecretChat({
super.extra,
super.client_id,
this.secret_chat,
});