package me.eternal.purrfect.bridge.logger;

parcelable LoggedChatEdit {
    long timestamp;
    String message;
}