Method: TelegramBot::Update#chat_join_request
- Defined in:
- lib/telegram-bot/models/update.rb
#chat_join_request ⇒ Object
Optional. A request to join the chat has been sent. The bot must have the can_invite_users administrator right in the chat to receive these updates.
80 81 82 |
# File 'lib/telegram-bot/models/update.rb', line 80 def chat_join_request @chat_join_request end |