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