MessagesFeaturedStickersNotModified constructor

const MessagesFeaturedStickersNotModified({
  1. required int count,
})

Messages Featured Stickers Not Modified constructor.

Implementation

const MessagesFeaturedStickersNotModified({
  required this.count,
}) : super._();