copyWith method
Implementation
SetChatMessageTtl copyWith({
int? chatId,
int? ttl,
}) => SetChatMessageTtl(
chatId: chatId ?? this.chatId,
ttl: ttl ?? this.ttl,
);
SetChatMessageTtl copyWith({
int? chatId,
int? ttl,
}) => SetChatMessageTtl(
chatId: chatId ?? this.chatId,
ttl: ttl ?? this.ttl,
);