Package org.drinkless.tdlib
Class TdApi.BlockMessageSenderFromReplies
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.BlockMessageSenderFromReplies
- Enclosing class:
- TdApi
Blocks an original sender of a message in the Replies chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to delete all messages from the same sender.booleanPass true to delete the message.longThe identifier of an incoming message in the Replies chat.booleanPass true to report the sender to the Telegram moderators. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which blocks an original sender of a message in the Replies chat.BlockMessageSenderFromReplies(long messageId, boolean deleteMessage, boolean deleteAllMessages, boolean reportSpam) Creates a function, which blocks an original sender of a message in the Replies 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
-
messageId
public long messageIdThe identifier of an incoming message in the Replies chat. -
deleteMessage
public boolean deleteMessagePass true to delete the message. -
deleteAllMessages
public boolean deleteAllMessagesPass true to delete all messages from the same sender. -
reportSpam
public boolean reportSpamPass true to report the sender to the Telegram moderators. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
BlockMessageSenderFromReplies
public BlockMessageSenderFromReplies()Default constructor for a function, which blocks an original sender of a message in the Replies chat.Returns
Ok -
BlockMessageSenderFromReplies
public BlockMessageSenderFromReplies(long messageId, boolean deleteMessage, boolean deleteAllMessages, boolean reportSpam) Creates a function, which blocks an original sender of a message in the Replies chat.Returns
Ok- Parameters:
messageId- The identifier of an incoming message in the Replies chat.deleteMessage- Pass true to delete the message.deleteAllMessages- Pass true to delete all messages from the same sender.reportSpam- Pass true to report the sender to the Telegram moderators.
-
-
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
-