tencent-im
tencent-im copied to clipboard
腾讯云IM服务端SDK实现
腾讯群组系统文档:https://cloud.tencent.com/document/product/269/1502
很多结构都有更新
我想使用此项目(或其中一部分代码),但是我注意到此项目没有添加 [LICENSE 文件](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)。 请问此项目使用什么授权协议呢?可以添加一个 LICENSE 文件方便其他人更快速地获取授权信息吗?
因为海外的服务会使用不同的请求地址。 如果使用国内的请求地址会出现各种离奇的错误
你好,我发现FetchGroupIds这个接口如果next=0返回结果next始终为0 原因是,fetchGroupIdsReq的json tag 如果为omitempty,会导致调用json.Marshal时候把next=0这个参数给忽略掉。 腾讯的这个接口,如果你连next这个key也不传的话,返回值也没有next这个key,导致拉不到下一页
release failed after 31.59s error=failed to build for linux_386: # github.com/dobyte/tencent-im/internal/sign github.com\dobyte\[email protected]\internal\sign\sign.go:68:30: constant 4278190080 overflows int
``` { "MsgType": "TIMFileElem", "MsgContent": { "Url": "https://7492-5678539059-1253735326.cos.ap-shanghai.myqcloud.com/abc123/49be9d32c0fbfba7b31dafa4312c6c7d", "UUID": "1053D4B3D61040894AC3DE44CDF28B3EC7EB7C0F", "FileSize": 1773552, "FileName": "file:///private/var/Application/tmp/trim.B75D5F9B-1426-4913-8845-90DD46797FCD.MOV", "Download_Flag": 2 } } ``` Need FileSize and FileName fields define