statuses.updateWithMedia

画像1枚と一緒にツイート

struct statuses
static
updateWithMedia
(
X
)

Examples

string tweetWithMedia(Twitter tw, string msg, string imgFilePath)
{
    return tw.callAPI!"statuses.updateWithMedia"(imgFilePath, ["status" : msg]);
}

Meta