discordmodel

package
v0.0.0-...-ec3c541 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiscordUser

type DiscordUser struct {
	Id            string `json:"id"`
	Username      string `json:"username"`
	Avatar        string `json:"avatar"`
	Discriminator string `json:"discriminator"`
	Public_flags  int    `json:"public_flags"`
	Flags         int    `json:"flags"`
	Banner        string `json:"banner"`
	Banner_color  string `json:"banner_color"`
	Accent_color  string `json:"accent_color"`
	Locale        string `json:"locale"`
	Mfa_enabled   bool   `json:"mfa_enabled"`
	Premium_type  int    `json:"premium_type"`
	Email         string `json:"email"`
	Verified      bool   `json:"verified"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL