CREATE a status message by user id.
CREATE a status message by username.
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
UserId |
int? |
Either the UserId or Username is required. |
否 |
||
|
Username |
string |
Either the UserId or Username is required. |
否 |
||
|
MessageBody |
string |
The text of the message. |
是 |
||
|
GroupId |
int? |
Optional group to post the message. |
否 |
||
|
AttachedUrl |
string |
Optional URL to attach to the message. |
否 |