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