Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 408 Bytes

File metadata and controls

24 lines (18 loc) · 408 Bytes

Unifapi::TwitterTranslation

Properties

Name Type Description Notes
id String
language String
text String
raw Object [optional]

Example

require 'unifapi'

instance = Unifapi::TwitterTranslation.new(
  id: null,
  language: null,
  text: null,
  raw: null
)