Class: TD::Types::InputBackground::Previous

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

Overview

A background previously set in the chat; for chat backgrounds only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#message_idInteger

Identifier of the message with the background.

Returns:

  • (Integer)

    the current value of message_id



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

def message_id
  @message_id
end