Skip to content

Instantly share code, notes, and snippets.

@kkdai
Created March 20, 2020 12:46
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 kkdai/11001a7d0784c619688f1d618143e574 to your computer and use it in GitHub Desktop.
Save kkdai/11001a7d0784c619688f1d618143e574 to your computer and use it in GitHub Desktop.
//For LINE Friends images, please refer to https://developers.line.biz/media/messaging-api/sticker_list.pdf
const (
BrownImage string = "https://stickershop.line-scdn.net/stickershop/v1/sticker/52002734/iPhone/sticker_key@2x.png"
ConyImage string = "https://stickershop.line-scdn.net/stickershop/v1/sticker/52002735/iPhone/sticker_key@2x.png"
SallyImage string = "https://stickershop.line-scdn.net/stickershop/v1/sticker/52002736/iPhone/sticker_key@2x.png"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment