(channelId: string, limit = 50)
| 155 | } |
| 156 | |
| 157 | async fetchChannelHistory(channelId: string, limit = 50) { |
| 158 | return this.fetchHistory(buildChannelHistoryFilter(channelId, limit)); |
| 159 | } |
| 160 | |
| 161 | async fetchChannelHistoryBefore( |
| 162 | channelId: string, |
nothing calls this directly
no test coverage detected