Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 725 Bytes

File metadata and controls

22 lines (16 loc) · 725 Bytes

Zernio::CommentAutomationFollowGate

Properties

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]

Example

require 'zernio-sdk'

instance = Zernio::CommentAutomationFollowGate.new(
  message: null,
  button_label: null,
  not_following_message: null
)