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