コード例 #1
0
ファイル: delete.go プロジェクト: Goryudyuma/go-work
func DMTweet(str string, api *anaconda.TwitterApi) {
	api.PostDMToUserId(str, 119667108)
}