Package org.drinkless.tdlib
Class TdApi.ReactionUnavailabilityReasonRestricted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ReactionUnavailabilityReason
org.drinkless.tdlib.TdApi.ReactionUnavailabilityReasonRestricted
- Enclosing class:
TdApi
public static class TdApi.ReactionUnavailabilityReasonRestricted
extends TdApi.ReactionUnavailabilityReason
The user is restricted in the chat.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.ReactionUnavailabilityReason
TdApi.ReactionUnavailabilityReason.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is restricted in the chat. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReactionUnavailabilityReasonRestricted
public ReactionUnavailabilityReasonRestricted()The user is restricted in the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.ReactionUnavailabilityReason- Returns:
- this.CONSTRUCTOR
-