2
0
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:
John Preston
2023-10-25 11:00:22 +04:00
parent b463c76eca
commit 1409d38ac3
26 changed files with 219 additions and 86 deletions

View File

@@ -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