TerraOceanPlugin/GoBot/common/vote.go

7 lines
70 B
Go

2019-10-12 08:07:10 +07:00
package common
type VoteChoice struct {
UserID string
Value int
}