diff --git a/data/web/corefork.telegram.org/type/InputChannel.html b/data/web/corefork.telegram.org/type/InputChannel.html index 0b28557c32..2b84a7c8a5 100644 --- a/data/web/corefork.telegram.org/type/InputChannel.html +++ b/data/web/corefork.telegram.org/type/InputChannel.html @@ -39,7 +39,7 @@
- +

InputChannel

Represents a channel

@@ -55,7 +55,9 @@
-

+
inputChannelEmpty#ee8c1e86 = InputChannel;
+inputChannel#f35aec28 channel_id:long access_hash:long = InputChannel;
+inputChannelFromMessage#5b934f9d peer:InputPeer msg_id:int channel_id:long = InputChannel;

Constructors

diff --git a/data/web/corefork.telegram.org/type/InputUser.html b/data/web/corefork.telegram.org/type/InputUser.html index c711ece3c5..c1f957b10e 100644 --- a/data/web/corefork.telegram.org/type/InputUser.html +++ b/data/web/corefork.telegram.org/type/InputUser.html @@ -39,7 +39,7 @@
- +

InputUser

Defines a user for subsequent interaction.

@@ -55,7 +55,10 @@
-

+
inputUserEmpty#b98886cf = InputUser;
+inputUserSelf#f7c1b13f = InputUser;
+inputUser#f21158c6 user_id:long access_hash:long = InputUser;
+inputUserFromMessage#1da448e2 peer:InputPeer msg_id:int user_id:long = InputUser;

Constructors