*이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면 여기를 클릭하세요.

GroupShout

중요한 그룹 업데이트나 다른 정보를 보관할 수 있는 그룹의 단일 상태 게시물.

특성

pathstring

그룹 소리의 리소스 샤우트.

형식: groups/{group_id}/shout.

createTimestring
출력 전용

그룹 소리가 만들어진 타임스탬프. 이 문자열은 Timestamp 형식으로 지정됩니다.

updateTimestring
출력 전용

그룹 외침이 마지막으로 업데이트된 시간戳. 이 문자열은 Timestamp 형식으로 지정됩니다.

contentstring

소리 콘텐츠.

최대 한도는 255자입니다.

posterstring
출력 전용

그룹 소리의 포스터에 대한 리소스 샤우트.

그룹이 포기되었고, 소유자가 없으며, 결코 샤우트지르지 않았다면 이 필드는 반환되지 않습니다.

기본 URL

https://apis.roblox.com
GroupShout 리소스

{
"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"
}

GroupShout

Get Group Shout
베타

GET /cloud/v2/groups/{group_id}/shout

그룹 샤우트가져옵니다.

게스트가 그룹 샤우트볼 수 있으면 항상 검색할 수 있습니다.

게스트가 수행할 수 없는 경우, 그룹을 볼 수 있는 권한을 가진 멤버와 group:read범위가 함께 있는 그룹 샤우트읽을 수 있습니다.

요청경로 매개 변수
group_idstring
필수

그룹 ID.

GET /cloud/v2/groups/{group_id}/shout

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"
}