copyWith method
Implementation
UpdateChatBoost copyWith({int? chatId, ChatBoost? boost}) => UpdateChatBoost(
chatId: chatId ?? this.chatId,
boost: boost ?? this.boost,
);
UpdateChatBoost copyWith({int? chatId, ChatBoost? boost}) => UpdateChatBoost(
chatId: chatId ?? this.chatId,
boost: boost ?? this.boost,
);