LINE.Bot.MessagingApi.Model.RichMenuBatchUnlinkOperation (line_bot_sdk v0.1.0)

Copy Markdown

Unlink the rich menu for all users linked to the rich menu specified in the from property.

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.RichMenuBatchUnlinkOperation{
  from: String.t(),
  type: String.t()
}

Functions

decode(value)