Page MenuHomePhorge

matrix-sticker-pack-source.hpp
No OneTemporary

Size
587 B
Referenced Files
None
Subscribers
None

matrix-sticker-pack-source.hpp

/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include <libkazv-config.hpp>
#include <immer/config.hpp>
#include <base/event.hpp>
struct MatrixStickerPackSource
{
enum Source
{
AccountData,
RoomState,
};
Source source;
std::string eventType;
Kazv::Event event;
};
bool operator==(const MatrixStickerPackSource &a, const MatrixStickerPackSource &b);
bool operator!=(const MatrixStickerPackSource &a, const MatrixStickerPackSource &b);

File Metadata

Mime Type
text/x-c
Expires
Sun, Dec 1, 3:17 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41730
Default Alt Text
matrix-sticker-pack-source.hpp (587 B)

Event Timeline