# frozen_string_literal: true
module Integrations
class Telegram < Integration
include Integrations::Base::Telegram
end