<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Messages",
  "identifier" : "/documentation/Messages/MSSticker",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Messages"
    ],
    "preciseIdentifier" : "c:objc(cs)MSSticker"
  },
  "title" : "MSSticker"
}
-->

# MSSticker

A sticker that can be sent as a new message or attached to an existing balloon in the Messages app’s  transcript.

```
class MSSticker
```

## Topics

### Creating Stickers

[`init(contentsOfFileURL:localizedDescription:)`](/documentation/Messages/MSSticker/init(contentsOfFileURL:localizedDescription:))

Initializes a sticker with the contents of the URL and the localized description.

### Reading Sticker Data

[`imageFileURL`](/documentation/Messages/MSSticker/imageFileURL)

The file URL of the image displayed by the sticker.

[`localizedDescription`](/documentation/Messages/MSSticker/localizedDescription)

The sticker’s localized description.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)