mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-10-28 04:18:37 +00:00
7 lines
124 B
Ruby
7 lines
124 B
Ruby
|
|
module DiscourseChat
|
||
|
|
module Provider
|
||
|
|
module TelegramProvider
|
||
|
|
PROVIDER_NAME = "telegram".freeze
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|