---
title: MSSticker
framework: messages
role: symbol
role_heading: Class
path: messages/mssticker
---

# MSSticker

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

## Declaration

```swift
class MSSticker
```

## Mentioned in

Adding Sticker packs and iMessage apps to the system Stickers app, Messages camera, and FaceTime

## Topics

### Creating Stickers

- [init(contentsOfFileURL:localizedDescription:)](messages/mssticker/init(contentsoffileurl:localizeddescription:).md)

### Reading Sticker Data

- [imageFileURL](messages/mssticker/imagefileurl.md)
- [localizedDescription](messages/mssticker/localizeddescription.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Message content

- [MSConversation](messages/msconversation.md)
