LINE. Bot. Shop
(line_bot_sdk v0.2.0)
Copy Markdown
API calls for all endpoints tagged Shop.
Summary
Functions
Sends a mission sticker.
Parameters
client(Req.Request.t/0): Client to make request withmission_sticker_request(t:MissionStickerRequest/0):client_opts(keyword/0): Options to pass toReq.request
Returns
{:ok, nil}on success{:error, Req.Response.t}on failure
Create a new Shop client.
Options
:base_url- base URL for requests (default:"https://api.line.me"):channel_token(required) - channel access token for Bearer authorization:plug- plug to use for testing (seeReq.new/1)