Sha256: 10ce8db0193e5e5996e32adfa8ef806e404038d4aefaa9c3462b903d51ed9581
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 Bytes
Contents
module TD::Types # Contains information about an inline button of type inlineKeyboardButtonTypeLoginUrl. class LoginUrlInfo < Base %w[ open request_confirmation ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/login_url_info/#{type}" end end end
Version data entries
5 entries across 5 versions & 2 rubygems