@wppconnect/wa-js - v3.17.0
    Preparing search index...

    Function getPlatformFromMessage

    • Get the platform message from message ID

      The platform can be:

      • android
      • iphone
      • web
      • unknown

      Parameters

      Returns "unknown" | "android" | "iphone" | "web"

      // to get platform from a message
      const platform = WPP.chat.getPlatformFromMessage('[message_id]');