Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 409 Bytes

File metadata and controls

20 lines (14 loc) · 409 Bytes

Zernio::EditPostRequest

Properties

Name Type Description Notes
platform String The platform to edit the post on. Currently only twitter is supported.
content String The new tweet text content

Example

require 'zernio-sdk'

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