func reply()

in Sources/Bridget/native.swift [1097:1106]


  func reply(shortUrl: String, body: String, parentCommentId: String) throws -> DiscussionServiceResponse

  ///
  /// - Returns: DiscussionServiceResponse
  /// - Throws: 
  func getUserProfile() throws -> DiscussionServiceResponse

}

open class DiscussionClient : TClient /* , Discussion */ {