mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Improve reply options edit design.
This commit is contained in:
@@ -116,6 +116,12 @@ bool operator<(const AllowedReactions &a, const AllowedReactions &b);
|
||||
bool operator==(const AllowedReactions &a, const AllowedReactions &b);
|
||||
|
||||
[[nodiscard]] AllowedReactions Parse(const MTPChatReactions &value);
|
||||
[[nodiscard]] PeerData *PeerFromInputMTP(
|
||||
not_null<Session*> owner,
|
||||
const MTPInputPeer &input);
|
||||
[[nodiscard]] UserData *UserFromInputMTP(
|
||||
not_null<Session*> owner,
|
||||
const MTPInputUser &input);
|
||||
|
||||
} // namespace Data
|
||||
|
||||
|
Reference in New Issue
Block a user