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

Copy Markdown

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

Summary

Types

t()

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

Functions

decode(value)