Sha256: 03b9bf4f5864cebad5de0960c30781d253362add013ffaf1a5b905f509b7a21b
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 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 application. # # @attr user [TD::Types::User] New data about the user. class Update::User < Update attribute :user, TD::Types::User end end
Version data entries
4 entries across 4 versions & 1 rubygems