Export type fields.
This commit is contained in:
parent
05d44e314b
commit
ddfa53805a
|
@ -29,15 +29,15 @@ type
|
||||||
partyID*: string
|
partyID*: string
|
||||||
|
|
||||||
MessageApplication* = ref object of DiscordObject
|
MessageApplication* = ref object of DiscordObject
|
||||||
coverImage: string
|
coverImage*: string
|
||||||
description: string
|
description*: string
|
||||||
icon: string
|
icon*: string
|
||||||
name: string
|
name*: string
|
||||||
|
|
||||||
MessageReference* = ref object
|
MessageReference* = ref object
|
||||||
messageID: snowflake
|
messageID*: snowflake
|
||||||
channelID: snowflake
|
channelID*: snowflake
|
||||||
guildID: snowflake
|
guildID*: snowflake
|
||||||
|
|
||||||
MessageFlags* = enum
|
MessageFlags* = enum
|
||||||
msgFlagCrossposted = 0,
|
msgFlagCrossposted = 0,
|
||||||
|
|
Reference in New Issue