StickerAttachment constructor
const
StickerAttachment({})
Implementation
const StickerAttachment({
required this.url,
required this.code,
required this.width,
required this.height,
}) : super(type: 'sticker');