Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 800 Bytes

File metadata and controls

22 lines (16 loc) · 800 Bytes

Zernio::UpdateDiscordSettingsRequest

Properties

Name Type Description Notes
webhook_username String Custom display name for the webhook (1-80 chars). Empty string resets to default ("Zernio"). Cannot contain "clyde" or "discord". [optional]
webhook_avatar_url String Custom avatar URL. Empty string resets to default bot avatar. [optional]
channel_id String Switch to a different channel in the same guild. Must be a text (0), announcement (5), or forum (15) channel. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateDiscordSettingsRequest.new(
  webhook_username: null,
  webhook_avatar_url: null,
  channel_id: null
)