The encoding of the spacer type in the flex message object appears to be incorrect.
It seems necessary to add a model definition (such as in linebot/messaging_api/model_flex_spacer.go) and unmarshal logic in linebot/messaging_api/model_flex_component.go.
If this approach is acceptable, I would like to proceed with submitting a pull request. Please let me know if there are any concerns or suggestions for improvement.
Note: According to the FLEX MESSAGE SIMULATOR, "Spacer is no longer supported and will be removed in a future version." Are you planning to add definitions for spacer?
The encoding of the
spacer
type in the flex message object appears to be incorrect. It seems necessary to add a model definition (such as inlinebot/messaging_api/model_flex_spacer.go
) and unmarshal logic inlinebot/messaging_api/model_flex_component.go
. If this approach is acceptable, I would like to proceed with submitting a pull request. Please let me know if there are any concerns or suggestions for improvement. Note: According to the FLEX MESSAGE SIMULATOR, "Spacer is no longer supported and will be removed in a future version." Are you planning to add definitions forspacer
?System Informations
Expected Behavior
Current Behavior
Steps to Reproduce