Package org.drinkless.tdlib
Class TdApi.DeleteChatMessagesBySender
- Enclosing class:
- TdApi
Deletes all messages sent by the specified message sender in a chat. Supported only for supergroups; requires canDeleteMessages administrator right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.Identifier of the sender of messages to delete. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which deletes all messages sent by the specified message sender in a chat.DeleteChatMessagesBySender(long chatId, TdApi.MessageSender senderId) Creates a function, which deletes all messages sent by the specified message 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 messages to delete. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteChatMessagesBySender
public DeleteChatMessagesBySender()Default constructor for a function, which deletes all messages sent by the specified message sender in a chat. Supported only for supergroups; requires canDeleteMessages administrator right.Returns
Ok -
DeleteChatMessagesBySender
Creates a function, which deletes all messages sent by the specified message sender in a chat. Supported only for supergroups; requires canDeleteMessages administrator right.Returns
Ok- Parameters:
chatId- Chat identifier.senderId- Identifier of the sender of messages 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.Object- Returns:
- this.CONSTRUCTOR
-