class VKontakte::Client
- VKontakte::Client
- Reference
- Object
Defined in:
vk.crConstructors
Instance Method Summary
- #call(method : String, params : Hash, token : String | Array(String) = @token, debug : Bool = false)
- #getBotLp(group_id) : VKontakte::LongPoll
- #getBtn(label : String, payload : Hash, color : String = "default")
- #getName(user_id : Int32, name_case = "Nom")
- #send(message : String, peer_id : Int32, attachments : String | Array(String) = [] of String, keyboard = {} of String => VKontakte::KeyboardType, add_fields = {} of String => String)
- #upload(file_name : String, peer_id : Int32 | String)
Constructor Detail
Instance Method Detail
def call(method : String, params : Hash, token : String | Array(String) = @token, debug : Bool = false)
#
def send(message : String, peer_id : Int32, attachments : String | Array(String) = [] of String, keyboard = {} of String => VKontakte::KeyboardType, add_fields = {} of String => String)
#