Fixing weird types in Entities
Created by: ZaptoInc
Summary
Fixes some weird types in entities to fit Discord's documentation.
Changes proposed
- Changing Entities.DiscordChannel.LastMessageId from
ulong
with default value of0
toulong?
without default value - Changing Entities.DiscordChannel.Bitrate from
int
toint?
- Changing Entities.DiscordChannel.UserLimit from
int
toint?
- Removing default value from Entities.DiscordChannel.Topic
Notes
Yes i've failed my branch name.
I will look to see if there's more problems.