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