7 lines
124 B
Ruby

module DiscourseChat
module Provider
module TelegramProvider
PROVIDER_NAME = "telegram".freeze
end
end
end