Versions in this module Expand all Collapse all v0 v0.3.0 Oct 30, 2025 Changes in this version + const TypeAcceptFriendsNotif + const TypeAcceptFriendsRequest + const TypeAcceptFriendsResponse + const TypeBlockPlayerNotif + const TypeBlockPlayerRequest + const TypeBlockPlayerResponse + const TypeCancelFriendsNotif + const TypeCancelFriendsRequest + const TypeCancelFriendsResponse + const TypeCancelMatchmakingRequest + const TypeCancelMatchmakingResponse + const TypeChannelChatNotif + const TypeClientResetRequest + const TypeConnectNotif + const TypeDisconnectNotif + const TypeDsNotif + const TypeErrorNotif + const TypeExitAllChannel + const TypeFriendsStatusRequest + const TypeFriendsStatusResponse + const TypeGetAllSessionAttributeRequest + const TypeGetAllSessionAttributeResponse + const TypeGetFriendshipStatusRequest + const TypeGetFriendshipStatusResponse + const TypeGetSessionAttributeRequest + const TypeGetSessionAttributeResponse + const TypeHeartbeat + const TypeJoinDefaultChannelRequest + const TypeJoinDefaultChannelResponse + const TypeListIncomingFriendsRequest + const TypeListIncomingFriendsResponse + const TypeListOfFriendsRequest + const TypeListOfFriendsResponse + const TypeListOnlineFriendsRequest + const TypeListOutgoingFriendsRequest + const TypeListOutgoingFriendsResponse + const TypeMatchmakingNotif + const TypeMessageNotif + const TypeMessageSessionNotif + const TypeOfflineNotificationRequest + const TypeOfflineNotificationResponse + const TypeOnlineFriends + const TypePartyChatNotif + const TypePartyChatRequest + const TypePartyChatResponse + const TypePartyCreateRequest + const TypePartyCreateResponse + const TypePartyDataUpdateNotif + const TypePartyGetInvitedNotif + const TypePartyInfoRequest + const TypePartyInfoResponse + const TypePartyInviteNotif + const TypePartyInviteRequest + const TypePartyInviteResponse + const TypePartyJoinNotif + const TypePartyJoinRequest + const TypePartyJoinResponse + const TypePartyKickNotif + const TypePartyKickRequest + const TypePartyKickResponse + const TypePartyLeaveNotif + const TypePartyLeaveRequest + const TypePartyLeaveResponse + const TypePartyPromoteLeaderRequest + const TypePartyPromoteLeaderResponse + const TypePartyRejectNotif + const TypePartyRejectRequest + const TypePartyRejectResponse + const TypePersonalChatHistoryRequest + const TypePersonalChatHistoryResponse + const TypePersonalChatNotif + const TypePersonalChatRequest + const TypePersonalChatResponse + const TypeRefreshTokenRequest + const TypeRefreshTokenResponse + const TypeRejectFriendsNotif + const TypeRejectFriendsRequest + const TypeRejectFriendsResponse + const TypeRematchmakingNotif + const TypeRequestFriendsNotif + const TypeRequestFriendsRequest + const TypeRequestFriendsResponse + const TypeSendChannelChatRequest + const TypeSendChannelChatResponse + const TypeSetReadyConsentNotif + const TypeSetReadyConsentRequest + const TypeSetReadyConsentResponse + const TypeSetSessionAttributeRequest + const TypeSetSessionAttributeResponse + const TypeSetUserStatusRequest + const TypeSetUserStatusResponse + const TypeShutdownNotif + const TypeSignalingP2PNotif + const TypeStartMatchmakingRequest + const TypeStartMatchmakingResponse + const TypeUnblockPlayerNotif + const TypeUnblockPlayerRequest + const TypeUnblockPlayerResponse + const TypeUnfriendNotif + const TypeUnfriendRequest + const TypeUnfriendResponse + const TypeUserBannedNotification + const TypeUserMetricRequest + const TypeUserMetricResponse + const TypeUserStatusNotif + var MessageTypes = []string + var NewMessageFromMapRegistry = baseWsm.NewMessageFromMap + type AcceptFriendsNotif struct + FriendID string + func NewAcceptFriendsNotifFromMap(m map[string]interface{}) (*AcceptFriendsNotif, error) + func (*AcceptFriendsNotif) Type() string + func (m *AcceptFriendsNotif) SafeString() (string, error) + func (m *AcceptFriendsNotif) String() string + type AcceptFriendsRequest struct + FriendID *string + ID *string + func NewAcceptFriendsRequestFromMap(m map[string]interface{}) (*AcceptFriendsRequest, error) + func (*AcceptFriendsRequest) Type() string + func (m *AcceptFriendsRequest) SafeString() (string, error) + func (m *AcceptFriendsRequest) String() string + type AcceptFriendsResponse struct + Code int64 + ID string + func NewAcceptFriendsResponseFromMap(m map[string]interface{}) (*AcceptFriendsResponse, error) + func (*AcceptFriendsResponse) Type() string + func (m *AcceptFriendsResponse) SafeString() (string, error) + func (m *AcceptFriendsResponse) String() string + type BlockPlayerNotif struct + BlockedUserID string + UserID string + func NewBlockPlayerNotifFromMap(m map[string]interface{}) (*BlockPlayerNotif, error) + func (*BlockPlayerNotif) Type() string + func (m *BlockPlayerNotif) SafeString() (string, error) + func (m *BlockPlayerNotif) String() string + type BlockPlayerRequest struct + BlockUserID *string + ID *string + Namespace *string + func NewBlockPlayerRequestFromMap(m map[string]interface{}) (*BlockPlayerRequest, error) + func (*BlockPlayerRequest) Type() string + func (m *BlockPlayerRequest) SafeString() (string, error) + func (m *BlockPlayerRequest) String() string + type BlockPlayerResponse struct + BlockUserID string + Code int64 + ID string + Namespace string + func NewBlockPlayerResponseFromMap(m map[string]interface{}) (*BlockPlayerResponse, error) + func (*BlockPlayerResponse) Type() string + func (m *BlockPlayerResponse) SafeString() (string, error) + func (m *BlockPlayerResponse) String() string + type CancelFriendsNotif struct + UserID string + func NewCancelFriendsNotifFromMap(m map[string]interface{}) (*CancelFriendsNotif, error) + func (*CancelFriendsNotif) Type() string + func (m *CancelFriendsNotif) SafeString() (string, error) + func (m *CancelFriendsNotif) String() string + type CancelFriendsRequest struct + FriendID *string + ID *string + func NewCancelFriendsRequestFromMap(m map[string]interface{}) (*CancelFriendsRequest, error) + func (*CancelFriendsRequest) Type() string + func (m *CancelFriendsRequest) SafeString() (string, error) + func (m *CancelFriendsRequest) String() string + type CancelFriendsResponse struct + Code int64 + ID string + func NewCancelFriendsResponseFromMap(m map[string]interface{}) (*CancelFriendsResponse, error) + func (*CancelFriendsResponse) Type() string + func (m *CancelFriendsResponse) SafeString() (string, error) + func (m *CancelFriendsResponse) String() string + type CancelMatchmakingRequest struct + GameMode *string + ID *string + IsTempParty *bool + func NewCancelMatchmakingRequestFromMap(m map[string]interface{}) (*CancelMatchmakingRequest, error) + func (*CancelMatchmakingRequest) Type() string + func (m *CancelMatchmakingRequest) SafeString() (string, error) + func (m *CancelMatchmakingRequest) String() string + type CancelMatchmakingResponse struct + Code int64 + ID string + func NewCancelMatchmakingResponseFromMap(m map[string]interface{}) (*CancelMatchmakingResponse, error) + func (*CancelMatchmakingResponse) Type() string + func (m *CancelMatchmakingResponse) SafeString() (string, error) + func (m *CancelMatchmakingResponse) String() string + type ChannelChatNotif struct + ChannelSlug string + From string + Payload string + SentAt string + func NewChannelChatNotifFromMap(m map[string]interface{}) (*ChannelChatNotif, error) + func (*ChannelChatNotif) Type() string + func (m *ChannelChatNotif) SafeString() (string, error) + func (m *ChannelChatNotif) String() string + type ClientResetRequest struct + Namespace *string + UserID *string + func NewClientResetRequestFromMap(m map[string]interface{}) (*ClientResetRequest, error) + func (*ClientResetRequest) Type() string + func (m *ClientResetRequest) SafeString() (string, error) + func (m *ClientResetRequest) String() string + type ConnectNotif struct + LobbySessionID string + func NewConnectNotifFromMap(m map[string]interface{}) (*ConnectNotif, error) + func (*ConnectNotif) Type() string + func (m *ConnectNotif) SafeString() (string, error) + func (m *ConnectNotif) String() string + type DisconnectNotif struct + ConnectionID string + Namespace string + func NewDisconnectNotifFromMap(m map[string]interface{}) (*DisconnectNotif, error) + func (*DisconnectNotif) Type() string + func (m *DisconnectNotif) SafeString() (string, error) + func (m *DisconnectNotif) String() string + type DsNotif struct + AlternateIps []string + CustomAttribute string + Deployment string + GameVersion string + IP string + ImageVersion string + IsOK bool + IsOverrideGameVersion bool + LastUpdate string + MatchID string + Message string + Namespace string + PodName string + Port int64 + Ports map[string]int64 + Protocol string + Provider string + Region string + SessionID string + Status string + func NewDsNotifFromMap(m map[string]interface{}) (*DsNotif, error) + func (*DsNotif) Type() string + func (m *DsNotif) SafeString() (string, error) + func (m *DsNotif) String() string + type ErrorNotif struct + Message string + func NewErrorNotifFromMap(m map[string]interface{}) (*ErrorNotif, error) + func (*ErrorNotif) Type() string + func (m *ErrorNotif) SafeString() (string, error) + func (m *ErrorNotif) String() string + type ExitAllChannel struct + Namespace string + UserID string + func NewExitAllChannelFromMap(m map[string]interface{}) (*ExitAllChannel, error) + func (*ExitAllChannel) Type() string + func (m *ExitAllChannel) SafeString() (string, error) + func (m *ExitAllChannel) String() string + type FriendsStatusRequest struct + ID *string + func NewFriendsStatusRequestFromMap(m map[string]interface{}) (*FriendsStatusRequest, error) + func (*FriendsStatusRequest) Type() string + func (m *FriendsStatusRequest) SafeString() (string, error) + func (m *FriendsStatusRequest) String() string + type FriendsStatusResponse struct + Activity []string + Availability []string + Code int64 + FriendIds []string + ID string + LastSeenAt []string + func NewFriendsStatusResponseFromMap(m map[string]interface{}) (*FriendsStatusResponse, error) + func (*FriendsStatusResponse) Type() string + func (m *FriendsStatusResponse) SafeString() (string, error) + func (m *FriendsStatusResponse) String() string + type GetAllSessionAttributeRequest struct + ID *string + func NewGetAllSessionAttributeRequestFromMap(m map[string]interface{}) (*GetAllSessionAttributeRequest, error) + func (*GetAllSessionAttributeRequest) Type() string + func (m *GetAllSessionAttributeRequest) SafeString() (string, error) + func (m *GetAllSessionAttributeRequest) String() string + type GetAllSessionAttributeResponse struct + Attributes map[string]string + Code int64 + ID string + func NewGetAllSessionAttributeResponseFromMap(m map[string]interface{}) (*GetAllSessionAttributeResponse, error) + func (*GetAllSessionAttributeResponse) Type() string + func (m *GetAllSessionAttributeResponse) SafeString() (string, error) + func (m *GetAllSessionAttributeResponse) String() string + type GetFriendshipStatusRequest struct + FriendID *string + ID *string + func NewGetFriendshipStatusRequestFromMap(m map[string]interface{}) (*GetFriendshipStatusRequest, error) + func (*GetFriendshipStatusRequest) Type() string + func (m *GetFriendshipStatusRequest) SafeString() (string, error) + func (m *GetFriendshipStatusRequest) String() string + type GetFriendshipStatusResponse struct + Code int64 + FriendshipStatus string + ID string + func NewGetFriendshipStatusResponseFromMap(m map[string]interface{}) (*GetFriendshipStatusResponse, error) + func (*GetFriendshipStatusResponse) Type() string + func (m *GetFriendshipStatusResponse) SafeString() (string, error) + func (m *GetFriendshipStatusResponse) String() string + type GetSessionAttributeRequest struct + ID *string + Key *string + func NewGetSessionAttributeRequestFromMap(m map[string]interface{}) (*GetSessionAttributeRequest, error) + func (*GetSessionAttributeRequest) Type() string + func (m *GetSessionAttributeRequest) SafeString() (string, error) + func (m *GetSessionAttributeRequest) String() string + type GetSessionAttributeResponse struct + Code int64 + ID string + Value string + func NewGetSessionAttributeResponseFromMap(m map[string]interface{}) (*GetSessionAttributeResponse, error) + func (*GetSessionAttributeResponse) Type() string + func (m *GetSessionAttributeResponse) SafeString() (string, error) + func (m *GetSessionAttributeResponse) String() string + type Heartbeat struct + func NewHeartbeatFromMap(m map[string]interface{}) (*Heartbeat, error) + func (*Heartbeat) Type() string + func (m *Heartbeat) SafeString() (string, error) + func (m *Heartbeat) String() string + type JoinDefaultChannelRequest struct + ID *string + func NewJoinDefaultChannelRequestFromMap(m map[string]interface{}) (*JoinDefaultChannelRequest, error) + func (*JoinDefaultChannelRequest) Type() string + func (m *JoinDefaultChannelRequest) SafeString() (string, error) + func (m *JoinDefaultChannelRequest) String() string + type JoinDefaultChannelResponse struct + ChannelSlug string + Code int64 + ID string + func NewJoinDefaultChannelResponseFromMap(m map[string]interface{}) (*JoinDefaultChannelResponse, error) + func (*JoinDefaultChannelResponse) Type() string + func (m *JoinDefaultChannelResponse) SafeString() (string, error) + func (m *JoinDefaultChannelResponse) String() string + type ListIncomingFriendsRequest struct + ID *string + func NewListIncomingFriendsRequestFromMap(m map[string]interface{}) (*ListIncomingFriendsRequest, error) + func (*ListIncomingFriendsRequest) Type() string + func (m *ListIncomingFriendsRequest) SafeString() (string, error) + func (m *ListIncomingFriendsRequest) String() string + type ListIncomingFriendsResponse struct + Code int64 + ID string + UserIds []string + func NewListIncomingFriendsResponseFromMap(m map[string]interface{}) (*ListIncomingFriendsResponse, error) + func (*ListIncomingFriendsResponse) Type() string + func (m *ListIncomingFriendsResponse) SafeString() (string, error) + func (m *ListIncomingFriendsResponse) String() string + type ListOfFriendsRequest struct + FriendID *string + ID *string + func NewListOfFriendsRequestFromMap(m map[string]interface{}) (*ListOfFriendsRequest, error) + func (*ListOfFriendsRequest) Type() string + func (m *ListOfFriendsRequest) SafeString() (string, error) + func (m *ListOfFriendsRequest) String() string + type ListOfFriendsResponse struct + Code int64 + FriendIds []string + ID string + func NewListOfFriendsResponseFromMap(m map[string]interface{}) (*ListOfFriendsResponse, error) + func (*ListOfFriendsResponse) Type() string + func (m *ListOfFriendsResponse) SafeString() (string, error) + func (m *ListOfFriendsResponse) String() string + type ListOnlineFriendsRequest struct + ID *string + func NewListOnlineFriendsRequestFromMap(m map[string]interface{}) (*ListOnlineFriendsRequest, error) + func (*ListOnlineFriendsRequest) Type() string + func (m *ListOnlineFriendsRequest) SafeString() (string, error) + func (m *ListOnlineFriendsRequest) String() string + type ListOutgoingFriendsRequest struct + ID *string + func NewListOutgoingFriendsRequestFromMap(m map[string]interface{}) (*ListOutgoingFriendsRequest, error) + func (*ListOutgoingFriendsRequest) Type() string + func (m *ListOutgoingFriendsRequest) SafeString() (string, error) + func (m *ListOutgoingFriendsRequest) String() string + type ListOutgoingFriendsResponse struct + Code int64 + FriendIds []string + ID string + func NewListOutgoingFriendsResponseFromMap(m map[string]interface{}) (*ListOutgoingFriendsResponse, error) + func (*ListOutgoingFriendsResponse) Type() string + func (m *ListOutgoingFriendsResponse) SafeString() (string, error) + func (m *ListOutgoingFriendsResponse) String() string + type MatchmakingNotif struct + CounterPartyMember []string + MatchID string + Message string + PartyMember []string + ReadyDuration int64 + Status string + func NewMatchmakingNotifFromMap(m map[string]interface{}) (*MatchmakingNotif, error) + func (*MatchmakingNotif) Type() string + func (m *MatchmakingNotif) SafeString() (string, error) + func (m *MatchmakingNotif) String() string + type MessageNotif struct + From string + ID string + Payload string + SentAt string + To string + Topic string + func NewMessageNotifFromMap(m map[string]interface{}) (*MessageNotif, error) + func (*MessageNotif) Type() string + func (m *MessageNotif) SafeString() (string, error) + func (m *MessageNotif) String() string + type MessageSessionNotif struct + From string + ID string + Payload string + SentAt string + To string + Topic string + func NewMessageSessionNotifFromMap(m map[string]interface{}) (*MessageSessionNotif, error) + func (*MessageSessionNotif) Type() string + func (m *MessageSessionNotif) SafeString() (string, error) + func (m *MessageSessionNotif) String() string + type OfflineNotificationRequest struct + ID *string + func NewOfflineNotificationRequestFromMap(m map[string]interface{}) (*OfflineNotificationRequest, error) + func (*OfflineNotificationRequest) Type() string + func (m *OfflineNotificationRequest) SafeString() (string, error) + func (m *OfflineNotificationRequest) String() string + type OfflineNotificationResponse struct + Code int64 + ID string + func NewOfflineNotificationResponseFromMap(m map[string]interface{}) (*OfflineNotificationResponse, error) + func (*OfflineNotificationResponse) Type() string + func (m *OfflineNotificationResponse) SafeString() (string, error) + func (m *OfflineNotificationResponse) String() string + type OnlineFriends struct + Code int64 + ID string + OnlineFriendIds []string + func NewOnlineFriendsFromMap(m map[string]interface{}) (*OnlineFriends, error) + func (*OnlineFriends) Type() string + func (m *OnlineFriends) SafeString() (string, error) + func (m *OnlineFriends) String() string + type PartyChatNotif struct + From string + ID string + Payload string + ReceivedAt string + To string + func NewPartyChatNotifFromMap(m map[string]interface{}) (*PartyChatNotif, error) + func (*PartyChatNotif) Type() string + func (m *PartyChatNotif) SafeString() (string, error) + func (m *PartyChatNotif) String() string + type PartyChatRequest struct + From *string + ID *string + Payload *string + ReceivedAt *string + To *string + func NewPartyChatRequestFromMap(m map[string]interface{}) (*PartyChatRequest, error) + func (*PartyChatRequest) Type() string + func (m *PartyChatRequest) SafeString() (string, error) + func (m *PartyChatRequest) String() string + type PartyChatResponse struct + Code int64 + ID string + func NewPartyChatResponseFromMap(m map[string]interface{}) (*PartyChatResponse, error) + func (*PartyChatResponse) Type() string + func (m *PartyChatResponse) SafeString() (string, error) + func (m *PartyChatResponse) String() string + type PartyCreateRequest struct + ID *string + func NewPartyCreateRequestFromMap(m map[string]interface{}) (*PartyCreateRequest, error) + func (*PartyCreateRequest) Type() string + func (m *PartyCreateRequest) SafeString() (string, error) + func (m *PartyCreateRequest) String() string + type PartyCreateResponse struct + Code int64 + ID string + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func NewPartyCreateResponseFromMap(m map[string]interface{}) (*PartyCreateResponse, error) + func (*PartyCreateResponse) Type() string + func (m *PartyCreateResponse) SafeString() (string, error) + func (m *PartyCreateResponse) String() string + type PartyDataUpdateNotif struct + CustomAttributes map[string]interface{} + Invitees []string + Leader string + Members []string + Namespace string + PartyID string + UpdatedAt string + func NewPartyDataUpdateNotifFromMap(m map[string]interface{}) (*PartyDataUpdateNotif, error) + func (*PartyDataUpdateNotif) Type() string + func (m *PartyDataUpdateNotif) SafeString() (string, error) + func (m *PartyDataUpdateNotif) String() string + type PartyGetInvitedNotif struct + From string + InvitationToken string + PartyID string + func NewPartyGetInvitedNotifFromMap(m map[string]interface{}) (*PartyGetInvitedNotif, error) + func (*PartyGetInvitedNotif) Type() string + func (m *PartyGetInvitedNotif) SafeString() (string, error) + func (m *PartyGetInvitedNotif) String() string + type PartyInfoRequest struct + ID *string + func NewPartyInfoRequestFromMap(m map[string]interface{}) (*PartyInfoRequest, error) + func (*PartyInfoRequest) Type() string + func (m *PartyInfoRequest) SafeString() (string, error) + func (m *PartyInfoRequest) String() string + type PartyInfoResponse struct + Code int64 + CustomAttributes map[string]interface{} + ID string + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func NewPartyInfoResponseFromMap(m map[string]interface{}) (*PartyInfoResponse, error) + func (*PartyInfoResponse) Type() string + func (m *PartyInfoResponse) SafeString() (string, error) + func (m *PartyInfoResponse) String() string + type PartyInviteNotif struct + InviteeID string + InviterID string + func NewPartyInviteNotifFromMap(m map[string]interface{}) (*PartyInviteNotif, error) + func (*PartyInviteNotif) Type() string + func (m *PartyInviteNotif) SafeString() (string, error) + func (m *PartyInviteNotif) String() string + type PartyInviteRequest struct + FriendID *string + ID *string + func NewPartyInviteRequestFromMap(m map[string]interface{}) (*PartyInviteRequest, error) + func (*PartyInviteRequest) Type() string + func (m *PartyInviteRequest) SafeString() (string, error) + func (m *PartyInviteRequest) String() string + type PartyInviteResponse struct + Code int64 + ID string + func NewPartyInviteResponseFromMap(m map[string]interface{}) (*PartyInviteResponse, error) + func (*PartyInviteResponse) Type() string + func (m *PartyInviteResponse) SafeString() (string, error) + func (m *PartyInviteResponse) String() string + type PartyJoinNotif struct + UserID string + func NewPartyJoinNotifFromMap(m map[string]interface{}) (*PartyJoinNotif, error) + func (*PartyJoinNotif) Type() string + func (m *PartyJoinNotif) SafeString() (string, error) + func (m *PartyJoinNotif) String() string + type PartyJoinRequest struct + ID *string + InvitationToken *string + PartyID *string + func NewPartyJoinRequestFromMap(m map[string]interface{}) (*PartyJoinRequest, error) + func (*PartyJoinRequest) Type() string + func (m *PartyJoinRequest) SafeString() (string, error) + func (m *PartyJoinRequest) String() string + type PartyJoinResponse struct + Code int64 + ID string + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func NewPartyJoinResponseFromMap(m map[string]interface{}) (*PartyJoinResponse, error) + func (*PartyJoinResponse) Type() string + func (m *PartyJoinResponse) SafeString() (string, error) + func (m *PartyJoinResponse) String() string + type PartyKickNotif struct + LeaderID string + PartyID string + UserID string + func NewPartyKickNotifFromMap(m map[string]interface{}) (*PartyKickNotif, error) + func (*PartyKickNotif) Type() string + func (m *PartyKickNotif) SafeString() (string, error) + func (m *PartyKickNotif) String() string + type PartyKickRequest struct + ID *string + MemberID *string + func NewPartyKickRequestFromMap(m map[string]interface{}) (*PartyKickRequest, error) + func (*PartyKickRequest) Type() string + func (m *PartyKickRequest) SafeString() (string, error) + func (m *PartyKickRequest) String() string + type PartyKickResponse struct + Code int64 + ID string + func NewPartyKickResponseFromMap(m map[string]interface{}) (*PartyKickResponse, error) + func (*PartyKickResponse) Type() string + func (m *PartyKickResponse) SafeString() (string, error) + func (m *PartyKickResponse) String() string + type PartyLeaveNotif struct + LeaderID string + UserID string + func NewPartyLeaveNotifFromMap(m map[string]interface{}) (*PartyLeaveNotif, error) + func (*PartyLeaveNotif) Type() string + func (m *PartyLeaveNotif) SafeString() (string, error) + func (m *PartyLeaveNotif) String() string + type PartyLeaveRequest struct + ID *string + IgnoreUserRegistry *bool + func NewPartyLeaveRequestFromMap(m map[string]interface{}) (*PartyLeaveRequest, error) + func (*PartyLeaveRequest) Type() string + func (m *PartyLeaveRequest) SafeString() (string, error) + func (m *PartyLeaveRequest) String() string + type PartyLeaveResponse struct + Code int64 + ID string + func NewPartyLeaveResponseFromMap(m map[string]interface{}) (*PartyLeaveResponse, error) + func (*PartyLeaveResponse) Type() string + func (m *PartyLeaveResponse) SafeString() (string, error) + func (m *PartyLeaveResponse) String() string + type PartyPromoteLeaderRequest struct + ID *string + NewLeaderUserID *string + func NewPartyPromoteLeaderRequestFromMap(m map[string]interface{}) (*PartyPromoteLeaderRequest, error) + func (*PartyPromoteLeaderRequest) Type() string + func (m *PartyPromoteLeaderRequest) SafeString() (string, error) + func (m *PartyPromoteLeaderRequest) String() string + type PartyPromoteLeaderResponse struct + Code int64 + ID string + InvitationToken string + Invitees string + LeaderID string + Members string + PartyID string + func NewPartyPromoteLeaderResponseFromMap(m map[string]interface{}) (*PartyPromoteLeaderResponse, error) + func (*PartyPromoteLeaderResponse) Type() string + func (m *PartyPromoteLeaderResponse) SafeString() (string, error) + func (m *PartyPromoteLeaderResponse) String() string + type PartyRejectNotif struct + LeaderID string + PartyID string + UserID string + func NewPartyRejectNotifFromMap(m map[string]interface{}) (*PartyRejectNotif, error) + func (*PartyRejectNotif) Type() string + func (m *PartyRejectNotif) SafeString() (string, error) + func (m *PartyRejectNotif) String() string + type PartyRejectRequest struct + ID *string + InvitationToken *string + PartyID *string + func NewPartyRejectRequestFromMap(m map[string]interface{}) (*PartyRejectRequest, error) + func (*PartyRejectRequest) Type() string + func (m *PartyRejectRequest) SafeString() (string, error) + func (m *PartyRejectRequest) String() string + type PartyRejectResponse struct + Code int64 + ID string + PartyID string + func NewPartyRejectResponseFromMap(m map[string]interface{}) (*PartyRejectResponse, error) + func (*PartyRejectResponse) Type() string + func (m *PartyRejectResponse) SafeString() (string, error) + func (m *PartyRejectResponse) String() string + type PersonalChatHistoryRequest struct + FriendID *string + ID *string + func NewPersonalChatHistoryRequestFromMap(m map[string]interface{}) (*PersonalChatHistoryRequest, error) + func (*PersonalChatHistoryRequest) Type() string + func (m *PersonalChatHistoryRequest) SafeString() (string, error) + func (m *PersonalChatHistoryRequest) String() string + type PersonalChatHistoryResponse struct + Chat string + Code int64 + FriendID string + ID string + func NewPersonalChatHistoryResponseFromMap(m map[string]interface{}) (*PersonalChatHistoryResponse, error) + func (*PersonalChatHistoryResponse) Type() string + func (m *PersonalChatHistoryResponse) SafeString() (string, error) + func (m *PersonalChatHistoryResponse) String() string + type PersonalChatNotif struct + From string + ID string + Payload string + ReceivedAt string + To string + func NewPersonalChatNotifFromMap(m map[string]interface{}) (*PersonalChatNotif, error) + func (*PersonalChatNotif) Type() string + func (m *PersonalChatNotif) SafeString() (string, error) + func (m *PersonalChatNotif) String() string + type PersonalChatRequest struct + From *string + ID *string + Payload *string + ReceivedAt *string + To *string + func NewPersonalChatRequestFromMap(m map[string]interface{}) (*PersonalChatRequest, error) + func (*PersonalChatRequest) Type() string + func (m *PersonalChatRequest) SafeString() (string, error) + func (m *PersonalChatRequest) String() string + type PersonalChatResponse struct + Code int64 + ID string + func NewPersonalChatResponseFromMap(m map[string]interface{}) (*PersonalChatResponse, error) + func (*PersonalChatResponse) Type() string + func (m *PersonalChatResponse) SafeString() (string, error) + func (m *PersonalChatResponse) String() string + type RefreshTokenRequest struct + ID *string + Token *string + func NewRefreshTokenRequestFromMap(m map[string]interface{}) (*RefreshTokenRequest, error) + func (*RefreshTokenRequest) Type() string + func (m *RefreshTokenRequest) SafeString() (string, error) + func (m *RefreshTokenRequest) String() string + type RefreshTokenResponse struct + Code int64 + ID string + func NewRefreshTokenResponseFromMap(m map[string]interface{}) (*RefreshTokenResponse, error) + func (*RefreshTokenResponse) Type() string + func (m *RefreshTokenResponse) SafeString() (string, error) + func (m *RefreshTokenResponse) String() string + type RejectFriendsNotif struct + UserID string + func NewRejectFriendsNotifFromMap(m map[string]interface{}) (*RejectFriendsNotif, error) + func (*RejectFriendsNotif) Type() string + func (m *RejectFriendsNotif) SafeString() (string, error) + func (m *RejectFriendsNotif) String() string + type RejectFriendsRequest struct + FriendID *string + ID *string + func NewRejectFriendsRequestFromMap(m map[string]interface{}) (*RejectFriendsRequest, error) + func (*RejectFriendsRequest) Type() string + func (m *RejectFriendsRequest) SafeString() (string, error) + func (m *RejectFriendsRequest) String() string + type RejectFriendsResponse struct + Code int64 + ID string + func NewRejectFriendsResponseFromMap(m map[string]interface{}) (*RejectFriendsResponse, error) + func (*RejectFriendsResponse) Type() string + func (m *RejectFriendsResponse) SafeString() (string, error) + func (m *RejectFriendsResponse) String() string + type RematchmakingNotif struct + BanDuration int64 + func NewRematchmakingNotifFromMap(m map[string]interface{}) (*RematchmakingNotif, error) + func (*RematchmakingNotif) Type() string + func (m *RematchmakingNotif) SafeString() (string, error) + func (m *RematchmakingNotif) String() string + type RequestFriendsNotif struct + FriendID string + func NewRequestFriendsNotifFromMap(m map[string]interface{}) (*RequestFriendsNotif, error) + func (*RequestFriendsNotif) Type() string + func (m *RequestFriendsNotif) SafeString() (string, error) + func (m *RequestFriendsNotif) String() string + type RequestFriendsRequest struct + FriendID *string + ID *string + func NewRequestFriendsRequestFromMap(m map[string]interface{}) (*RequestFriendsRequest, error) + func (*RequestFriendsRequest) Type() string + func (m *RequestFriendsRequest) SafeString() (string, error) + func (m *RequestFriendsRequest) String() string + type RequestFriendsResponse struct + Code int64 + ID string + func NewRequestFriendsResponseFromMap(m map[string]interface{}) (*RequestFriendsResponse, error) + func (*RequestFriendsResponse) Type() string + func (m *RequestFriendsResponse) SafeString() (string, error) + func (m *RequestFriendsResponse) String() string + type SendChannelChatRequest struct + ChannelSlug *string + ID *string + Payload *string + func NewSendChannelChatRequestFromMap(m map[string]interface{}) (*SendChannelChatRequest, error) + func (*SendChannelChatRequest) Type() string + func (m *SendChannelChatRequest) SafeString() (string, error) + func (m *SendChannelChatRequest) String() string + type SendChannelChatResponse struct + Code int64 + ID string + func NewSendChannelChatResponseFromMap(m map[string]interface{}) (*SendChannelChatResponse, error) + func (*SendChannelChatResponse) Type() string + func (m *SendChannelChatResponse) SafeString() (string, error) + func (m *SendChannelChatResponse) String() string + type SetReadyConsentNotif struct + MatchID string + UserID string + func NewSetReadyConsentNotifFromMap(m map[string]interface{}) (*SetReadyConsentNotif, error) + func (*SetReadyConsentNotif) Type() string + func (m *SetReadyConsentNotif) SafeString() (string, error) + func (m *SetReadyConsentNotif) String() string + type SetReadyConsentRequest struct + ID *string + MatchID *string + func NewSetReadyConsentRequestFromMap(m map[string]interface{}) (*SetReadyConsentRequest, error) + func (*SetReadyConsentRequest) Type() string + func (m *SetReadyConsentRequest) SafeString() (string, error) + func (m *SetReadyConsentRequest) String() string + type SetReadyConsentResponse struct + Code int64 + ID string + func NewSetReadyConsentResponseFromMap(m map[string]interface{}) (*SetReadyConsentResponse, error) + func (*SetReadyConsentResponse) Type() string + func (m *SetReadyConsentResponse) SafeString() (string, error) + func (m *SetReadyConsentResponse) String() string + type SetSessionAttributeRequest struct + ID *string + Key *string + Namespace *string + Value *string + func NewSetSessionAttributeRequestFromMap(m map[string]interface{}) (*SetSessionAttributeRequest, error) + func (*SetSessionAttributeRequest) Type() string + func (m *SetSessionAttributeRequest) SafeString() (string, error) + func (m *SetSessionAttributeRequest) String() string + type SetSessionAttributeResponse struct + Code int64 + ID string + func NewSetSessionAttributeResponseFromMap(m map[string]interface{}) (*SetSessionAttributeResponse, error) + func (*SetSessionAttributeResponse) Type() string + func (m *SetSessionAttributeResponse) SafeString() (string, error) + func (m *SetSessionAttributeResponse) String() string + type SetUserStatusRequest struct + Activity *string + Availability *int64 + ID *string + func NewSetUserStatusRequestFromMap(m map[string]interface{}) (*SetUserStatusRequest, error) + func (*SetUserStatusRequest) Type() string + func (m *SetUserStatusRequest) SafeString() (string, error) + func (m *SetUserStatusRequest) String() string + type SetUserStatusResponse struct + Code int64 + ID string + func NewSetUserStatusResponseFromMap(m map[string]interface{}) (*SetUserStatusResponse, error) + func (*SetUserStatusResponse) Type() string + func (m *SetUserStatusResponse) SafeString() (string, error) + func (m *SetUserStatusResponse) String() string + type ShutdownNotif struct + Message string + func NewShutdownNotifFromMap(m map[string]interface{}) (*ShutdownNotif, error) + func (*ShutdownNotif) Type() string + func (m *ShutdownNotif) SafeString() (string, error) + func (m *ShutdownNotif) String() string + type SignalingP2PNotif struct + DestinationID string + Message string + func NewSignalingP2PNotifFromMap(m map[string]interface{}) (*SignalingP2PNotif, error) + func (*SignalingP2PNotif) Type() string + func (m *SignalingP2PNotif) SafeString() (string, error) + func (m *SignalingP2PNotif) String() string + type StartMatchmakingRequest struct + ExtraAttributes *string + GameMode *string + ID *string + PartyAttributes map[string]interface{} + Priority *int64 + TempParty *string + func NewStartMatchmakingRequestFromMap(m map[string]interface{}) (*StartMatchmakingRequest, error) + func (*StartMatchmakingRequest) Type() string + func (m *StartMatchmakingRequest) SafeString() (string, error) + func (m *StartMatchmakingRequest) String() string + type StartMatchmakingResponse struct + Code int64 + ID string + func NewStartMatchmakingResponseFromMap(m map[string]interface{}) (*StartMatchmakingResponse, error) + func (*StartMatchmakingResponse) Type() string + func (m *StartMatchmakingResponse) SafeString() (string, error) + func (m *StartMatchmakingResponse) String() string + type UnblockPlayerNotif struct + UnblockedUserID string + UserID string + func NewUnblockPlayerNotifFromMap(m map[string]interface{}) (*UnblockPlayerNotif, error) + func (*UnblockPlayerNotif) Type() string + func (m *UnblockPlayerNotif) SafeString() (string, error) + func (m *UnblockPlayerNotif) String() string + type UnblockPlayerRequest struct + ID *string + Namespace *string + UnblockedUserID *string + func NewUnblockPlayerRequestFromMap(m map[string]interface{}) (*UnblockPlayerRequest, error) + func (*UnblockPlayerRequest) Type() string + func (m *UnblockPlayerRequest) SafeString() (string, error) + func (m *UnblockPlayerRequest) String() string + type UnblockPlayerResponse struct + Code int64 + ID string + Namespace string + UnblockedUserID string + func NewUnblockPlayerResponseFromMap(m map[string]interface{}) (*UnblockPlayerResponse, error) + func (*UnblockPlayerResponse) Type() string + func (m *UnblockPlayerResponse) SafeString() (string, error) + func (m *UnblockPlayerResponse) String() string + type UnfriendNotif struct + FriendID string + func NewUnfriendNotifFromMap(m map[string]interface{}) (*UnfriendNotif, error) + func (*UnfriendNotif) Type() string + func (m *UnfriendNotif) SafeString() (string, error) + func (m *UnfriendNotif) String() string + type UnfriendRequest struct + FriendID *string + ID *string + func NewUnfriendRequestFromMap(m map[string]interface{}) (*UnfriendRequest, error) + func (*UnfriendRequest) Type() string + func (m *UnfriendRequest) SafeString() (string, error) + func (m *UnfriendRequest) String() string + type UnfriendResponse struct + Code int64 + ID string + func NewUnfriendResponseFromMap(m map[string]interface{}) (*UnfriendResponse, error) + func (*UnfriendResponse) Type() string + func (m *UnfriendResponse) SafeString() (string, error) + func (m *UnfriendResponse) String() string + type UserBannedNotification struct + func NewUserBannedNotificationFromMap(m map[string]interface{}) (*UserBannedNotification, error) + func (*UserBannedNotification) Type() string + func (m *UserBannedNotification) SafeString() (string, error) + func (m *UserBannedNotification) String() string + type UserMetricRequest struct + ID *string + func NewUserMetricRequestFromMap(m map[string]interface{}) (*UserMetricRequest, error) + func (*UserMetricRequest) Type() string + func (m *UserMetricRequest) SafeString() (string, error) + func (m *UserMetricRequest) String() string + type UserMetricResponse struct + Code int64 + ID string + PlayerCount int64 + func NewUserMetricResponseFromMap(m map[string]interface{}) (*UserMetricResponse, error) + func (*UserMetricResponse) Type() string + func (m *UserMetricResponse) SafeString() (string, error) + func (m *UserMetricResponse) String() string + type UserStatusNotif struct + Activity string + Availability int64 + LastSeenAt string + UserID string + func NewUserStatusNotifFromMap(m map[string]interface{}) (*UserStatusNotif, error) + func (*UserStatusNotif) Type() string + func (m *UserStatusNotif) SafeString() (string, error) + func (m *UserStatusNotif) String() string