UpdateSecretChat constructor
const
UpdateSecretChat({
- required SecretChat secretChat,
- dynamic extra,
- int? clientId,
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application
Implementation
const UpdateSecretChat({
required this.secretChat,
this.extra,
this.clientId,
});