Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-guides/integrating-push-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Disconnects the socket connection.

* EVENTS.CONNECT - Whenever the socket is connected
* EVENTS.DISCONNECT - Whenever the socket is connected
* EVENTS.CHAT\_RECEIVED\_MESSAGE - Whenever the user recieves a message or chat requests
* EVENTS.CHAT\_RECEIVED\_MESSAGE - Whenever the user receives a message or chat requests

**Sample Code**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For most part except for Smart Contracts, [push-sdk](../../../developer-tooling/
* Recipients - 0x0 for type 1 (broadcast), 0xTarget for type 3 (Targetted) and \[0x01, 0x02, 0x03, ..., 0xN] for type 4 (Subset) 

```json
// Example Raw Content for targeted notifcation, abstracted away by SDK
// Example Raw Content for targeted notification, abstracted away by SDK
{
"notification": {
"title": "The title of your message displayed on screen (50 Chars)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function updateChannelMeta(
{}
```

| Arguements | Type | Description |
| Arguments | Type | Description |
| ------------------- | ------- | ------------------------------------ |
| _**\_channel**_ | address | address of the channel |
| _**\_newIdentity**_ | bytes | New Identity bytes of the Channel. |
Expand Down