ShareToMessengerParams

Parameters to pass to shareMediaToMessenger() method.

  • 5.4.0
  • 5.4.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ShareToMessengerParams
: Titanium.Blob
Media to send with the messenger. ...

Media to send with the messenger. Allowed media are images, GIF's and videos represented as Blobs.

ShareToMessengerParams
: String
Pass additional information to be sent to Messenger which is sent back to the user's app when they reply to an attrib...

Pass additional information to be sent to Messenger which is sent back to the user's app when they reply to an attributed message.

ShareToMessengerParams
: Boolean
Optional property describing whether the content should be rendered like a sticker. ...

Optional property describing whether the content should be rendered like a sticker.

Setting this property informs Messenger that the media content should be rendered as a sticker. This option is only used for static images.

Default: false