MessageSticker constructor

const MessageSticker({
  1. required Sticker sticker,
  2. required bool isPremium,
})

A sticker message

Implementation

const MessageSticker({
  required this.sticker,
  required this.isPremium,
});