line_bot v0.1.0 LineBot.Message.Template.Buttons View Source
Represents a Buttons template.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %LineBot.Message.Template.Buttons{ actions: [LineBot.Message.Action.t()], defaultAction: LineBot.Message.Action.t() | nil, imageAspectRatio: :rectangle | :square | nil, imageBackgroundColor: String.t() | nil, imageSize: :cover | :contain | nil, text: String.t(), thumbnailImageUrl: String.t() | nil, title: String.t() | nil, type: :buttons }