Sha256: 030377a4671b7562faf9b7cf657fda3248afbf3b5b4fc49debd586359516a185
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
module TD::Types # A deleted user or deleted bot. # No information on the user besides the user_id is available. # It is not possible to perform any active actions on this type of user. class UserType::Deleted < 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/deleted.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/user_type/deleted.rb |