- 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
FieldsModifier and TypeFieldDescriptionstatic final intlongSupergroup or channel identifier. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-