Sha256: 4efa0f3a3e6e11c99c927145b847a80c74b9dee28b41d8460c6ab8719bfc0b23

Contents?: true

Size: 232 Bytes

Versions: 2

Compression:

Stored size: 232 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/log_tags.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/log_tags.rb