Versions in this module Expand all Collapse all v0 v0.4.1 Sep 4, 2026 v0.4.0 Sep 3, 2026 Changes in this version + const ChatMetadataRequestCreate + const ChatMetadataRequestGet + const ChatMetadataRequestJoin + const ChatMetadataRequestLeave + const UserVisibilityFriendsOnly + const UserVisibilityPrivate + const UserVisibilityPublic + type ChatMetadataRaw struct + BlockSize int + Creator string + Description string + ID int + IsPublic bool + LastBlockID int + LastMessageID int + Members []string + Name string + NumberOfBlocks int + NumberOfMessages int type ChatMetadataRequest + Description string + IsPublic bool + Name string + Username string type ChatMetadataResponse + Error string + type MemberRequest struct + ChatID int + Type RequestWhat + Username string + type MemberResponse struct + ChatIDs []int + Error string + Type RequestWhat type RequestWhere + const REQ_MEMBER + type UserRaw struct + Bio string + MemberOf []int + Notifications map[int]int + Online bool + Status string + Username string + Visibility UserVisibility type UserRequest + Type RequestWhat type UserResponse + Type RequestWhat + type UserVisibility struct + Bio int + MemberOf int + Notifications int + Online int + Status int v0.3.2 Aug 14, 2026 v0.3.1 Aug 13, 2026 v0.3.0 Aug 11, 2026 Changes in this version + const SERVER_USER_ID + const UserRequestRegister + type ChatMetadata struct + BlockSize int + Creator int + Description string + ID int + IsPublic bool + LastBlockID int + LastMessageID int + Members []int + Name string + NumberOfBlocks int + NumberOfMessages int + type ChatMetadataRequest struct + ChatID int + NewMetadata ChatMetadata + Type RequestWhat + type ChatMetadataResponse struct + ChatID int + Metadata ChatMetadata + Type RequestWhat type ChatRequest + RepliedIDs []int + UserID int type ChatResponse + Users []User type MessageRaw + RepliedIDs []int + UserID int + type User struct + ID int + Username string + type UserRequest struct + RequestType string + Username string + type UserResponse struct + Error string + User User v0.2.1 Jul 30, 2026 v0.2.0 Jul 29, 2026 Changes in this version + const NONE_INT + const NONE_STRING + const PROTOCOL_VER_LATEST + const SERVER_USERNAME + type ChatRaw struct + Messages []MessageRaw + Version string + type ChatRequest struct + ChatID int + MessageContent string + MessageID int + Type RequestWhat + Username string + type ChatResponse struct + ChatID int + Error string + MessageID int + Messages []MessageRaw + Type RequestWhat + type MessageRaw struct + Content string + ID int + Time int64 + Username string + type RequestWhat string + const REQ_ADD + const REQ_DEL + const REQ_EDIT + const REQ_GET + type RequestWhere string + const REQ_CHAT + const REQ_CHATMETADATA + const REQ_USER