MessageChatSetTtl.fromJson constructor

MessageChatSetTtl.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

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