Skip to content

Added new methods

Compare
Choose a tag to compare
@Amele9 Amele9 released this 19 Nov 11:20
· 27 commits to master since this release
9fc973c

Fixes

  • Fixed workflows
  • Fixed UploadFile method logging

Enhancements

  • Updated docs
  • Updated examples
  • Updated tests

Features

  • Added Python 3.12 support
  • Added GetWaSettings method (thanks to @andreyMalyshkin)

Example:

greenAPI.sending.getWaSettings()
  • Added SendPoll method (thanks to @Jibek100)

Example:

greenAPI.sending.sendPoll(
    "[email protected]",
    "Please choose a color:",
    [
        {"optionName": "Red"},
        {"optionName": "Green"},
        {"optionName": "Blue"}
    ]
)