Object with information related to a discord event.
flowchart LR
event[(event)]
id{{id}}
click id callback "Id of the event."
event --- id
name>name]
click name callback "Name of the event."
event --- name
description>description]
click description callback "Description of the event."
event --- description
start_time{{start_time}}
click start_time callback "Start time of the event"
event --- start_time
end_time{{end_time}}
click end_time callback "End time of the event"
event --- end_time
url>url]
click url callback "Url of the event."
event --- url
Id of the event.
Name of the event.
Description of the event.
Start time of the event
End time of the event
Url of the event.