Class: Vk::API::Messages::LongpollParams
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Messages::LongpollParams
- Defined in:
- lib/vk/api/messages/longpoll_params.rb
Overview
Instance Method Summary collapse
-
#key ⇒ String
Key.
-
#server ⇒ String
Server URL.
-
#ts ⇒ Integer
Timestamp.
Instance Method Details
#key ⇒ String
Returns Key.
11 |
# File 'lib/vk/api/messages/longpoll_params.rb', line 11 attribute :key, API::Types::Coercible::String.optional.default(nil) |