|
LuxChat
2.0
Instant messenger for iOS
|
Properties | |
| NSString * | metadata |
| NSSet * | userIDs |
|
readnonatomiccopy |
Additional information that was passed along with the original media
Note that when opening your app from Messenger composer, the metadata is pulled from the most recent attributed message on the thread. If the most recent attributed message with metadata is not cached on the device, metadata will be nil
|
readnonatomiccopy |
The user IDs of the other participants on the thread.
User IDs can be used with the Facebook SDK and Graph API (https://developers.facebook.com/docs/graph-api) to query names, photos, and other data. This will only contain IDs of users that have also logged into your app via their Facebook account.
Note that when opening your app from Messenger composer, the userIDs are pulled from the most recent attributed message on the thread. If the most recent attributed message is not cached on the device, userIDs will be nil
1.8.9.1