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