Sha256: e51c3d898d6672b9f5a3256c4f43f9f4baf50e7bfead08f99cba67a3393f3b14

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 Bytes

Contents

module TD::Types
  # A background from a local file.
  #
  # @attr background [TD::Types::InputFile] Background file to use.
  #   Only {TD::Types::InputFile::Local} and {TD::Types::InputFile::Generated} are supported.
  #   The file nust be in JPEG format for wallpapers and in PNG format for patterns.
  class InputBackground::Local < InputBackground
    attribute :background, TD::Types::InputFile
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/input_background/local.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_background/local.rb