Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 633 Bytes

File metadata and controls

24 lines (18 loc) · 633 Bytes

MessenteApi::WhatsAppSticker

Properties

Name Type Description Notes
id String Unique identifier for the sticker file. [optional]
mime_type String MIME type of the sticker file. [optional]
animated Boolean Indicates whether the sticker is animated. [optional]
link String URL link to the sticker file. [optional]

Example

require 'messente_api'

instance = MessenteApi::WhatsAppSticker.new(
  id: 54321,
  mime_type: image/webp,
  animated: true,
  link: https://example.com/sticker.webp
)