Skip to content

Commit

Permalink
MessageCardConfig 增加 UpdateMulti 属性
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Nov 27, 2021
1 parent f155674 commit 8e772c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/message_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ func (m *MessageCardAction) MarshalJSON() ([]byte, error) {

type MessageCardConfig struct {
EnableForward *bool `json:"enable_forward,omitempty"`
UpdateMulti *bool `json:"update_multi,omitempty"`
WideScreenMode *bool `json:"wide_screen_mode,omitempty"`
}

Expand Down

0 comments on commit 8e772c1

Please sign in to comment.