interface PinMessage {
    author: Author2;
    createdAt: number;
    id: string;
    message: string;
    type: "pin_message";
}

Properties

author: Author2
createdAt: number
id: string
message: string
type: "pin_message"