symphony.bdk.core.service.message.message_parser#
This module contains a set of util functions that can be used on incoming V4Message such as: extracting entities like Mentions, Hashtags, Cashtags, Emojis and extracting text content from presentationML contained in the message.
Functions
|
Parse data inside an incoming message and returns a list containing the text of the cashtags found |
|
Parse data inside an incoming message and returns a map containing the list of emojis found. |
|
Parse data inside an incoming message and returns a list containing the text of the hashtags found |
|
Parse data inside an incoming message and returns a list containing the user ids corresponding to the users mentioned |
|
Get text content from PresentationML on incoming messages |