CREATE a reply to a status message by user id.
CREATE a reply to a status message by username.
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
ParentMessageId |
string |
Parent Message Id |
是 |
||
|
AuthorId |
int? |
Either AuthorId or AuthorName is required. |
否 |
||
|
AuthorName |
string |
Either AuthorId or AuthorName is required. |
否 |
||
|
MessageBody |
string |
Message Body |
是 |