line_bot v0.1.0 LineBot.Message.Flex.BubbleStyleBlock View Source

Represents a Block bubble style.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Flex.BubbleStyleBlock{
  backgroundColor: String.t() | nil,
  separator: boolean() | nil,
  separatorColor: String.t() | nil
}