AMFMessageService

GetMessagingActors

POST https://moviestarplanet.com/Gateway.aspx?method=GetMessagingActors

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.GetMessagingActors

Argument count: 2

Return type: AmfServiceResultData

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorIds

List<int>

Actor Ids

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

IsCommunicationAllowedWith

POST https://moviestarplanet.com/Gateway.aspx?method=IsCommunicationAllowedWith

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.IsCommunicationAllowedWith

Argument count: 3

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

communicationType

int

Communication Type

actorID

int

Actor I D

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

IsCommunicationAllowedWithNeb

POST https://moviestarplanet.com/Gateway.aspx?method=IsCommunicationAllowedWithNeb

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.IsCommunicationAllowedWithNeb

Argument count: 3

Return type: ServiceResultData<bool>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

communicationType

int

Communication Type

profileId

string

Profile Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCall

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCall

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCall

Argument count: 7

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

text

string

Text

isRestrictedUser

bool

Is Restricted User

isGroupChat

bool

Is Group Chat

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCall

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCall

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCall

Argument count: 6

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

recipientActorId

int

Recipient Actor Id

text

string

Text

isRestrictedUser

bool

Is Restricted User

isGroupChat

bool

Is Group Chat

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCallNeb

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCallNeb

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCallNeb

Argument count: 8

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

text

string

Text

isRestrictedUser

bool

Is Restricted User

isGroupChat

bool

Is Group Chat

nebulaConversationId

long

Nebula Conversation Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCallNeb

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCallNeb

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCallNeb

Argument count: 9

Return type: FilterTextResponse

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

text

string

Text

isRestrictedUser

bool

Is Restricted User

isGroupChat

bool

Is Group Chat

nebulaConversationId

long

Nebula Conversation Id

recipientProfileId

string

Recipient Profile Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCallV2

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCallV2

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCallV2

Argument count: 7

Return type: FilterTextResponseV2

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

text

string

Text

isGroupChat

bool

Is Group Chat

nebulaConversationId

long

Nebula Conversation Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SendChatMessageWithModerationCallV2

POST https://moviestarplanet.com/Gateway.aspx?method=SendChatMessageWithModerationCallV2

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SendChatMessageWithModerationCallV2

Argument count: 8

Return type: FilterTextResponseV2

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

conversationId

string

Conversation Id

actorName

string

Actor Name

recipientActorId

int

Recipient Actor Id

text

string

Text

isGroupChat

bool

Is Group Chat

nebulaConversationId

long

Nebula Conversation Id

recipientProfileId

string

Recipient Profile Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

SetMessengerSession

POST https://moviestarplanet.com/Gateway.aspx?method=SetMessengerSession

Full endpoint: MovieStarPlanet.WebService.AMFMessageService.SetMessengerSession

Argument count: 2

Return type: ServiceResultData<SetMessengerSessionResult>

Request Body

Name
Type
Description

ticket

TicketHeader

Ticket

actorId

int

Actor Id

{
    "Target": "/1/onResult",
    "Response": "",
    "Content": "Not implemented"
}

Last updated