Skip to content

Commit

Permalink
remove unsupported field Placeholder from Datetimepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
hussachai committed Dec 21, 2022
1 parent 914e9aa commit 68bc30c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block_element.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ func NewTimePickerBlockElement(actionID string) *TimePickerBlockElement {
type DateTimePickerBlockElement struct {
Type MessageElementType `json:"type"`
ActionID string `json:"action_id,omitempty"`
Placeholder *TextBlockObject `json:"placeholder,omitempty"`
InitialDateTime int64 `json:"initial_date_time,omitempty"`
Confirm *ConfirmationBlockObject `json:"confirm,omitempty"`
}
Expand Down

0 comments on commit 68bc30c

Please sign in to comment.