copyWith method

UnpinAllChatMessages copyWith({
  1. int? chatId,
})

Implementation

UnpinAllChatMessages copyWith({
  int? chatId,
}) =>
    UnpinAllChatMessages(
      chatId: chatId ?? this.chatId,
    );