/
/bertymessenger.proto
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 2mo ago
MessengerService7
  • postDevShareInstanceBertyID shares your Berty ID on a dev channel. TODO: remove for public.
  • postInstanceShareableBertyID returns a Berty ID that can be shared as a string, QR code or deep link.
  • postParseDeepLink parses a link in the form of berty://xxx or https://berty.tech/id# and returns a structure that can be used to display information. This action is read-only.
  • postSendAck sends an acknowledge payload for given message id
  • postSendContactRequest takes the payload received from ParseDeepLink and send a contact request using the Berty Protocol.
  • postSendMessage sends a message to a group
  • post/messenger/v1/SystemInfo
    MessengerService

    SendMessage sends a message to a group

    post/messenger/v1/SendMessage

    Request body

    group_pkstring byte
    messagestring

    Response

    A successful response.

    MessengerSendMessageReply required

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.