Shop FB

by Drizz Dimzz
18 Raw
New Fitur nih yang mawu

case "shopfb":
      {
        const interactiveMessage = proto.Message.InteractiveMessage.fromObject({
          header: {
            title: "Jembut😂",
            subtitle: "Jebeh Jebeh 🫩",
            hasMediaAttachment: false,
          },
          body: {
            text: "Aduh Kids, Pasti Dari Murbug Jebeh Ingyah 😂",
          },
          footer: {
            text: "Hams Bro🍌",
          },
          shopStorefrontMessage: {
            id: "share/1BT4PTm8Vv/",
            surface: proto.Message.InteractiveMessage.ShopMessage.Surface.FB,
          },
        });
        const msg = baileys.generateWAMessageFromContent(
          "6282117696469@s.whatsapp.net",
          {
            viewOnceMessage: {
              message: {
                interactiveMessage,
              },
            },
          },
          {},
        );
        await DimzBot.relayMessage(msg.key.remoteJid, msg.message, {
          messageId: msg.key.id,
        });
      }
      break;