The Messenger::CustomEmoticons property returns a list of all the custom emoticons associated with the current user's account.
This is a read-only property. [object] CustomEmoticons;
An Emoticons object that can be iterated to get Emoticon objects. See Emoticons' Iterator for an example of use.
This property typically fails for the following reason:
The Emoticons object returned by this property is a snapshot of the custom emoticons list of the current user at the time of the call. Future modifications to the user's emoticons list won't be reflected in the object (the property will need to be called again to generate a new object containing a new snapshot). This means that you should not store the object for later use except if you're expecting the list to be identical and not necessarily up to date.
Object | Messenger |
---|---|
Availability | Messenger Plus! Live 4.10 |