Method: Line::Bot::V2::Webhook::MemberLeftEvent#webhook_event_id

Defined in:
lib/line/bot/v2/webhook/model/member_left_event.rb

#webhook_event_idString

Returns Webhook Event ID. An ID that uniquely identifies a webhook event. This is a string in ULID format.

Returns:

  • (String)

    Webhook Event ID. An ID that uniquely identifies a webhook event. This is a string in ULID format.



32
33
34
# File 'lib/line/bot/v2/webhook/model/member_left_event.rb', line 32

def webhook_event_id
  @webhook_event_id
end