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