copyWith method
Implementation
SetChatLocation copyWith({
int? chatId,
ChatLocation? location,
}) => SetChatLocation(
chatId: chatId ?? this.chatId,
location: location ?? this.location,
);
SetChatLocation copyWith({
int? chatId,
ChatLocation? location,
}) => SetChatLocation(
chatId: chatId ?? this.chatId,
location: location ?? this.location,
);