Class: Line::Bot::Event::MemberLeft Deprecated

Inherits:
Base
  • Object
show all
Defined in:
lib/line/bot/v1/event/member_left.rb

Overview

Deprecated.

This is deprecated. Please use V2::Webhook::LeftMembers instead.

Event object for when a user leaves a group or room that the LINE official account is in.

No replyToken is generated for this event.

developers.line.biz/en/reference/messaging-api/#member-left-event

Method Summary

Methods inherited from Base

#[], #initialize, #to_hash

Constructor Details

This class inherits a constructor from Line::Bot::Event::Base