// This is the source code of AyuGram for Desktop. // // We do not and cannot prevent the use of our code, // but be respectful and credit the original author. // // Copyright @Radolyn, 2024 #pragma once #include "entities.h" #include "history/history_item_edition.h" namespace AyuMessages { void addEditedMessage(HistoryMessageEdition &edition, not_null item); std::vector getEditedMessages(not_null item); bool hasRevisions(not_null item); }