Sha256: 882c2ae62f3bbeda4b0698c2dcf598a7b70bb02f4983085be450fb9dfdb211dc
Contents?: true
Size: 309 Bytes
Versions: 2
Compression:
Stored size: 309 Bytes
Contents
module TD::Types # No information on the user besides the user_id is available, yet this user has not been deleted. # This object is extremely rare and must be handled like a deleted user. # It is not possible to perform any actions on users of this type. class UserType::Unknown < UserType end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/user_type/unknown.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/user_type/unknown.rb |