群组群组广播的资源路径。
格式:groups/{group_id}/shout.
*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处。
一个可以容纳重要群组更新或其他信息的群组上的单个状态帖子。
https://apis.roblox.com
{
"path": "groups/123/shout",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"content": "This is the group shout content to share with everyone.",
"poster": "users/21557"
}
获取群组群组广播。
如果访客可以查看群组群组广播,这是总是可以恢复的。
如果访客无法,那么拥有查看群群组广播的权限并且具有 group:read 范围的成员将能够阅读群组的喊群组广播。
群组ID。.
curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group_id}/shout' \
-H 'x-api-key: {your-api-key}'
{
"path": "groups/123/shout",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"content": "This is the group shout content to share with everyone.",
"poster": "users/21557"
}