Sha256: 71b9ba60fa2acf47a080a02df362f29b9c48c563707a301bbda6ebf9529308aa
Contents?: true
Size: 399 Bytes
Versions: 4
Compression:
Stored size: 399 Bytes
Contents
module TD::Types # Represents result of checking whether the current session can be used to transfer a chat ownership to another user. class CanTransferOwnershipResult < Base %w[ ok password_needed password_too_fresh session_too_fresh ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/can_transfer_ownership_result/#{type}" end end end
Version data entries
4 entries across 4 versions & 2 rubygems