InputStoryContentPhoto constructor

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

Implementation

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