We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ff686 commit 6c1a00aCopy full SHA for 6c1a00a
pkg/components/cta_message.go
@@ -87,8 +87,7 @@ func (message *CtaMessage) SetAction(params CtaMessageActionParams) {
87
88
// CtaMessageParams represents the parameters for creating a cta message.
89
type CtaMessageParams struct {
90
- BodyText string `validate:"required"`
91
- Footer *string `validate:"required"`
+ BodyText string `validate:"required"`
92
}
93
94
// CtaMessageApiPayload represents the API payload for a cta message.
0 commit comments