특정채널에만 create announcement를 하려고 하는데 super group channel일시에는 target_channels가 동작하지 않습니다

[Problem/Question]
일반 group channel에서는 target_channels에 한개의 채널url을 입력시에
target channel count 1가 정상적으로 내려오고 channel에 노출되는것도 확인됐지만,

supergroup channel에서 target_channels에 한개의 채널url을 입력시에 create announcement할시에는 target channel count가 0으로 내려오고 공지메시지도 채팅방에 노출되지 않습니다.
sendbird dashboard내 목록에는 노출됩니다


[Reproduction Steps]

curl --location ‘https://api-2A2F3010-F289-42A3-8A1B-CAA9079F4D14.sendbird.com/v3/announcements
–header ‘Content-Type: application/json’
–header ‘Api-Token: {api token}’
–data '{

"announcement_group": "2408081-group-id",
"message": {
    "type": "MESG",
    "custom_type": "1227",
    "user_id": "2311535714728153088",
    "content": "20240801 announcements 테스트 메시지 (특정 채널)"
},
"enable_push": true,
"target_at": "target_channels",
"target_list": ["cbbfb0baffcd7a4ded0063d2ec5c1170e58152bc"],
"target_channel_type": "all"   

}’