Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPeerNotFound = errors.New("peer not found") ErrNotChat = errors.New("not chat") ErrNotChannel = errors.New("not channel") ErrNotUser = errors.New("not user") ErrTextEmpty = errors.New("text was not provided") ErrTextInvalid = errors.New("type of text is invalid, provide one from string and []styling.StyledTextOption") ErrMessageNotExist = errors.New("message not exist") ErrReplyNotMessage = errors.New("reply header is not a message") )
View Source
var (
ErrClientAlreadyRunning = errors.New("client is already running")
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.