Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 604 Bytes

File metadata and controls

24 lines (18 loc) · 604 Bytes

Zernio::ReplyToMentionRequest

Properties

Name Type Description Notes
account_id String The Instagram social account ID
media_id String The ID of the media the account was mentioned in
comment_id String The mentioning comment's ID. Omit for a caption mention. [optional]
message String The reply text

Example

require 'zernio-sdk'

instance = Zernio::ReplyToMentionRequest.new(
  account_id: null,
  media_id: null,
  comment_id: null,
  message: null
)