Method: Line::Bot::V2::Webhook::VideoPlayComplete#tracking_id

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

#tracking_idString

Returns ID used to identify a video. Returns the same value as the trackingId assigned to the video message.

Returns:

  • (String)

    ID used to identify a video. Returns the same value as the trackingId assigned to the video message.



17
18
19
# File 'lib/line/bot/v2/webhook/model/video_play_complete.rb', line 17

def tracking_id
  @tracking_id
end