diff --git a/python/src/deltachat/message.py b/python/src/deltachat/message.py index a3bd6a22e..ad91ce97c 100644 --- a/python/src/deltachat/message.py +++ b/python/src/deltachat/message.py @@ -365,6 +365,7 @@ _view_type_mapping = { 'audio': const.DC_MSG_AUDIO, 'video': const.DC_MSG_VIDEO, 'file': const.DC_MSG_FILE, + 'sticker': const.DC_MSG_STICKER, }