Skip to content

Commit

Permalink
fix(official): add field value for self menu type ButtonItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jun 4, 2024
1 parent c2f054a commit 3d39308
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type SelfButton struct {
Type string `json:"type"`
Name string `json:"name"`
Key string `json:"key"`
Value string `json:"value,omitempty"`
SubButtons *SubButton `json:"sub_button"`
}

Expand Down

0 comments on commit 3d39308

Please sign in to comment.