We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce60666 commit 6ea167dCopy full SHA for 6ea167d
guild.go
@@ -0,0 +1,7 @@
1
+package tempest
2
+
3
+// https://discord.com/developers/docs/resources/guild#unavailable-guild-object
4
+type UnavailableGuild struct {
5
+ ID Snowflake `json:"id"`
6
+ Unavailable bool `json:"unavailable"`
7
+}
0 commit comments