Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created April 2, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/8ec8056d021fe27e3f1d6df71ba385d2 to your computer and use it in GitHub Desktop.
Save astrotars/8ec8056d021fe27e3f1d6df71ba385d2 to your computer and use it in GitHub Desktop.
await channel.sendMessage({
text: 'Hello @Josh',
attachments: [
{
type: 'image',
asset_url: 'https://bit.ly/2K74TaG',
thumb_url: 'https://bit.ly/2Uumxti',
myCustomField: 123
}
],
mentioned_users: [josh.id],
anotherCustomField: 234
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment