MessageChatSetTtl constructor

const MessageChatSetTtl({
  1. required int ttl,
})

The TTL (Time To Live) setting for messages in the chat has been changed

Implementation

const MessageChatSetTtl({
  required this.ttl,
});