package
0.0.31
Repository: https://github.com/spark-comm/imcloud_sdk.git
Documentation: pkg.go.dev

# Structs

message GroupRequest{ string UserID = 1; string GroupID = 2; string HandleResult = 3; string ReqMsg = 4; string HandleMsg = 5; int64 ReqTime = 6; string HandleUserID = 7; int64 HandleTime = 8; string Ex = 9; }open_im_sdk.GroupRequest == imdb.GroupRequest.
message BlackInfo{ string OwnerUserID = 1; int64 CreateTime = 2; PublicUserInfo BlackUserInfo = 4; int32 AddSource = 5; string OperatorUserID = 6; string Ex = 7; } open_im_sdk.BlackInfo(BlackUserInfo) != imdb.Black (BlockUserID).
No description provided by the author
No description provided by the author
`create table if not exists conversation ( conversation_id char(128) NOT NULL, conversation_type int(11) NOT NULL, user_id varchar(128) DEFAULT NULL, group_id varchar(128) DEFAULT NULL, show_name varchar(128) NOT NULL, face_url varchar(128) NOT NULL, recv_msg_opt int(11) NOT NULL , unread_count int(11) NOT NULL , latest_msg varchar(255) NOT NULL , latest_msg_send_time INTEGER(255) NOT NULL , draft_text varchar(255) DEFAULT NULL , draft_timestamp INTEGER(255) DEFAULT NULL , is_pinned int(10) NOT NULL , PRIMARY KEY (conversation_id) ).
No description provided by the author
No description provided by the author
message FriendInfo{ string OwnerUserID = 1; string Remark = 2; int64 CreateTime = 3; UserInfo FriendUser = 4; int32 AddSource = 5; string OperatorUserID = 6; string Ex = 7; } open_im_sdk.FriendInfo(FriendUser) != imdb.Friend(FriendUserID) table = ` CREATE TABLE IF NOT EXISTS friends( owner_user_id CHAR (64) NOT NULL, friend_user_id CHAR (64) NOT NULL , name varchar(64) DEFAULT NULL , face_url varchar(100) DEFAULT NULL , remark varchar(255) DEFAULT NULL, gender int DEFAULT NULL , phone_number varchar(32) DEFAULT NULL , birth INTEGER DEFAULT NULL , email varchar(64) DEFAULT NULL , create_time INTEGER DEFAULT NULL , add_source int DEFAULT NULL , operator_user_id CHAR(64) DEFAULT NULL, ex varchar(1024) DEFAULT NULL, PRIMARY KEY (owner_user_id,friend_user_id) )`.
message FriendRequest{ string FromUserID = 1; string ToUserID = 2; int32 HandleResult = 3; string ReqMsg = 4; int64 CreateTime = 5; string HandlerUserID = 6; string HandleMsg = 7; int64 HandleTime = 8; string Ex = 9; } open_im_sdk.FriendRequest == imdb.FriendRequest.
No description provided by the author
No description provided by the author
message GroupRequest{ string UserID = 1; string GroupID = 2; string HandleResult = 3; string ReqMsg = 4; string HandleMsg = 5; int64 ReqTime = 6; string HandleUserID = 7; int64 HandleTime = 8; string Ex = 9; }open_im_sdk.GroupRequest == imdb.GroupRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
string UserID = 1; string Nickname = 2; string FaceUrl = 3; int32 Gender = 4; string PhoneNumber = 5; string Birth = 6; string Email = 7; string Ex = 8; int64 CreateTime = 9; int32 AppMangerLevel = 10; open_im_sdk.User == imdb.User.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author