فهرست منبع

Merge pull request #3476 from weseek/imprv/gw5282-add-one-button

Imprv/gw5282 add one button
Yuki Takei 5 سال پیش
والد
کامیت
9d9f34693e
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      src/server/service/bolt.js

+ 8 - 0
src/server/service/bolt.js

@@ -236,6 +236,14 @@ class BoltService {
           {
           {
             type: 'actions',
             type: 'actions',
             elements: [
             elements: [
+              {
+                type: 'button',
+                text: {
+                  type: 'plain_text',
+                  text: 'Next',
+                },
+                action_id: 'showNextResults',
+              },
               {
               {
                 type: 'button',
                 type: 'button',
                 text: {
                 text: {