Sha256: ecdd24942fe7a7acf5c1a7a49592c381dee64f2f1eac7ff7868b22ccd309f64a
Contents?: true
Size: 207 Bytes
Versions: 4
Compression:
Stored size: 207 Bytes
Contents
module TD::Types # Contains a list of hashtags. # # @attr hashtags [Array<String>] A list of hashtags. class Hashtags < Base attribute :hashtags, TD::Types::Array.of(TD::Types::String) end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/hashtags.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/hashtags.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/hashtags.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/hashtags.rb |