Sha256: 912c8fd1d95f1574ec1dc450ddbe99c5549fb668f6e0393cba5f3ffb509252f5
Contents?: true
Size: 236 Bytes
Versions: 4
Compression:
Stored size: 236 Bytes
Contents
module TD::Types # The user is offline. # # @attr was_online [Integer] Point in time (Unix timestamp) when the user was last online. class UserStatus::Offline < UserStatus attribute :was_online, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems