contacts.getContactFlagged
Description
Get the flagged status of a contact.
Parameters
contactID
number
Return value
flagged
boolean
Example
local flagged = contacts.getContactFlagged(1234)
print(flagged)
Comments
See also
contacts.setContactFlagged
Back
Generated on the 26 June 2024 at 22:01:27 (UK Time)