diff --git a/data/corefork.telegram.org/constructor/channelFull.html b/data/corefork.telegram.org/constructor/channelFull.html index 3a50261cfa..5f406a8bd0 100644 --- a/data/corefork.telegram.org/constructor/channelFull.html +++ b/data/corefork.telegram.org/constructor/channelFull.html @@ -4,10 +4,10 @@ channelFull - + - + @@ -39,7 +39,7 @@

channelFull

-

Full info about a channel/supergroup

+

Full info about a channel, supergroup or gigagroup.

diff --git a/data/corefork.telegram.org/method/messages.getFullChat b/data/corefork.telegram.org/method/messages.getFullChat index efa7ce7ee6..c96ec882c5 100644 --- a/data/corefork.telegram.org/method/messages.getFullChat +++ b/data/corefork.telegram.org/method/messages.getFullChat @@ -4,10 +4,10 @@ messages.getFullChat - + - + @@ -39,7 +39,7 @@

messages.getFullChat

-

Returns full chat info according to its ID.

+

Get full info about a legacy group.

+

Bots can use this method

+

Related pages

+

Channels, supergroups, gigagroups and legacy groups

+

How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.

diff --git a/data/corefork.telegram.org/methods.html b/data/corefork.telegram.org/methods.html index dca08e1c92..739d14a52c 100644 --- a/data/corefork.telegram.org/methods.html +++ b/data/corefork.telegram.org/methods.html @@ -577,7 +577,7 @@ channels.getFullChannel -Get full info about a channel +Get full info about a supergroup, gigagroup or channel channels.getGroupsForDiscussion @@ -759,7 +759,7 @@ messages.getFullChat -Returns full chat info according to its ID. +Get full info about a legacy group. messages.migrateChat diff --git a/data/corefork.telegram.org/type/ChatFull.html b/data/corefork.telegram.org/type/ChatFull.html index a3e3f68bd7..d0b28ee670 100644 --- a/data/corefork.telegram.org/type/ChatFull.html +++ b/data/corefork.telegram.org/type/ChatFull.html @@ -4,10 +4,10 @@ ChatFull - + - + @@ -39,7 +39,7 @@

ChatFull

-

Object containing detailed group info

+

Full info about a channel, supergroup, gigagroup or legacy group.

+ +

Related pages

+

Channels, supergroups, gigagroups and legacy groups

+

How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.

diff --git a/data/corefork.telegram.org/type/messages.ChatFull b/data/corefork.telegram.org/type/messages.ChatFull index 47a1b3d43e..4f95fdf1d3 100644 --- a/data/corefork.telegram.org/type/messages.ChatFull +++ b/data/corefork.telegram.org/type/messages.ChatFull @@ -4,10 +4,10 @@ messages.ChatFull - + - + @@ -39,7 +39,7 @@

messages.ChatFull

-

Object contains extended info on chat with auxiliary data.

+

Full info about a channel, supergroup, gigagroup or legacy group.

+ +

Related pages

+

Channels, supergroups, gigagroups and legacy groups

+

How to handle channels, supergroups, gigagroups, legacy groups, and what's the difference between them.