Class: Vk::API::Messages::LongpollParams

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/messages/longpoll_params.rb

Overview

Instance Method Summary collapse

Instance Method Details

#keyString

Returns Key.

Returns:

  • (String)

    Key



11
# File 'lib/vk/api/messages/longpoll_params.rb', line 11

attribute :key, API::Types::Coercible::String.optional.default(nil)

#serverString

Returns Server URL.

Returns:

  • (String)

    Server URL



13
# File 'lib/vk/api/messages/longpoll_params.rb', line 13

attribute :server, API::Types::Coercible::String.optional.default(nil)

#tsInteger

Returns Timestamp.

Returns:

  • (Integer)

    Timestamp



15
# File 'lib/vk/api/messages/longpoll_params.rb', line 15

attribute :ts, API::Types::Coercible::Int.optional.default(nil)