InputStoryContentPhoto constructor

const InputStoryContentPhoto({
  1. required InputFile photo,
  2. required List<int> addedStickerFileIds,
})

A photo story

Implementation

const InputStoryContentPhoto({
  required this.photo,
  required this.addedStickerFileIds,
});