Skip to content

Releases: xNewz/one-chat-api

OneChat API v0.2.15

04 Nov 09:35
Compare
Choose a tag to compare

Update

  • format JSON response output with indentation

OneChat API v0.2.13

25 Oct 06:15
Compare
Choose a tag to compare

Features

  • Send WebView: Send a webview to users for interactive content.
image

OneChat API v0.2.12

25 Oct 04:42
Compare
Choose a tag to compare

Features

  • Send Files: Added support for sending files via form-data to allow seamless file transfers to users.

Tip

You can now send images using the send_file function, making it easier to share media files with your users!

image

OneChat API v0.2.10

25 Oct 03:07
Compare
Choose a tag to compare

Features

  • Fetch Friends and Groups: Retrieve the complete list of friends and groups for a bot.
  • List All Friends: Get a list of all friends associated with the bot.
  • List Friend IDs: Retrieve the One IDs of all friends for easy identification.
  • List All Groups: Get a list of all groups associated with the bot.
  • List Group IDs: Retrieve the IDs of all groups for further actions.

Important

In this version, function names have been improved for consistency and better readability.

OneChat API v0.2.8

09 Oct 04:04
Compare
Choose a tag to compare

Features

  • Send Messages: Send messages to individual users or groups.
  • Broadcast Messages: Send messages to multiple recipients at once.
  • Send Locations: Share geographical locations with users.
  • Send Stickers: Send sticker messages to users.
  • Get Friends and Groups: Get a list of friends and groups.
  • Get All Friends: Get a list of all friends.
  • Get One ID of Friend: Get the One ID of a friend.
  • Get All Groups: Get a list of all groups.
  • Get Group ID of Group: Get the group ID of a group.