Module: VkLongpollBot

Defined in:
lib/vk_longpoll_bot.rb,
lib/vk_longpoll_bot/bot.rb,
lib/vk_longpoll_bot/events.rb,
lib/vk_longpoll_bot/request.rb,
lib/vk_longpoll_bot/utility.rb,
lib/vk_longpoll_bot/version.rb,
lib/vk_longpoll_bot/constants.rb,
lib/vk_longpoll_bot/exceptions.rb

Overview

Main module.

Defined Under Namespace

Modules: Events, Exceptions, Request, Utility Classes: Bot

Constant Summary collapse

Event =
Events::Event
EventListener =
Events::EventListener
VERSION =

Library version.

"0.1.0"
VK_API_URL_BASE =

Base of URL to API.

"https://api.vk.com"
VK_API_CURRENT_VERSION =

It’s recommended to use last version of VK API.

Gem::Version.new("5.101")
LONGPOLL_STANDART_WAIT =

Longpoll requests timeout.

25