Sha256: f1ed47fa199666d549cb1218972073b07bd17215370a73e16f4f29a75b91a8ac

Contents?: true

Size: 165 Bytes

Versions: 4

Compression:

Stored size: 165 Bytes

Contents

module TD::Types
  # Contains the call identifier.
  #
  # @attr id [Integer] Call identifier.
  class CallId < Base
    attribute :id, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/call_id.rb
tdlib-ruby-2.2.0 lib/tdlib/types/call_id.rb
tdlib-ruby-2.1.0 lib/tdlib/types/call_id.rb
tdlib-ruby-2.0.0 lib/tdlib/types/call_id.rb