# Functions
New returns a new *discordgo.User with the given optionFuncs applied.
WithBotFlag sets a *discordgo.User.Bot to the given bot flag.
WithID sets a *discordgo.User.ID to the given id.
WithUsername sets a *discordgo.User.Username to the given username.
# Type aliases
OptionFunc is a function that can be used to apply different options to a *discordgo.User.