Parse from a json
factory MessageChatSetTtl.fromJson(Map<String, dynamic> json) => MessageChatSetTtl( ttl: json['ttl'], );