mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
parent
e1c4f0f041
commit
8c338b49ba
|
@ -498,8 +498,8 @@ func (i *TextInputComponent) MarshalJSON() ([]byte, error) {
|
|||
type Msg struct {
|
||||
Type ComponentType `json:"type"`
|
||||
*text
|
||||
MinValues *int `json:"max_values,omitempty"`
|
||||
MaxValues *int `json:"min_values,omitempty"`
|
||||
MinValues *int `json:"min_values,omitempty"`
|
||||
MaxValues *int `json:"max_values,omitempty"`
|
||||
}
|
||||
|
||||
m := Msg{
|
||||
|
|
Loading…
Reference in a new issue