Sha256: 1547bc8b5f06c575d618dce1ca2ee3c8029b6300d410e4e9e319e6e231d6f67f

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

module TD::Types
  # Represents a list of chats located nearby.
  #
  # @attr users_nearby [Array<TD::Types::ChatNearby>] List of users nearby.
  # @attr supergroups_nearby [Array<TD::Types::ChatNearby>] List of location-based supergroups nearby.
  class ChatsNearby < Base
    attribute :users_nearby, TD::Types::Array.of(TD::Types::ChatNearby)
    attribute :supergroups_nearby, TD::Types::Array.of(TD::Types::ChatNearby)
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/chats_nearby.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/chats_nearby.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chats_nearby.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/chats_nearby.rb
tdlib-ruby-2.2.0 lib/tdlib/types/chats_nearby.rb