Package org.drinkless.tdlib
Class TdApi.GetBasicGroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetBasicGroup
-
- Enclosing class:
- TdApi
public static class TdApi.GetBasicGroup extends TdApi.Function
Returns information about a basic group by its identifier. This is an offline request if the current user is not a bot.Returns
BasicGroup
-
-
Field Summary
Fields Modifier and Type Field Description longbasicGroupIdBasic group identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description GetBasicGroup()Default constructor for a function, which returns information about a basic group by its identifier.GetBasicGroup(long basicGroupId)Creates a function, which returns information about a basic group by its identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
basicGroupId
public long basicGroupId
Basic group identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetBasicGroup
public GetBasicGroup()
Default constructor for a function, which returns information about a basic group by its identifier. This is an offline request if the current user is not a bot.Returns
BasicGroup
-
GetBasicGroup
public GetBasicGroup(long basicGroupId)
Creates a function, which returns information about a basic group by its identifier. This is an offline request if the current user is not a bot.Returns
BasicGroup- Parameters:
basicGroupId- Basic group identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-