(context.Context, Activity, ...UpdateToTargetsOption)
| 26 | GetFollowing(context.Context, ...FollowingOption) (*FollowingResponse, error) |
| 27 | Unfollow(context.Context, Feed, ...UnfollowOption) (*BaseResponse, error) |
| 28 | UpdateToTargets(context.Context, Activity, ...UpdateToTargetsOption) (*UpdateToTargetsResponse, error) |
| 29 | BatchUpdateToTargets(context.Context, []UpdateToTargetsRequest) (*UpdateToTargetsResponse, error) |
| 30 | RealtimeToken(bool) string |
| 31 | } |
no outgoing calls