前提・実現したいこと
Go言語にて
json.RawMessage ([]byte型) で保持しているjsonデータが
line-bot-sdk-go/v7 で提供されている
linebot.SendingMessage
interfaceを実装しているいずれかのstructと一致...
- 0
- 3
- 756
Active since : 2022/01/12
Latest update : 4 months ago *Updated when questions, answers, or My Page information are updated.
User scores : 0*User scores determine the user ranking order.
Go言語にて
json.RawMessage ([]byte型) で保持しているjsonデータが
line-bot-sdk-go/v7 で提供されている
linebot.SendingMessage
interfaceを実装しているいずれかのstructと一致...