Skip to content

Commit

Permalink
Merge pull request #23 from giulioc008/patch-1
Browse files Browse the repository at this point in the history
Fix some imprecision in the description of some Updates and one method
  • Loading branch information
danog committed Oct 1, 2020
2 parents 5756223 + a02bce8 commit 9600315
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/API_docs/constructors/updateChannelPinnedMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png



A message was pinned in a [channel/supergroup](https://core.telegram.org/api/channel).
A message was pinned in a [channel/supergroup](https://core.telegram.org/api/channel).
This update is also typically emitted as an [updateNewChannelMessage](updateNewChannelMessage.md) with [messageService](messageService.md).

### Attributes:

Expand Down
3 changes: 2 additions & 1 deletion docs/API_docs/constructors/updateChatParticipantAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png



New group member.
New group member.
This update is also typically emitted as an [updateNewMessage](updateNewMessage.md) with [messageService](messageService.md).

### Attributes:

Expand Down
3 changes: 2 additions & 1 deletion docs/API_docs/constructors/updateChatParticipantDelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png



A member has left the group.
A member has left the group.
This update is also typically emitted as an [updateNewMessage](updateNewMessage.md) with [messageService](messageService.md).

### Attributes:

Expand Down
3 changes: 2 additions & 1 deletion docs/API_docs/constructors/updateChatPinnedMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png



A message was pinned in a [legacy group](https://core.telegram.org/api/channel)
A message was pinned in a [legacy group](https://core.telegram.org/api/channel)
This update is also typically emitted as an [updateNewMessage](updateNewMessage.md) with [messageService](messageService.md).

### Attributes:

Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/constructors/updateNewMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png



New message.
New message in a private chat or in a [legacy group](https://core.telegram.org/api/channel)

### Attributes:

Expand Down
2 changes: 1 addition & 1 deletion docs/API_docs/methods/channels.getParticipants.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redirect_from: /API_docs/methods/channels_getParticipants.html



Get the participants of a channel
Get the participants of a supergroup/channel

### Parameters:

Expand Down

0 comments on commit 9600315

Please sign in to comment.