getMentionedUserIdList

public List<String> getMentionedUserIdList()

Retrieves the list of users mentioned in @ messages. If @ is used for specific users, userIdList cannot be empty; if @ is used for everyone, userIdList should be NULL.

Return

The list of users mentioned in @ messages. If @ is used for specific users, userIdList cannot be empty; if @ is used for everyone, userIdList should be NULL.