BuddyMessage(s) are similar to private chat messages but are specifically designed for the Buddy List system.

Namespace: Sfs2X.Requests
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class BuddyMessageRequest : GenericMessageRequest

Remarks

They don't require any Room parameter, nor they require that Users are joined into any particular Room. Additionally the Buddy Message performs specific validation such as making sure that the recipient is in the User's BuddyList and verifies the Buddy block status.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests..::..GenericMessageRequest
      Sfs2X.Requests..::..BuddyMessageRequest

See Also