MessagesGetAllStickers constructor

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

Messages Get All Stickers constructor.

Implementation

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