Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 496 Bytes

File metadata and controls

22 lines (16 loc) · 496 Bytes

Zernio::DiscordPlatformDataEmbedsInnerFieldsInner

Properties

Name Type Description Notes
name String Field name (max 256 chars)
value String Field value (max 1,024 chars)
inline Boolean Display fields side-by-side [optional]

Example

require 'zernio-sdk'

instance = Zernio::DiscordPlatformDataEmbedsInnerFieldsInner.new(
  name: null,
  value: null,
  inline: null
)