MessagesStickers constructor
const
MessagesStickers({
- required int hash,
- required List<
DocumentBase> stickers,
Messages Stickers constructor.
Implementation
const MessagesStickers({required this.hash, required this.stickers})
: super._();