Zernio::CommentAutomationFollowGate
| Name |
Type |
Description |
Notes |
| message |
String |
Confirmation DM sent when whenUnknown=verify. |
[optional] |
| button_label |
String |
Confirm button label. Defaults to "I'm following". |
[optional] |
| not_following_message |
String |
Sent to a commenter we know does not follow (followerStatus=follower). Omit to stay silent on a keyword comment; a confirm tap always gets an answer. |
[optional] |
require 'zernio-sdk'
instance = Zernio::CommentAutomationFollowGate.new(
message: null,
button_label: null,
not_following_message: null
)