diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
commit | c084230767053e942b29941a8728f421e256cf1d (patch) | |
tree | ae58dc5d3978930ec5ed1fb0e65d108b56369d42 /src/constants.hpp | |
parent | 7b5dc8a86532cf00ab49a1922dbd4ce21cdaf01f (diff) | |
parent | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (diff) | |
download | abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.tar.gz abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon into voice
Diffstat (limited to 'src/constants.hpp')
-rw-r--r-- | src/constants.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/constants.hpp b/src/constants.hpp index b1ef82b..256f85e 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -10,3 +10,9 @@ constexpr static int NitroAttachmentSizeLimit = 100 * 1024 * 1024; constexpr static int BoostLevel2AttachmentSizeLimit = 50 * 1024 * 1024; constexpr static int BoostLevel3AttachmentSizeLimit = 100 * 1024 * 1024; constexpr static int MaxMessagePayloadSize = 199 * 1024 * 1024; +constexpr static int EmojiSize = 24; // settings eventually +constexpr static int AvatarSize = 32; +constexpr static int EmbedImageWidth = 400; +constexpr static int EmbedImageHeight = 300; +constexpr static int ThumbnailSize = 100; +constexpr static int StickerComponentSize = 160; |