Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatService ¶
type ChatService interface{}
type FactService ¶
type MessagingService ¶
type SelfClient ¶
type SelfClient interface { Start() error SelfAppID() string MessagingService() MessagingService ChatService() ChatService FactService() FactService Stop() Get() *selfsdk.Client }
func NewSelfClient ¶
func NewSelfClient(client *selfsdk.Client) SelfClient
Click to show internal directories.
Click to hide internal directories.