Package org.drinkless.tdlib
Class TdApi.GetBasicGroup
- Enclosing class:
- TdApi
Returns information about a basic group by its identifier. This is an offline method if the current user is not a bot.
Returns BasicGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongBasic group identifier.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
basicGroupId
public long basicGroupIdBasic group identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetBasicGroup
public GetBasicGroup()Default constructor for a function, which returns information about a basic group by its identifier. This is an offline method 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 method if the current user is not a bot.Returns
BasicGroup- Parameters:
basicGroupId- Basic group identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-