public static string Quote(ThreadPostMetadata post) { return(ThreadReplyTask.Quote(post)); }
public static Uri Edit(ThreadPostMetadata post, string text) { return(ThreadReplyTask.Edit(post, text)); }
public static Uri Reply(ThreadMetadata data, string message) { return(ThreadReplyTask.Reply(data, message)); }
public static string FetchEditText(ThreadPostMetadata post) { return(ThreadReplyTask.FetchEditText(post)); }