MessageChatSetTtl constructor
const
MessageChatSetTtl({
- required int ttl,
The TTL (Time To Live) setting for messages in the chat has been changed
Implementation
const MessageChatSetTtl({
required this.ttl,
});