Sha256: 288c88473fa956b06563fd9237cd5b98f5c0b1f53d95c26bfec0090ebb4505a8

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/notification_type/new_call.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/notification_type/new_call.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/notification_type/new_call.rb