- Enclosing class:
- TdApi
Returns information about a supergroup
or a channel by its identifier. This
is an offline request if the current
user is not a bot.
Returns
Supergroup
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Supergroup or channel identifier. -
Constructor Summary
ConstructorDescriptionReturns information about a supergroup or a channel by its identifier.GetSupergroup
(long supergroupId) Returns information about a supergroup or a channel by its identifier.GetSupergroup
(DataInput input) Returns information about a supergroup or a channel by its identifier. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
supergroupId
public long supergroupIdSupergroup or channel identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetSupergroup
public GetSupergroup()Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot. ReturnsSupergroup
-
GetSupergroup
public GetSupergroup(long supergroupId) Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot. ReturnsSupergroup
- Parameters:
supergroupId
- long Supergroup or channel identifier.
-
GetSupergroup
Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot. ReturnsSupergroup
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-