Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid committed Jun 9, 2016
1 parent 4203b65 commit afbe5f6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If you want to get all inbox this method may help you. This method get all inbox
**Syntax**

```php
object getInbox($user[, $offset[, $take]])
object getInbox([$offset[, $take]])
```

#### getConversationsById
Expand All @@ -163,6 +163,17 @@ When you want to get all conversations by using your desire receiver id you can
object getConversationsByUserId($receiverId)
```


#### getReceiverInfo

This method return all information about message receiver.

**Syntax**

```php
object getReceiverInfo($conversationId)
```

#### makeSeen

If you want set a message as seen you can use it.
Expand Down

0 comments on commit afbe5f6

Please sign in to comment.