Sha256: 9090e56444c5f9639f3bd76946d58e88b206808f70c6bbb8fc527b9adb2bebba
Contents?: true
Size: 236 Bytes
Versions: 3
Compression:
Stored size: 236 Bytes
Contents
module TD::Types # A background from the server. # # @attr background_id [Integer] The background identifier. class InputBackground::Remote < InputBackground attribute :background_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems