Sha256: 2140e45730e7a8e566f5e44bc48dbf9d91bd6926c963af0176463e13d10b2387
Contents?: true
Size: 351 Bytes
Versions: 6
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # Provides information about the method by which an authentication code is delivered to the user. class AuthenticationCodeType < Base %w[ telegram_message sms call flash_call ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/authentication_code_type/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems