Пример #1
0
func DMTweet(str string, api *anaconda.TwitterApi) {
	api.PostDMToUserId(str, 119667108)
}