docs: add missing Dice documentation

pull/272/head
Demian 4 years ago
parent 525f94ff6a
commit b9c6649091

@ -211,6 +211,8 @@ type Venue struct {
FoursquareType string `json:"foursquare_type,omitempty"`
}
// Dice object represents a dice with a random value
// from 1 to 6 for currently supported base emoji.
type Dice struct {
Type DiceType `json:"emoji"`
Value int `json:"value"`

Loading…
Cancel
Save