- Preparing search index...
- The search index is not available
solapi
Type alias RcsOptionRequest
Rcs
Option
Request
: { additionalBody
?: AdditionalBody; brandId
: string; buttons
: RcsButton[]; commercialType
?: boolean; copyAllowed
?: boolean; disableSms
?: boolean; mmsType
?: "M3" | "S3" | "M4" | "S4" | "M5" | "S5" | "M6" | "S6"; templateId
?: string; variables
?: Record<string, string>; }
Type declaration
-
-
brandId: string
-
-
Optional
commercialType?: boolean
-
Optional
copyAllowed?: boolean
-
Optional
disableSms?: boolean
-
Optional
mmsType?: "M3" | "S3" | "M4" | "S4" | "M5" | "S5" | "M6" | "S6"
-
Optional
templateId?: string
-
Optional
variables?: Record<string, string>