Package org.drinkless.tdlib
Class TdApi.DeleteAllRecentMessageReactionsFromSender
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.DeleteAllRecentMessageReactionsFromSender
- Enclosing class:
TdApi
public static class TdApi.DeleteAllRecentMessageReactionsFromSender
extends TdApi.Function<TdApi.Ok>
Deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.Identifier of the sender of reactions to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which deletes all recent reactions added by the specified sender in a chat.DeleteAllRecentMessageReactionsFromSender(long chatId, TdApi.MessageSender senderId) Creates a function, which deletes all recent reactions added by the specified sender in a chat. -
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
-
chatId
public long chatIdChat identifier. -
senderId
Identifier of the sender of reactions to delete. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteAllRecentMessageReactionsFromSender
public DeleteAllRecentMessageReactionsFromSender()Default constructor for a function, which deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.Returns
Ok -
DeleteAllRecentMessageReactionsFromSender
Creates a function, which deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires canDeleteMessages administrator right.Returns
Ok- Parameters:
chatId- Chat identifier.senderId- Identifier of the sender of reactions to delete.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-