Sha256: 1add98ab33bc4985f2db06075a7ae88e301b82bf3c1ca2253da6fbf1c3630059
Contents?: true
Size: 225 Bytes
Versions: 3
Compression:
Stored size: 225 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::Integer end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_background/remote.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/input_background/remote.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/input_background/remote.rb |