Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 372 Bytes

File metadata and controls

20 lines (14 loc) · 372 Bytes

Zernio::CreateDiscordThread200ResponseData

Properties

Name Type Description Notes
id String Thread snowflake ID [optional]
name String [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateDiscordThread200ResponseData.new(
  id: null,
  name: null
)