diff --git a/data/web/corefork.telegram.org/api/peers.html b/data/web/corefork.telegram.org/api/peers.html index ced493d3ef..1a0c09ff80 100644 --- a/data/web/corefork.telegram.org/api/peers.html +++ b/data/web/corefork.telegram.org/api/peers.html @@ -215,6 +215,7 @@ The relative full info entry should only be refreshed when some specific fields
  • After invoking messages.setChatWallPaper to remove the wallpaper and receiving an error, for the peer whose wallpapers we tried to change, to fetch the correct and updated wallpaper settings.
  • After invoking messages.setChatAvailableReactions and getting an error different from CHAT_NOT_MODIFIED, for the peer whose reaction settings we tried to change.
  • After receiving a SEND_AS_PEER_INVALID error from any method that interacts with a group/supergroup: refresh info about the destination, to see which channel peers can be used to send messages to the group/supergroup through send_as.
  • +
  • The channelFull.linked_chat_id of channnel/supergroup A is updated to point to channel/supergroup B, but the channelFull.linked_chat_id of channel/supergroup B does not point to channel/supergroup A, refresh the channelFull of channel/supergroup B.
  • Do not refresh full peer information in any other case, to avoid overloading the server by continuously requesting changes for the same unchanged information.

    diff --git a/data/web/corefork.telegram.org/constructor/channel.html b/data/web/corefork.telegram.org/constructor/channel.html index 9d169aec50..09e27f6942 100644 --- a/data/web/corefork.telegram.org/constructor/channel.html +++ b/data/web/corefork.telegram.org/constructor/channel.html @@ -146,7 +146,7 @@ has_link flags.20?true -Whether this channel has a linked discussion group » +Whether this channel has a linked discussion group » (or this supergroup is a channel's discussion group). The actual ID of the linked channel/supergroup is contained in channelFull.linked_chat_id. has_geo