Class: Tramway::Bots::Telegram::Chat

Inherits:
ApplicationRecord show all
Defined in:
app/models/tramway/bots/telegram/chat.rb

Instance Method Summary collapse

Instance Method Details

#private?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'app/models/tramway/bots/telegram/chat.rb', line 9

def private?
  chat_type == 'private'
end