Class: TD::Types::Hashtags

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/hashtags.rb

Overview

Contains a list of hashtags.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#hashtagsArray<String>

A list of hashtags.

Returns:

  • (Array<String>)

    the current value of hashtags



5
6
7
# File 'lib/tdlib/types/hashtags.rb', line 5

def hashtags
  @hashtags
end