You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Freelancer API Developers
This method returns the following fields:
id - message id
projectid -Project Id
fromusername - Username
fromuserid - Userid
datetime - Datetime
text - Text
new - If this message is new or not. new: 1. old: 0
attachmentlink - For further calls to retrieve this file, this URL
should be appended with the OAuth
The word "new" is used as an identifier in most modern programming
languages. I can't map this to a field in JAVA. Can this be changed to
"is_new" ?