aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/generate
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2026-07-12 00:54:21 +0300
committerlevlam <levlam@telegram.org>2026-07-12 00:54:21 +0300
commitdc9c226e92af48ac9f5738ec332d4bd9686d821d (patch)
treec09aeb8d9807219577873f1fa5e13b9f68f464f6 /td/generate
parent860903e2d332aa2b4458f33aaa74cc9f3b3da3ae (diff)
Improve service message content names.
Diffstat (limited to 'td/generate')
-rw-r--r--td/generate/scheme/td_api.tl8
1 files changed, 5 insertions, 3 deletions
diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl
index c408cce05..1fd667443 100644
--- a/td/generate/scheme/td_api.tl
+++ b/td/generate/scheme/td_api.tl
@@ -5279,9 +5279,11 @@ messageChatJoinByRequest = MessageContent;
//@description A chat member was deleted @user_id User identifier of the deleted chat member
messageChatDeleteMember user_id:int53 = MessageContent;
-//@description The chat was added or deleted from a community
-//@community_id Identifier of the community to which the chat belongs; 0 if none
-messageChatCommunityChanged community_id:int53 = MessageContent;
+//@description The chat was added to a community @community_id Identifier of the community to which the chat was added
+messageChatAddedToCommunity community_id:int53 = MessageContent;
+
+//@description The chat was removed from a community
+messageChatRemovedFromCommunity = MessageContent;
//@description A basic group was upgraded to a supergroup and was deactivated as the result @supergroup_id Identifier of the supergroup to which the basic group was upgraded
messageChatUpgradeTo supergroup_id:int53 = MessageContent;