Home
last modified time | relevance | path

Searched refs:ChatInfo (Results 1 – 7 of 7) sorted by last modified time

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelOnline.go40 ChatInfo *ChatInfo `json:"chatInfo,omitempty"` member
H A DModelCall.go40 ChatInfo *ChatInfo `json:"chatInfo,omitempty"` member
H A DModelChat.go34 type ChatInfo struct { struct
/dports/irc/smuxi/smuxi-1.1/src/Engine-Campfire/Protocols/Campfire/
H A DCampfireProtocolManager.cs551 public override void CloseChat(FrontendManager fm, ChatModel ChatInfo) in CloseChat() argument
553 var chat = GetChat(ChatInfo.ID, ChatType.Group); in CloseChat()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOINFO.h82 struct ChatInfo struct
158 ChatInfo remote_chat_array[MAX_REMOTE_CHAT_STR];
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DONEWS2.cpp933 ChatInfo* chatInfo = info.remote_chat_array+useChatId-1; in chat_msg()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchat.c87 } ChatInfo; typedef
89 ChatInfo gstChatInfo;
751 memset(&gstChatInfo, 0, sizeof(ChatInfo)); in InitChat()