Method: Discordrb::EmbedThumbnail#height

Defined in:
lib/discordrb/data/embed.rb

#heightInteger (readonly)

Returns the height of this thumbnail file, in pixels.

Returns:

  • (Integer)

    the height of this thumbnail file, in pixels.



174
175
176
# File 'lib/discordrb/data/embed.rb', line 174

def height
  @height
end