Class: TD::Types::Backgrounds

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

Overview

Contains a list of backgrounds.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#backgroundsArray<TD::Types::Background>

A list of backgrounds.

Returns:



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

def backgrounds
  @backgrounds
end