Documentation ¶
Index ¶
- type Full
- func (u *Full) GetGroupInfoByGroupID(groupID string) (*model_struct.LocalGroup, error)
- func (u *Full) GetGroupInfoFromLocal2Svr(groupID string, sessionType int32) (*model_struct.LocalGroup, error)
- func (u *Full) GetReadDiffusionGroupIDList(operationID string) ([]string, error)
- func (u *Full) GetUsersInfo(callback open_im_sdk_callback.Base, userIDList string, operationID string)
- func (u *Full) Group() *group.Group
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Full ¶
type Full struct { SuperGroup *super_group.SuperGroup // contains filtered or unexported fields }
func (*Full) GetGroupInfoByGroupID ¶
func (u *Full) GetGroupInfoByGroupID(groupID string) (*model_struct.LocalGroup, error)
func (*Full) GetGroupInfoFromLocal2Svr ¶
func (u *Full) GetGroupInfoFromLocal2Svr(groupID string, sessionType int32) (*model_struct.LocalGroup, error)
func (*Full) GetReadDiffusionGroupIDList ¶
func (*Full) GetUsersInfo ¶
func (u *Full) GetUsersInfo(callback open_im_sdk_callback.Base, userIDList string, operationID string)
Click to show internal directories.
Click to hide internal directories.