Uses of Class
api.longpoll.bots.methods.impl.messages.Delete
Packages that use Delete
Package
Description
VK API methods.
Methods to work with messages.
-
Uses of Delete in api.longpoll.bots.methods
Methods in api.longpoll.bots.methods that return Delete -
Uses of Delete in api.longpoll.bots.methods.impl.messages
Methods in api.longpoll.bots.methods.impl.messages that return DeleteModifier and TypeMethodDescriptionDelete.setConversationMessageIds(Integer... conversationMessageIds) Delete.setConversationMessageIds(Iterable<Integer> conversationMessageIds) Delete.setDeleteForAll(boolean deleteForAll) Delete.setGroupId(int groupId) Delete.setMessageIds(Integer... messageIds) Delete.setMessageIds(Iterable<Integer> messageIds) Delete.setPeerId(int peerId) Delete.setSpam(boolean spam)