subList

open fun subList(fromId: Snowflake? = null, toId: Snowflake? = null, toInclusive: Boolean = false): MessageList(source)
open fun subList(fromDate: Instant? = null, toDate: Instant? = null, toInclusive: Boolean = false): MessageList(source)