UpdateChatMessageTtl constructor
const
UpdateChatMessageTtl({})
The message Time To Live setting for a chat was changed
Implementation
const UpdateChatMessageTtl({
required this.chatId,
required this.messageTtl,
this.extra,
this.clientId,
});