MessagesStickers constructor

const MessagesStickers({
  1. required int hash,
  2. required List<DocumentBase> stickers,
})

Messages Stickers constructor.

Implementation

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