Interface MessengerMediaDataMessage

    • Method Detail

      • getFilename

        java.lang.String getFilename()
        The filename of the media. Including the filename extension.
        Returns:
        the filename of the media including the extension
        Since:
        12.20
      • getContentType

        java.lang.String getContentType()
        The content type of the media.
        Returns:
        the content type of the media
        Since:
        12.20
      • getData

        byte[] getData()
        The content data of the media in byte format.
        Returns:
        the content data of the media in byte format
        Since:
        12.20