Package org.drinkless.tdlib
Class TdApi.PaidReactionTypeChat
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaidReactionType
org.drinkless.tdlib.TdApi.PaidReactionTypeChat
- Enclosing class:
- TdApi
A paid reaction on behalf of an owned chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA paid reaction on behalf of an owned chat.PaidReactionTypeChat
(long chatId) A paid reaction on behalf of an owned chat. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaidReactionTypeChat
public PaidReactionTypeChat()A paid reaction on behalf of an owned chat. -
PaidReactionTypeChat
public PaidReactionTypeChat(long chatId) A paid reaction on behalf of an owned chat.- Parameters:
chatId
- Identifier of the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-