Module slacker_rich_messages

Function Index

format/3Creates rich attachment message.
format/4Creates rich attachment message with icon.
format/5Creates rich attachment message with icon and image.
format_table/4Creates rich attachment message in table format.
format_table/5Creates rich attachment message in table format with icon.

Function Details

format/3

format(Title::binary(), Message::binary(), Color::binary()) -> binary()

Creates rich attachment message

format/4

format(Title::binary(), Message::binary(), Color::binary(), IconUrl::binary()) -> binary()

Creates rich attachment message with icon

format/5

format(Title::binary(), Message::binary(), Color::binary(), URL::binary(), IconUrl::binary()) -> binary()

Creates rich attachment message with icon and image

format_table/4

format_table(Title::binary(), Message::binary(), Fields::fields(), Color::binary()) -> binary()

Creates rich attachment message in table format

format_table/5

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.