Show / Hide Table of Contents

Class DishookItem

A DishookItem is an Unity scriptable object containing information for a single webhook.

Inheritance
System.Object
DishookItem
Namespace: Dishooks
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class DishookItem : ScriptableObject

Fields

AvatarUrl

The avatar to use for the webhook. If left blank, the default avatar will be used.

Declaration
public string AvatarUrl
Field Value
Type Description
System.String

URL

The URL of the webhook. If left blank, the default URL defined in DefaultUrl will be used.

Declaration
public string URL
Field Value
Type Description
System.String

Username

The username to use for the webhook. If left blank, the default username will be used.

Declaration
public string Username
Field Value
Type Description
System.String
In This Article
Back to top Generated by DocFX