public AttachedStickersViewModel(IMTProtoService protoService, ICacheService cacheService, ITelegramEventAggregator aggregator, IStickersService stickersService, DialogStickersViewModel stickers) : base(protoService, cacheService, aggregator) { _stickersService = stickersService; _stickers = stickers; Items = new ObservableCollection <TLStickerSetMultiCovered>(); }
public StickerSetViewModel(IMTProtoService protoService, ICacheService cacheService, ITelegramEventAggregator aggregator, IStickersService stickersService, DialogStickersViewModel stickers) : base(protoService, cacheService, aggregator) { _stickersService = stickersService; _stickers = stickers; Items = new ObservableCollection <TLMessagesStickerSet>(); }