前提・実現したいこと
Go言語にて
json.RawMessage ([]byte型) で保持しているjsonデータが
line-bot-sdk-go/v7 で提供されている
linebot.SendingMessage
interfaceを実装しているいずれかのstructと一致...
- 0
- 3
- 1196
Active since : 12/01/2022
Latest update : 7 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と一致...