Variable groupMessageAddRequestSchemaConst
groupMessageAddRequestSchema: Struct<
{
messages: Array$<
Struct<
{
autoTypeDetect: optional<typeof Boolean$>;
country: optional<typeof String$>;
customFields: optional<Record$<typeof String$, typeof String$>>;
faxOptions: optional<Struct<{ fileIds: Array$<typeof String$> }>>;
from: optional<typeof String$>;
imageId: optional<typeof String$>;
kakaoOptions: optional<
Struct<
{
adFlag: optional<typeof Boolean$>;
bms: optional<Struct<{ targeting: ... }>>;
buttons: optional<Array$<Union<(...)>>>;
disableSms: optional<typeof Boolean$>;
imageId: optional<typeof String$>;
pfId: typeof String$;
templateId: optional<typeof String$>;
variables: optional<
transform<Record$<(...), (...)>, Record$<(...), (...)>>,
>;
},
>,
>;
naverOptions: optional<
Struct<
{
buttons: optional<Array$<Struct<(...)>>>;
disableSms: optional<typeof Boolean$>;
talkId: typeof String$;
templateId: typeof String$;
variables: optional<Record$<typeof String$, typeof String$>>;
},
>,
>;
rcsOptions: optional<
Struct<
{
additionalBody: optional<
Struct<
{ buttons: ...; description: ...; imaggeId: ...; title: ... },
>,
>;
brandId: typeof String$;
buttons: optional<Array$<Union<(...)>>>;
commercialType: optional<typeof Boolean$>;
copyAllowed: optional<typeof Boolean$>;
disableSms: optional<typeof Boolean$>;
mmsType: optional<
Literal<
[(...), (...), (...), (...), (...), (...), (...), (...)],
>,
>;
templateId: optional<typeof String$>;
variables: optional<Record$<typeof String$, typeof String$>>;
},
>,
>;
replacements: optional<Array$<Struct<{}>>>;
subject: optional<typeof String$>;
text: optional<typeof String$>;
to: Union<[typeof String$, Array$<typeof String$>]>;
type: optional<
Literal<
[
"SMS",
"LMS",
"MMS",
"ATA",
"CTA",
"CTI",
"NSA",
"RCS_SMS",
"RCS_LMS",
"RCS_MMS",
"RCS_TPL",
"RCS_ITPL",
"RCS_LTPL",
"FAX",
"VOICE",
"BMS_TEXT",
"BMS_IMAGE",
"BMS_WIDE",
"BMS_WIDE_ITEM_LIST",
"BMS_CAROUSEL_FEED",
],
>,
>;
voiceOptions: optional<
Struct<
{
counselorNumber: optional<typeof String$>;
headerMessage: optional<typeof String$>;
replyRange: optional<
Literal<
[(...), (...), (...), (...), (...), (...), (...), (...), (...)],
>,
>;
tailMessage: optional<typeof String$>;
voiceType: Literal<["FEMALE", "MALE"]>;
},
>,
>;
},
>,
>;
},
> = ...
그룹 메시지 추가 요청