Sha256: c5cceeb0f5f9373fe624fe91b83dde3d3f0816e286f267c1467b2763e4a641f2

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

module TD::Types
  # Some data of a user has changed.
  # This update is guaranteed to come before the user identifier is returned to the client.
  #
  # @attr user [TD::Types::User] New data about the user.
  class Update::User < Update
    attribute :user, TD::Types::User
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/update/user.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/user.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/user.rb