Export type fields.

This commit is contained in:
SeanOMik 2020-06-18 17:48:48 -05:00
parent 05d44e314b
commit ddfa53805a
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
1 changed files with 7 additions and 7 deletions

View File

@ -29,15 +29,15 @@ type
partyID*: string
MessageApplication* = ref object of DiscordObject
coverImage: string
description: string
icon: string
name: string
coverImage*: string
description*: string
icon*: string
name*: string
MessageReference* = ref object
messageID: snowflake
channelID: snowflake
guildID: snowflake
messageID*: snowflake
channelID*: snowflake
guildID*: snowflake
MessageFlags* = enum
msgFlagCrossposted = 0,