Sha256: 45eb44ad27728cb4c9343b0916805bb01175982131d6475c992d9959b7718518

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

module TD::Types
  # Contains a list of available TDLib internal log tags.
  #
  # @attr tags [Array<String>] List of log tags.
  class LogTags < Base
    attribute :tags, TD::Types::Array.of(TD::Types::String)
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

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