Sha256: 8f2147eac783c99bd55cafb5cd8b165abf9fc655f79b003074e83226bfb80987
Contents?: true
Size: 631 Bytes
Versions: 1
Compression:
Stored size: 631 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Notifications < Vk::Schema::Namespace module Methods # Resets the counter of new notifications about other users' feedback to the current user's wall posts. class MarkAsViewed < Schema::Method # @!group Properties self.open = false self.method = 'notifications.markAsViewed' # @method initialize(arguments) # @param [Hash] arguments # @return [Notifications::Methods::MarkAsViewed] # @!group Arguments end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/notifications/methods/mark_as_viewed.rb |