Kuba_Z2

Results 31 comments of Kuba_Z2

I don't know what action it should be, I have only found one entry with `action_type` set to `null`, however there is `options.count` field present, so it should be one...

Yes, I copied the example, so the id should be correct. The id was created 6 days before I created the issue, so it seems to be correct.

What about using the `see` tag to mention events from `GatewayClient` instead of using the Discord raw event names?

I would remove the polls intents from this pr and move them to https://github.com/KubaZ2/NetCord/pull/18.

NetCord doesn't use `required` keyword anywhere currently. It would be nice not to break the rule. I would make constructors with required/common values instead. Also I don't think making a...

Why is the AnwerId an uint now? Isn't it better to make it a signed integer? I personally would use unsigned types everywhere, but since .NET BCL doesn't use them...

`MessagePollAnswerCount.Count`

> Because count can never be negative, also we use ulong for IDs Snowflakes are documented as e.g. a uint64 and using the unsigned type makes the lib work longer....

> I do not think this is a concern however, NetCord is unlikely to be ported to another language. But if int is used throughout the project for count, then...