Sha256: 7b83d1a1a0e656a3735b6e88036b777f34c3f0f6a04a0c69b43bf8d1ec34fa52

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

module TD::Types
  # New call was received.
  #
  # @attr call_id [Integer] Call identifier.
  class NotificationType::NewCall < NotificationType
    attribute :call_id, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/notification_type/new_call.rb
tdlib-ruby-2.2.0 lib/tdlib/types/notification_type/new_call.rb
tdlib-ruby-2.1.0 lib/tdlib/types/notification_type/new_call.rb