Roxy

Command Handler Abstraction for Whatsapp Bot

GPL-3.0 License

Stars
17
Committers
2

Bot releases are hidden (Show)

Roxy - v1.2.0 Latest Release

Published by itzngga 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/itzngga/Roxy/compare/v1.0.3...v1.2.0

Roxy - Release v1.0.3

Published by itzngga about 1 year ago

Version 1.0.3

Significantly update, RunFunc with Context pattern also with Question State support, and History Sync Chats.

Changes

  • Remove unused & deprecated codes in utilities
    • button functions
    • template functions
    • listMessage functions
    • id state on muxer
    • help generator because use of button
  • Move utilities to RunFuncContext
    • download media
    • upload media
    • send message/reply message
    • client, events, and message info's
    • change ffmpeg pipeline to exec pipeline
  • New User Question State
    • SetQuestion pointer to string
    • CaptureQuestion pointer to message object
    • CaptureMediaQuestion pointer to message object media
  • History Sync Chats
    • Find Chats is Now Supported
    • Get Saved Chats is Now Supported
    • Upsert Chats when New Message is Added
  • New Context Functions
    • Access to Built-In Functions is Now Supported

What's Changed

Full Changelog: https://github.com/itzngga/Roxy/commits/v1.0.3