Add reward.cost reward.id, reward.title filter variables (#5275)

This commit is contained in:
Mm2PL
2024-03-30 12:28:49 +01:00
committed by GitHub
parent 09b2c53383
commit 69bdac9936
7 changed files with 40 additions and 1 deletions
+3
View File
@@ -1,6 +1,7 @@
#pragma once
#include "common/FlagsEnum.hpp"
#include "providers/twitch/ChannelPointReward.hpp"
#include "util/QStringHash.hpp"
#include <magic_enum/magic_enum.hpp>
@@ -107,6 +108,8 @@ struct Message {
std::vector<std::unique_ptr<MessageElement>> elements;
ScrollbarHighlight getScrollBarHighlight() const;
std::shared_ptr<ChannelPointReward> reward = nullptr;
};
} // namespace chatterino