mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fly + effects when choosing an emoji status.
This commit is contained in:
@@ -42,7 +42,8 @@ enum class PremiumPreview {
|
||||
FasterDownload,
|
||||
VoiceToText,
|
||||
NoAds,
|
||||
Reactions,
|
||||
EmojiStatus,
|
||||
InfiniteReactions,
|
||||
Stickers,
|
||||
AnimatedEmoji,
|
||||
AdvancedChatManagement,
|
||||
@@ -51,23 +52,12 @@ enum class PremiumPreview {
|
||||
|
||||
kCount,
|
||||
};
|
||||
enum class ReactionDisableType {
|
||||
None,
|
||||
Group,
|
||||
Channel,
|
||||
};
|
||||
|
||||
void ShowPremiumPreviewBox(
|
||||
not_null<Window::SessionController*> controller,
|
||||
PremiumPreview section,
|
||||
Fn<void(not_null<Ui::BoxContent*>)> shown = nullptr);
|
||||
|
||||
void ShowPremiumPreviewBox(
|
||||
not_null<Window::SessionController*> controller,
|
||||
PremiumPreview section,
|
||||
const base::flat_map<Data::ReactionId, ReactionDisableType> &disabled,
|
||||
Fn<void(not_null<Ui::BoxContent*>)> shown = nullptr);
|
||||
|
||||
void ShowPremiumPreviewToBuy(
|
||||
not_null<Window::SessionController*> controller,
|
||||
PremiumPreview section,
|
||||
|
||||
Reference in New Issue
Block a user