Skip to main content
interface RawChannelMessagesParams
import { type RawChannelMessagesParams } from "https://deno.land/x/denord@0.1.0/raw/RawChannelMessagesParams.ts";

Properties

optional
around: MessageId

get messages around this message ID DEFAULT: absent

optional
before: MessageId

get messages before this message ID DEFAULT: absent

optional
after: MessageId

get messages after this message ID DEFAULT: absent

optional
limit: integer

max number of messages to return (1-100) DEFAULT: 50