The Chats type exposes the following members.
Methods| | Name | Description |
|---|
  | GetChat | |
  | GetChatCount(Int64, Int64, String, String) | |
  | GetChatCount(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, Int64, String, String) | |
  | GetChats(Int64, Int64, String, String) | |
  | GetChats(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, Int64, String, String) | |
  | GetMessage | |
  | GetMessageCount | |
  | GetMessages(Int64, String, DateTime, DateTime, Int32, Boolean) | |
  | GetMessages(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, DateTime, DateTime, Int32, Boolean) | |
  | Initialize | |
  | NewChat(ServerNetworkService_CloudFunctionsCallMethodContext, String, String, String) | |
  | NewChat(Int64, String, String, String) | |
  | NewMessage(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, String, String) | |
  | NewMessage(Int64, String, Int64, String, String, String) | |
  | Update | |
  | UpdateChat(Int64, String, String, String) | |
  | UpdateChat(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, String, String) | |
  | UpdateMessage(Int64, String, String, String, String) | |
  | UpdateMessage(ServerNetworkService_CloudFunctionsCallMethodContext, Int64, String, String, String, String) | |
Top
See Also