in Sources/Bridget/native.swift [1088:1106]
func comment(shortUrl: String, body: String) throws -> DiscussionServiceResponse
///
/// - Parameters:
/// - shortUrl:
/// - body:
/// - parentCommentId:
/// - Returns: DiscussionServiceResponse
/// - Throws:
func reply(shortUrl: String, body: String, parentCommentId: String) throws -> DiscussionServiceResponse
///
/// - Returns: DiscussionServiceResponse
/// - Throws:
func getUserProfile() throws -> DiscussionServiceResponse
}
open class DiscussionClient : TClient /* , Discussion */ {