add sticker type

This commit is contained in:
adbenitez
2021-04-06 17:55:27 -04:00
parent 72ddd33adf
commit 258856c23a

View File

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