MessageStickerResponse constructor

const MessageStickerResponse({
  1. required String id,
  2. required String name,
  3. required bool animated,
  4. bool? nsfw,
})

Implementation

const MessageStickerResponse({
  required this.id,
  required this.name,
  required this.animated,
  this.nsfw,
});