Package | Description |
---|---|
api.longpoll.bots.methods.impl |
Implementation of VK API methods.
|
api.longpoll.bots.methods.impl.messages |
Methods to work with messages.
|
Modifier and Type | Method and Description |
---|---|
Send |
MessagesApi.send() |
Modifier and Type | Method and Description |
---|---|
Send |
Send.setAttachments(AttachableParam... attachments) |
Send |
Send.setAttachments(List<AttachableParam> attachments) |
Send |
Send.setChatId(int chatId) |
Send |
Send.setDisableMentions(boolean disableMentions) |
Send |
Send.setDomain(String domain) |
Send |
Send.setDontParseLinks(boolean dontParseLinks) |
Send |
Send.setForwardMessages(Integer... forwardMessages) |
Send |
Send.setForwardMessages(List<Integer> forwardMessages) |
Send |
Send.setKeyboard(Keyboard keyboard) |
Send |
Send.setLatitude(float latitude) |
Send |
Send.setLongitude(float longitude) |
Send |
Send.setMessage(String message) |
Send |
Send.setPeerId(int peerId) |
Send |
Send.setRandomId(int randomId) |
Send |
Send.setReplyTo(int replyTo) |
Send |
Send.setStickerId(int stickerId) |
Send |
Send.setTemplate(Template template) |
Send |
Send.setUserId(int userId) |
Send |
Send.setUserIds(Integer... userIds) |
Send |
Send.setUserIds(List<Integer> userIds) |
Copyright © 2021. All rights reserved.