(* Options: Date: 2024-09-19 17:36:02 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://support.bettor-dual-stage.webhop.biz //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SendChatMessage.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Support.WebApi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type SendChatMessage() = interface IReturn member val SenderId:String = null with get,set member val DisplayName:String = null with get,set member val Payload:Dictionary = new Dictionary() with get,set member val Channel:String = null with get,set