Member.add_comment
Member.add_comment(text) → self
Add a comment to a member's application.
Parameters:
text
: str
The text content of the comment. May be up to 2048 characters.
Returns:
self (a Member)
Last updated
Was this helpful?