Sha256: 1b656c8ce68b72a7a22dad3e0e0fb04e54f9047d8e8674b2104336caaba50e1c
Contents?: true
Size: 301 Bytes
Versions: 6
Compression:
Stored size: 301 Bytes
Contents
module TD::Types # Describes the last time the user was online. class UserStatus < Base %w[ empty online offline recently last_week last_month ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/user_status/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems