ChatMe
  • Introduction
  • ChatMe Web Interface
    • Get Started
    • Dashboard
    • Direct Messages
    • Groups & Channels
    • User Account
    • ChatBot
  • Dev Documentation
    • Overview
    • Get Started
    • Direct Messages
      • Read direct messages
      • Send direct messages
    • Groups & Channels
      • Get groups & channels
      • Manage groups & channels
      • Read group/channel messages
      • Send group/channel message
    • User Account
      • Get user account info
      • Update user account
    • Frontend Widgets
    • ChatBot Development
  • Network Info
  • Roadmap
  • Use Cases & Benefits
  • External Links
Powered by GitBook
On this page
  1. Dev Documentation

Get Started

Integrate ChatMe functionality into your project.

You can integrate our features into your NEAR project by follow simple instructions with pre-build components or call smart-contract directly to send private messages, create your public/private chats and channels.

All write operations handle by smart-contract calls:

  • Send direct message.

  • Create and manage groups and channels.

  • Send message to group/channel.

  • Send report about spam in direct message.

  • Send report about spam in group message.

  • Update user (any NEAR Address) account level.

Read operations is split between smart-contract and the graph indexer.

  • Get list of all user private conversations.

  • Get list of all user chats and channels.

  • Get direct messages for user conversation.

  • Get chat/channel messages.

  • Get list of user groups (where user joined).

  • Get list of owner groups (owned by user).

  • Get user account information.

  • Get group/channel information.

  • Get list of all public groups/channels.

PreviousOverviewNextDirect Messages

Last updated 2 years ago