画像1枚と一緒にツイート
string tweetWithMedia(Twitter tw, string msg, string imgFilePath) { return tw.callAPI!"statuses.updateWithMedia"(imgFilePath, ["status" : msg]); }
See Implementation
画像1枚と一緒にツイート