diff --git a/data/web/corefork.telegram.org/api/boost.html b/data/web/corefork.telegram.org/api/boost.html index d4b3784899..3f4b868d8a 100644 --- a/data/web/corefork.telegram.org/api/boost.html +++ b/data/web/corefork.telegram.org/api/boost.html @@ -127,14 +127,14 @@ After reaching at least the boost level specified in the group_emoji_stickers_level_min » config parameter, supergroups gain the ability to associate a custom emoji stickerset », which can be used by all users of the group (including non-Premium users!), for messages sent within the group.

This feature is the custom emoji stickerset counterpart of the supergroup stickerset feature, available through channels.setStickers.

Invoke channels.setEmojiStickers to choose the custom emoji stickerset to associate to the supergroup, which will be available to users in channelFull.emojiset, and should be prioritized when choosing a custom emoji; a channelAdminLogEventActionChangeEmojiStickerSet will be emitted to the admin log after invoking that method.

-

Reducing ads on the channel

+

Disable ads on the channel

channelFull#bbab348d flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true flags2:# can_delete_channel:flags2.0?true antispam:flags2.1?true participants_hidden:flags2.2?true translations_disabled:flags2.3?true stories_pinned_available:flags2.5?true view_forum_as_messages:flags2.6?true restricted_sponsored:flags2.11?true can_view_revenue:flags2.12?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector<string> groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector<long> default_send_as:flags.29?Peer available_reactions:flags.30?ChatReactions reactions_limit:flags2.13?int stories:flags2.4?PeerStories wallpaper:flags2.7?WallPaper boosts_applied:flags2.8?int boosts_unrestrict:flags2.9?int emojiset:flags2.10?StickerSet = ChatFull;
 
 ---functions---
 
 channels.restrictSponsoredMessages#9ae91519 channel:InputChannel restricted:Bool = Updates;
-

After reaching at least the boost level specified in the channel_restrict_sponsored_level_min » config parameter, channels may reduce ads on the channel for all users using channels.restrictSponsoredMessages.

-

If ads are restricted on the channel, the channelFull.restricted_sponsored flag will be set.

+

After reaching at least the boost level specified in the channel_restrict_sponsored_level_min » config parameter, channel owners may disable ads on the channel for all users using channels.restrictSponsoredMessages.

+

If ads are disabled on the channel, the channelFull.restricted_sponsored flag will be set (owners only).

diff --git a/data/web/corefork.telegram.org/constructor/channelFull.html b/data/web/corefork.telegram.org/constructor/channelFull.html index f54286b385..8555b4b2a4 100644 --- a/data/web/corefork.telegram.org/constructor/channelFull.html +++ b/data/web/corefork.telegram.org/constructor/channelFull.html @@ -149,12 +149,12 @@ restricted_sponsored flags2.11?true -  +Whether ads on this channel were disabled as specified here » (this flag is only visible to the owner of the channel). can_view_revenue flags2.12?true -  +If set, this user can view ad revenue statistics » for this channel. id @@ -383,6 +383,11 @@

channels.toggleViewForumAsMessages

Users may also choose to display messages from all topics of a forum as if they were sent to a normal group, using a "View as messages" setting in the local client: this setting only affects the current account, and is synced to other logged in sessions using this method.

Invoking this method will update the value of the view_forum_as_messages flag of channelFull or dialog and emit an updateChannelViewForumAsMessages.

+

Channel and supergroup boosts

+

Telegram Premium users can grant their favorite channels and supergroups additional features like the ability to post stories by giving them boosts.

+

Channel ad revenue

+

Telegram has one of the most generous reward systems in the history of social media. Telegram channel owners can now receive 50% of the revenue from ads displayed in their channels.

+

This page describes the methods used to withdraw channel ad revenue, as well as view detailed revenue stats.

Admin, banned, default rights

How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.

Channels, supergroups, gigagroups and basic groups

@@ -403,8 +408,6 @@

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

Wallpapers

Telegram apps support generating, sharing and synchronizing chat backgrounds.

-

Channel and supergroup boosts

-

Telegram Premium users can grant their favorite channels and supergroups additional features like the ability to post stories by giving them boosts.

Custom emojis

Telegram allows including animated and static custom emojis inside of messages.

channels.setEmojiStickers

diff --git a/data/web/corefork.telegram.org/constructor/messages.availableEffects.html b/data/web/corefork.telegram.org/constructor/messages.availableEffects.html index 7607e9e3f3..8be0a258ac 100644 --- a/data/web/corefork.telegram.org/constructor/messages.availableEffects.html +++ b/data/web/corefork.telegram.org/constructor/messages.availableEffects.html @@ -4,26 +4,10 @@ messages.availableEffects - + - + @@ -58,7 +42,8 @@ Vector<AvailableEffect>…">

messages.availableEffects

-

+

The full list of usable animated message effects ».

+

+

How to fetch results from large lists of objects.

+

Animated message effects

+

Telegram allows adding spectacular animated effects to messages you send.

diff --git a/data/web/corefork.telegram.org/method/channels.restrictSponsoredMessages.html b/data/web/corefork.telegram.org/method/channels.restrictSponsoredMessages.html index c07157a9d0..acf1b3b9f5 100644 --- a/data/web/corefork.telegram.org/method/channels.restrictSponsoredMessages.html +++ b/data/web/corefork.telegram.org/method/channels.restrictSponsoredMessages.html @@ -4,10 +4,10 @@ channels.restrictSponsoredMessages - + - + @@ -42,7 +42,7 @@

channels.restrictSponsoredMessages

-

Reduce ads on the specified channel, for all users.

+

Disable ads on the specified channel, for all users.

Available only after reaching at least the boost level » specified in the channel_restrict_sponsored_level_min » config parameter.