Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 466 Bytes

File metadata and controls

22 lines (16 loc) · 466 Bytes

Zernio::EditInboxCommentRequest

Properties

Name Type Description Notes
account_id String The social account ID
platform String Only Reddit supports editing a comment
content String The new comment body

Example

require 'zernio-sdk'

instance = Zernio::EditInboxCommentRequest.new(
  account_id: null,
  platform: null,
  content: null
)