Parameters
| Name | Type | Mode |
|---|---|---|
| p_user_id | integer | IN |
| user_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |
Retrieves all streamers that a user is subscribed to with subscription timestamps.
| Name | Type | Mode |
|---|---|---|
| p_user_id | integer | IN |
| user_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |