mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-01 17:43:03 +02:00
Update history_view_element.h
fix build
This commit is contained in:
parent
fcaeaabf81
commit
8d99407e42
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ public:
|
||||||
const FullMsgId &context) = 0;
|
const FullMsgId &context) = 0;
|
||||||
virtual void elementHandleViaClick(not_null<UserData*> bot) = 0;
|
virtual void elementHandleViaClick(not_null<UserData*> bot) = 0;
|
||||||
virtual ElementChatMode elementChatMode() = 0;
|
virtual ElementChatMode elementChatMode() = 0;
|
||||||
|
[[nodiscard]] bool elementIsChatWide() {
|
||||||
|
return elementChatMode() == ElementChatMode::Wide;
|
||||||
|
}
|
||||||
virtual not_null<Ui::PathShiftGradient*> elementPathShiftGradient() = 0;
|
virtual not_null<Ui::PathShiftGradient*> elementPathShiftGradient() = 0;
|
||||||
virtual void elementReplyTo(const FullReplyTo &to) = 0;
|
virtual void elementReplyTo(const FullReplyTo &to) = 0;
|
||||||
virtual void elementStartInteraction(not_null<const Element*> view) = 0;
|
virtual void elementStartInteraction(not_null<const Element*> view) = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue