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

Copy Markdown

Limit of the Narrowcast

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.Limit{
  forbidPartialDelivery: boolean() | nil,
  max: integer() | nil,
  upToRemainingQuota: boolean() | nil
}

Functions

decode(value)