Uses of Class
api.longpoll.bots.methods.impl.messages.Send
Packages that use Send
Package
Description
VK API methods.
Methods to work with messages.
-
Uses of Send in api.longpoll.bots.methods
Methods in api.longpoll.bots.methods that return Send -
Uses of Send in api.longpoll.bots.methods.impl.messages
Methods in api.longpoll.bots.methods.impl.messages that return SendModifier and TypeMethodDescriptionSend.addDoc(String filename, InputStream doc) Send.addPhoto(String filename, InputStream photo) Send.setAttachment(UploadedFile... uploadedFiles) Send.setAttachment(Iterable<UploadedFile> uploadedFiles) Send.setAttachment(String attachment) Send.setChatId(int chatId) Send.setDisableMentions(boolean disableMentions) Send.setDontParseLinks(boolean dontParseLinks) Send.setForward(Forward forward) Send.setForwardMessages(Integer... forwardMessages) Send.setForwardMessages(Iterable<Integer> forwardMessages) Send.setKeyboard(Keyboard keyboard) Send.setLatitude(float latitude) Send.setLongitude(float longitude) Send.setMessage(String message) Send.setPayload(com.google.gson.JsonElement payload) Send.setPeerId(int peerId) Send.setPeerIds(Integer... peerIds) Send.setPeerIds(Iterable<Integer> peerIds) Send.setRandomId(int randomId) Send.setReplyTo(int replyTo) Send.setStickerId(int stickerId) Send.setTemplate(Template template) Send.setUserId(int userId) Send.setUserIds(Integer... userIds) Send.setUserIds(Iterable<Integer> userIds)