symphony.bdk.core.service.message.message_parser.get_emojis#

symphony.bdk.core.service.message.message_parser.get_emojis(message: symphony.bdk.gen.agent_model.v4_message.V4Message) Dict[str, str]#

Parse data inside an incoming message and returns a map containing the list of emojis found. Key of the map are the annotation used to identify the emoji and the values are the their unicode.

Parameters

message – message incoming V4 message to be parsed

Returns

list of cashtags contained in the message