mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-10 13:34:55 +00:00
12 lines
274 B
Ruby
12 lines
274 B
Ruby
module DiscourseChat
|
|
module Provider
|
|
module TelegramProvider
|
|
PROVIDER_NAME = "telegram".freeze
|
|
PROVIDER_ENABLED_SETTING = :chat_integration_telegram_enabled
|
|
CHANNEL_PARAMETERS = {}
|
|
|
|
end
|
|
end
|
|
end
|
|
|
|
require_relative "telegram_command_controller.rb" |