Class: Line::Bot::Event::AccountLink Deprecated
- Defined in:
- lib/line/bot/v1/event/account_link.rb
Overview
Deprecated.
This is deprecated. Please use V2::Webhook::AccountLinkEvent instead.
Event object for when a user has linked his/her LINE account with a provider’s service account.
developers.line.biz/en/reference/messaging-api/#account-link-event
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Line::Bot::Event::Base
Instance Method Details
#nonce ⇒ String
32 33 34 |
# File 'lib/line/bot/v1/event/account_link.rb', line 32 def nonce @src['link']['nonce'] end |
#result ⇒ String
27 28 29 |
# File 'lib/line/bot/v1/event/account_link.rb', line 27 def result @src['link']['result'] end |