Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallMessageLevels
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallMessageLevels
- Enclosing class:
- TdApi
The levels of live story group call messages have changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New description of the levels in decreasing order of groupCallMessageLevel.minStarCount. -
Constructor Summary
ConstructorsConstructorDescriptionThe levels of live story group call messages have changed.The levels of live story group call messages have changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
levels
New description of the levels in decreasing order of groupCallMessageLevel.minStarCount. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallMessageLevels
public UpdateGroupCallMessageLevels()The levels of live story group call messages have changed. -
UpdateGroupCallMessageLevels
The levels of live story group call messages have changed.- Parameters:
levels- New description of the levels in decreasing order of groupCallMessageLevel.minStarCount.
-
-
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
-