Sha256: f9242533f622526d3a0f10ef4a2f7fbfae6ee40d9be9a236fb68640fd3b48dcc

Contents?: true

Size: 211 Bytes

Versions: 3

Compression:

Stored size: 211 Bytes

Contents

module TD::Types
  # Represents a list of chats.
  #
  # @attr chat_ids [Array<Integer>] List of chat identifiers.
  class Chats < Base
    attribute :chat_ids, TD::Types::Array.of(TD::Types::Integer)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/chats.rb
tdlib-ruby-2.1.0 lib/tdlib/types/chats.rb
tdlib-ruby-2.0.0 lib/tdlib/types/chats.rb