Resolve FBChatException

Resolve the error `fbchat.models.FBchatException: Could not get ThreadColor from color: FF0084FF` when threadcolor is set to default (MESSENGER_BLUE)
This commit is contained in:
Abhinav2812
2018-05-16 17:54:37 +05:30
committed by GitHub
parent 988e37eb42
commit 430ada7f84

View File

@@ -469,7 +469,7 @@ class EmojiSize(Enum):
class ThreadColor(Enum):
"""Used to specify a thread colors"""
MESSENGER_BLUE = ''
MESSENGER_BLUE = '#0084ff'
VIKING = '#44bec7'
GOLDEN_POPPY = '#ffc300'
RADICAL_RED = '#fa3c4c'