Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 457 Bytes

File metadata and controls

22 lines (16 loc) · 457 Bytes

Zernio::CreateDiscordScheduledEventRequestEntityOneOf1

Properties

Name Type Description Notes
type String
channel_id String Voice channel snowflake.
ends_at Time [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateDiscordScheduledEventRequestEntityOneOf1.new(
  type: null,
  channel_id: null,
  ends_at: null
)