module Lark::Apis::Interactive

Public Instance Methods

card_update(token:, card:) click to toggle source
# File lib/lark/apis/interactive.rb, line 4
def card_update(token:, card:)
  post 'interactive/v1/card/update', {
    token: token,
    card: card
  }
end