From 2b94d12fbdf270e2d329e192dfca040260274e40 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 1 Oct 2020 18:18:41 +0200 Subject: [PATCH] Reapply changes --- docs/API_docs/constructors/updateChannelPinnedMessage.md | 3 ++- docs/API_docs/constructors/updateChatParticipantAdd.md | 3 ++- docs/API_docs/constructors/updateChatParticipantDelete.md | 3 ++- docs/API_docs/constructors/updateChatPinnedMessage.md | 3 ++- docs/API_docs/constructors/updateNewMessage.md | 2 +- docs/API_docs/methods/channels.getParticipants.md | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/API_docs/constructors/updateChannelPinnedMessage.md b/docs/API_docs/constructors/updateChannelPinnedMessage.md index 51ec6752..7897b806 100644 --- a/docs/API_docs/constructors/updateChannelPinnedMessage.md +++ b/docs/API_docs/constructors/updateChannelPinnedMessage.md @@ -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: diff --git a/docs/API_docs/constructors/updateChatParticipantAdd.md b/docs/API_docs/constructors/updateChatParticipantAdd.md index baaef950..559d6361 100644 --- a/docs/API_docs/constructors/updateChatParticipantAdd.md +++ b/docs/API_docs/constructors/updateChatParticipantAdd.md @@ -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: diff --git a/docs/API_docs/constructors/updateChatParticipantDelete.md b/docs/API_docs/constructors/updateChatParticipantDelete.md index 31872336..b57882e0 100644 --- a/docs/API_docs/constructors/updateChatParticipantDelete.md +++ b/docs/API_docs/constructors/updateChatParticipantDelete.md @@ -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: diff --git a/docs/API_docs/constructors/updateChatPinnedMessage.md b/docs/API_docs/constructors/updateChatPinnedMessage.md index 1f3c75c5..b678f413 100644 --- a/docs/API_docs/constructors/updateChatPinnedMessage.md +++ b/docs/API_docs/constructors/updateChatPinnedMessage.md @@ -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: diff --git a/docs/API_docs/constructors/updateNewMessage.md b/docs/API_docs/constructors/updateNewMessage.md index 571e660a..abb4eda2 100644 --- a/docs/API_docs/constructors/updateNewMessage.md +++ b/docs/API_docs/constructors/updateNewMessage.md @@ -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: diff --git a/docs/API_docs/methods/channels.getParticipants.md b/docs/API_docs/methods/channels.getParticipants.md index bcb34180..b4d66989 100644 --- a/docs/API_docs/methods/channels.getParticipants.md +++ b/docs/API_docs/methods/channels.getParticipants.md @@ -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: