All Classes
-
Class Description AbstractCallback Created by PeterSamokhin on 28/09/2017 21:59 Updated by RomanBoycov on 03/04/2020 19:40API Simple interacting with VK APIAuth Bot Call Abstract class for backward compatibilityCallAsync Deserialized class of call to vk api using execute methodCallback<T> For all callbacks compatibility.CallbackDouble<T,R> Created by PeterSamokhin on 29/09/2017 00:54CallbackFourth<P,D,R,S> Created by PeterSamokhin on 29/09/2017 00:57CallbackTriple<T,M,R> Created by PeterSamokhin on 29/09/2017 00:27CallSync Deserialized class of call to vk api using execute methodChat Created by PeterSamokhin on 29/09/2017 02:49 Updated by Stormbit on 10/04/2020 16:37Client Main client class, that contains all necessary methods and fields for base work with VK and longpoll serverConnection Web work: get and post requestsDocTypes Types of docsExecutor Best way to use VK API: you can call up to 25 vk api methods by call execute once Because without execute you only can call up to 3 methods per secondGetLongPollServerResponse Deserialized object of VK responseLongPoll com.petersamokhin.bots.sdk.Main class for work with VK longpoll server More: linkMessage Message object for both (received and sent) messagesMultipartUtility OkHttp sending byte[] array not works with vk Using this.NotValidAuthorization UpdatesHandler Class for handling all updates in other threadUser User client, that contains important methods to work with users Not need now to put methods there: use API.callUtils Utils class with useful methods