Class: Tramway::Bots::Telegram::Chat
- Inherits:
-
ApplicationRecord
- Object
- Core::ApplicationRecord
- ApplicationRecord
- Tramway::Bots::Telegram::Chat
- Defined in:
- app/models/tramway/bots/telegram/chat.rb
Instance Method Summary collapse
Instance Method Details
#private? ⇒ Boolean
9 10 11 |
# File 'app/models/tramway/bots/telegram/chat.rb', line 9 def private? chat_type == 'private' end |