Class: TelegramChatbot::ChatGroup
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- TelegramChatbot::ChatGroup
- Defined in:
- app/models/telegram_chatbot/chat_group.rb
Constant Summary collapse
- TELEGRAM_CHAT_TYPES =
%w[group supergroup]
- TELEGRAM_SUPER_GROUP =
"supergroup"
- TELEGRAM_GROUP =
"group"