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 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,