Add a missing file

It looks like this got caught by .gitignore? There's probably a better
place to put it, but I'm not sure what that is.
This commit is contained in:
Jacob Segal 2025-06-13 21:45:21 -07:00
parent 50bf72f852
commit a6a6b615f4

7
protocol.py Normal file
View File

@ -0,0 +1,7 @@
class BinaryEventTypes:
PREVIEW_IMAGE = 1
UNENCODED_PREVIEW_IMAGE = 2
TEXT = 3
PREVIEW_IMAGE_WITH_METADATA = 4