Skip to main content

lib/slack/web/docs/stars.list.json

{
	"desc": "Lists stars for a user.",

	"args": {
		"user": {
			"type"		: "user",
			"required"	: false,
			"desc"		: "Show stars by this user. Defaults to the authed user."
		}
	},

	"has_paging"	: true,
	"default_count"	: 100,

	"errors": {
		"user_not_found"	: "Value passed for `user` was invalid"
	}
}