예제 #1
0
파일: main.go 프로젝트: 2opremio/arriba
func (c channel) getHistory(rtm *slack.RTM, params slack.HistoryParameters) (*slack.History, error) {
	return rtm.GetChannelHistory(c.getID(), params)
}