Class: TD::Types::InputBackground::Remote

Inherits:
TD::Types::InputBackground show all
Defined in:
lib/tdlib/types/input_background/remote.rb

Overview

A background from the server.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#background_idInteger

The background identifier.

Returns:

  • (Integer)

    the current value of background_id



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

def background_id
  @background_id
end