The OpenD Programming Language

SendingUser

A SendingUser is a special DiscordUser type that just represents the person who sent the message.

It exists so you can use it in a function parameter list that is auto-mapped to a message handler.

class SendingUser : DiscordUser {}

Meta