Parameters
| Name | Type | Mode |
|---|---|---|
| p_streamer_id | integer | IN |
| user_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |
Retrieves all users subscribed to a streamer with subscription timestamps.
| Name | Type | Mode |
|---|---|---|
| p_streamer_id | integer | IN |
| user_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |