コード例 #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)
}