Skip to content

Commit

Permalink
Nothing important
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtinak committed Mar 4, 2019
1 parent 612aa61 commit 06a75e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InstagramApiSharp/API/Processors/IStoryProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface IStoryProcessor
Task<IResult<bool>> DeleteStoryAsync(string storyMediaId, InstaSharingType sharingType = InstaSharingType.Video);

/// <summary>
/// Follow countdown stories
/// Follow countdown story
/// </summary>
/// <param name="countdownId">Countdown id (<see cref="InstaStoryCountdownStickerItem.CountdownId"/>)</param>
Task<IResult<bool>> FollowCountdownStoryAsync(long countdownId);
Expand Down Expand Up @@ -196,7 +196,7 @@ Task<IResult<InstaStoryMedia>> ShareMediaAsStoryAsync(Action<InstaUploaderProgre
Task<IResult<bool>> ReplyToStoryAsync(string storyMediaId, long userId, string text);

/// <summary>
/// UnFollow countdown stories
/// UnFollow countdown story
/// </summary>
/// <param name="countdownId">Countdown id (<see cref="InstaStoryCountdownStickerItem.CountdownId"/>)</param>
Task<IResult<bool>> UnFollowCountdownStoryAsync(long countdownId);
Expand Down

0 comments on commit 06a75e5

Please sign in to comment.