Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfigResp ¶
type AppConfigResp struct { RSAPublicKey string Version int SuperToken string SuperTokenOn int WelcomeMessage string // 登录欢迎语 NewUserJoinSystemGroup int // 新用户是否加入系统群聊 SearchByPhone int // 是否可通过手机号搜索 RegisterInviteOn int // 是否开启注册邀请 SendWelcomeMessageOn int // 是否发送登录欢迎语 InviteSystemAccountJoinGroupOn int // 是否允许邀请系统账号进入群聊 RegisterUserMustCompleteInfoOn int // 是否要求注册用户必须填写完整信息 ChannelPinnedMessageMaxCount int // 频道置顶消息最大数量 }
type Country ¶
type Country struct { Code string `json:"code"` Icon string `json:"icon"` Name string `json:"name"` }
Country Country
Click to show internal directories.
Click to hide internal directories.