abstract sclass GazelleAutoBot { // return string (text) or createPost abstract O calc(); long postID; S post; // text of post we are replying to S postType; // type of post we are replying to O createPost(O... _) { ret dm_call(dm_current_generic(), "createPost", _); } bool runOnAutoBotPost() { false; } }