Method: TelegramBot::Update#my_chat_member

Defined in:
lib/telegram-bot/models/update.rb

#my_chat_memberObject

Optional. The bot’s chat member status was updated in a chat. For private chats, this update is received only when the bot is blocked or unblocked by the user.



74
75
76
# File 'lib/telegram-bot/models/update.rb', line 74

def my_chat_member
  @my_chat_member
end