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