예제 #1
0
        public async Task <bool> PostCommentReply(int parentID, string imageId, string text)
        {
            bool success = await CommentEndpoint.PostCommentReply(parentID, imageId, text, imgurHttp);

            return(success);
        }