Class: TD::Types::BackgroundType::Fill

Inherits:
TD::Types::BackgroundType show all
Defined in:
lib/tdlib/types/background_type/fill.rb

Overview

A filled background.

Instance Attribute Summary collapse

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#fillTD::Types::BackgroundFill

Description of the background fill.

Returns:



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

def fill
  @fill
end