Sha256: 6ca65591762cba4aecd143312ef229eaa3633ca4ac617184a1f326d4d19420f8

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

module TD::Types
  # Contains a list of hashtags.
  #
  # @attr hashtags [Array<TD::Types::String>] A list of hashtags.
  class Hashtags < Base
    attribute :hashtags, TD::Types::Array.of(TD::Types::String)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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