format/3 | Creates rich attachment message. |
format/4 | Creates rich attachment message with icon. |
format/5 | Creates rich attachment message with icon and image. |
format_table/4 | Creates rich attachment message in table format. |
format_table/5 | Creates rich attachment message in table format with icon. |
format(Title::binary(), Message::binary(), Color::binary()) -> binary()
Creates rich attachment message
format(Title::binary(), Message::binary(), Color::binary(), IconUrl::binary()) -> binary()
Creates rich attachment message with icon
format(Title::binary(), Message::binary(), Color::binary(), URL::binary(), IconUrl::binary()) -> binary()
Creates rich attachment message with icon and image
format_table(Title::binary(), Message::binary(), Fields::fields(), Color::binary()) -> binary()
Creates rich attachment message in table format
format_table(Title::binary(), Message::binary(), Fields::fields(), Color::binary(), IconUrl::binary()) -> binary()
Creates rich attachment message in table format with icon
Generated by EDoc, Feb 3 2016, 17:11:45.