Package org.drinkless.tdlib
Class TdApi.DeleteQuickReplyShortcutMessages
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.DeleteQuickReplyShortcutMessages
- Enclosing class:
- TdApi
Deletes specified quick reply messages.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long[]
Unique identifiers of the messages.int
Unique identifier of the quick reply shortcut to which the messages belong. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which deletes specified quick reply messages.DeleteQuickReplyShortcutMessages
(int shortcutId, long[] messageIds) Creates a function, which deletes specified quick reply messages. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
shortcutId
public int shortcutIdUnique identifier of the quick reply shortcut to which the messages belong. -
messageIds
public long[] messageIdsUnique identifiers of the messages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteQuickReplyShortcutMessages
public DeleteQuickReplyShortcutMessages()Default constructor for a function, which deletes specified quick reply messages.Returns
Ok
-
DeleteQuickReplyShortcutMessages
public DeleteQuickReplyShortcutMessages(int shortcutId, long[] messageIds) Creates a function, which deletes specified quick reply messages.Returns
Ok
- Parameters:
shortcutId
- Unique identifier of the quick reply shortcut to which the messages belong.messageIds
- Unique identifiers of the messages.
-
-
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
-