MessagesGetFeaturedStickers constructor

const MessagesGetFeaturedStickers({
  1. required int hash,
})

Messages Get Featured Stickers constructor.

Implementation

const MessagesGetFeaturedStickers({
  required this.hash,
}) : super._();