context.messaging.setScheduleメソッド.options.messageパラメータ

context.messaging.setScheduleメソッド.options.messageパラメータ messageパラメータには scheduled, replyの2つのパラメータが指定可能です。

 message: {
   scheduled: JSON.stringify({
     type: 'text',
     text: '30分の時報です!',
   }),
   reply: JSON.stringify({
     type: 'text',
     text: '返信です!',
   }),
 },


Copyright © 2021-2025 GO-E-MON Project.