Releases: Mengkodingan/ckptw
Releases · Mengkodingan/ckptw
v4.4.8
v4.4.6
changes
- add middleware system (see #middleware).
- add
ctx.core
- add
ctx.bot
- add
ctx.used
- add
ctx.me
- add
ctx.group().getMetadata(key: keyof GroupMetadata)
. - add
ctx.group().name()
- add
ctx.group().description()
- add
ctx.group().owner()
- add
ctx.group().isAdmin(jid: string)
- add
ctx.group().isSenderAdmin()
- add
ctx.group().isBotAdmin()
v4.4.4
changes
- adding
ctx.decodeJid
- adding
bot.decodeJid
- adding
decodedJid
anddecodedSender
to collector collections. collector.stop
function can accept any argument (previously only strings).- fix error when sending a media message while
autoMention
is enabled.
v4.4.0
changes
- can define a custom auth adapter for storing the bot state. See #custom-auth-adapter.
v4.3.8
v4.3.6
changes
- add
autoMention
option in client (see #auto-mention) - add
ctx.msg.media.toBuffer()
(see #downloading-media) - add
ctx.msg.media.toStream()
(see #downloading-media) - add
ctx.quoted.media.toBuffer()
(see #downloading-media) - add
ctx.quoted.media.toStream()
(see #downloading-media)
v4.3.4
v4.3.3
changes
- add
ctx.prepareWAMessageMedia
. - add Carousel Builder.
- add
setURL
method in Button Builder (fixescta_url
button not working properly).
v4.3.0
changes
- add
ctx.quoted
- add
ctx.getContentType(content: WAProto.IMessage | undefined)
- add
ctx.downloadContentFromMessage(downloadable: DownloadableMessage, type: MediaType, opts?: MediaDownloadOptions)
- add
ctx._self.proto
(Baileys proto) - Button Builder re-implementation (see #button)
- Sections Builder re-implementation (see #sections)
- add
ctx.sendInteractiveMessage(jid: string, content: IInteractiveMessageContent, options: MessageGenerationOptionsFromContent | {} = {})
- add
ctx.replyInteractiveMessage(content: IInteractiveMessageContent, options: MessageGenerationOptionsFromContent | {} = {})