2 cores x86/x86_64 Processor (Intel or AMD CPU)
Microsoft Windows 7 and above (Not recommended to run on Server/Enterprise)
Latest Windows DirectX 11 / Graphics driver with OpenGL 2.0
Hardware Virtualization Technology (Intel VT-x/AMD-V) shall be enabled in BIOS
2GB of RAM (4GB for x64 system)
5GB of hard disk free space
dp.onChatMemberUpdate(
filters.chatMember('joined'),
async (upd: ChatMemberUpdate) => {
await upd.chat.sendText(`${upd.user.mention()}, welcome to the chat!`)
}
)