Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nahid committed Dec 4, 2016
1 parent 66be596 commit 8eb1c1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ This method is similar as `getConversationsByUserId()`. The only difference betw
array getConversationsAllByUserId($receiverId[, $offset = 0[, $take = 20]])
```

### messages
### getMessages

This is a alias of `getConversationsById()` method.

Expand All @@ -357,7 +357,7 @@ This is a alias of `getConversationsById()` method.
array messages($conversationId[, $offset = 0[, $take = 20]])
```

### messagesAll
### getMessagesAll

This is a alias of `getConversationsAllById()` method.

Expand All @@ -367,7 +367,7 @@ This is a alias of `getConversationsAllById()` method.
array messagesAll($conversationId[, $offset = 0[, $take = 20]])
```

### messagesByUserId
### getMessagesByUserId

This is a alias of `getConversationsByUserId()` method.

Expand All @@ -378,7 +378,7 @@ array messagesByUserId($receiverId[, $offset = 0[, $take = 20]])
```


### messagesAllByUserId
### getMessagesAllByUserId

This is a alias of `getConversationsAllByUserId()` method.

Expand Down

0 comments on commit 8eb1c1e

Please sign in to comment.