Types.Message.channelId - shysolocup/noscord.js GitHub Wiki

id for the channel the message was sent in
type: String

client.on("send", (ctx) => {
    ctx.channelId;
});


⚠️ **GitHub.com Fallback** ⚠️