IChatApiSendMessage Method

GF API Documentation
Sends a text message to a user

Namespace:  GF.Api.Messaging.Chat
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

void SendMessage(
	UserID userID,
	string message
)

Parameters

userID
Type: GF.Api.UsersUserID
User whom to send to
message
Type: SystemString
Message text
See Also

Reference