Skip to content

Subscriber Protocol

Yannik Marchand edited this page Feb 11, 2021 · 15 revisions

NEX Protocols > Subscriber (121)

Method ID Method Name
1 Hello
2 PostContent
3 GetContent
4 Follow
5 UnfollowAllAndFollow
6 Unfollow
7 GetFollowing
8 GetFollower
9 GetNumFollowers
10 GetTimeline
11 DeleteContent
12 GetContentMulti
13 UpdateUserStatus
14 GetFriendUserStatuses
15 GetUserStatuses

(1) Hello

Request

Type Description
String Unknown

Response

This method does not return anything.

(2) PostContent

Request

Type Description
SubscriberPostContentParam Param

Response

Type Description
Uint64 Unknown

(3) GetContent

Request

Type Description
SubscriberGetContentParam Param

Response

Type Description
List<SubscriberContent> Content

(11) DeleteContent

Request

Type Description
List<String> Unknown
Uint64 Unknown

Response

This method does not return anything.

(12) GetContentMulti

Request

Type Description
List<SubscriberGetContentParam> Param

Response

Type Description
List<List<SubscriberContent>> Content

(13) UpdateUserStatus

Request

Type Description
List<Unknown> Unknown
List<Uint8> Unknown

Response

This method does not return anything.

(14) GetFriendUserStatuses

Request

Type Description
List<Uint8> Up to 8 different integers between 0 and 7

Response

Type Description
List<SubscriberUserStatusInfo> Status list

(15) GetUserStatuses

Request

Type Description
List<PID> User ids
List<Uint8> Up to 8 different integers between 0 and 7

Response

Type Description
List<SubscriberUserStatusInfo> Status list

Types

SubscriberContent (Structure)

Type Description
Uint64 Unknown
String Unknown
qBuffer Unknown
Uint64 Unknown
List<String> Unknown
DateTime Unknown

SubscriberGetContentParam (Structure)

Type Description
String Unknown
Uint32 Unknown
Uint32 Unknown
Uint64 Unknown

SubscriberPostContentParam (Structure)

Type Description
List<String> Unknown
String Unknown
qBuffer Unknown

Unknown (Structure)

Type Description
qBuffer Unknown

SubscriberUserStatusInfo (Structure)

Type Description
PID User id
List<qBuffer> Unknown
Clone this wiki locally