Loading server/runtime_go_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -3884,7 +3884,7 @@ func (n *RuntimeGoNakamaModule) ChannelMessagesList(ctx context.Context, channel // @param ctx(type=context.Context) The context object represents information about the server and requester. // @param senderId(type=string) UserID of the message sender (when applicable). An empty string defaults to the system user. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=runtime.ChannelType) The type of channel, for example group or direct. // @param chanType(type=runtime.ChannelType) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *RuntimeGoNakamaModule) ChannelIdBuild(ctx context.Context, senderId, target string, chanType runtime.ChannelType) (string, error) { Loading server/runtime_javascript_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -7931,7 +7931,7 @@ func (n *runtimeJavascriptNakamaModule) channelMessagesList(r *goja.Runtime) fun // @summary Create a channel identifier to be used in other runtime calls. Does not create a channel. // @param senderId(type=string) UserID of the message sender (when applicable). Defaults to the system user if void. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=nkruntime.ChannelType) The type of channel, for example group or direct. // @param chanType(type=nkruntime.ChannelType) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *runtimeJavascriptNakamaModule) channelIdBuild(r *goja.Runtime) func(goja.FunctionCall) goja.Value { Loading server/runtime_lua_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -9515,7 +9515,7 @@ func (n *RuntimeLuaNakamaModule) channelMessagesList(l *lua.LState) int { // @summary Create a channel identifier to be used in other runtime calls. Does not create a channel. // @param senderId(type=string) UserID of the message sender (when applicable). An empty string defaults to the system user. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=int) The type of channel, for example group or direct. // @param chanType(type=int) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *RuntimeLuaNakamaModule) channelIdBuild(l *lua.LState) int { Loading Loading
server/runtime_go_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -3884,7 +3884,7 @@ func (n *RuntimeGoNakamaModule) ChannelMessagesList(ctx context.Context, channel // @param ctx(type=context.Context) The context object represents information about the server and requester. // @param senderId(type=string) UserID of the message sender (when applicable). An empty string defaults to the system user. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=runtime.ChannelType) The type of channel, for example group or direct. // @param chanType(type=runtime.ChannelType) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *RuntimeGoNakamaModule) ChannelIdBuild(ctx context.Context, senderId, target string, chanType runtime.ChannelType) (string, error) { Loading
server/runtime_javascript_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -7931,7 +7931,7 @@ func (n *runtimeJavascriptNakamaModule) channelMessagesList(r *goja.Runtime) fun // @summary Create a channel identifier to be used in other runtime calls. Does not create a channel. // @param senderId(type=string) UserID of the message sender (when applicable). Defaults to the system user if void. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=nkruntime.ChannelType) The type of channel, for example group or direct. // @param chanType(type=nkruntime.ChannelType) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *runtimeJavascriptNakamaModule) channelIdBuild(r *goja.Runtime) func(goja.FunctionCall) goja.Value { Loading
server/runtime_lua_nakama.go +1 −1 Original line number Diff line number Diff line Loading @@ -9515,7 +9515,7 @@ func (n *RuntimeLuaNakamaModule) channelMessagesList(l *lua.LState) int { // @summary Create a channel identifier to be used in other runtime calls. Does not create a channel. // @param senderId(type=string) UserID of the message sender (when applicable). An empty string defaults to the system user. // @param target(type=string) Can be the room name, group identifier, or another username. // @param chanType(type=int) The type of channel, for example group or direct. // @param chanType(type=int) The type of channel, either Room (1), Direct (2), or Group (3). // @return channelId(string) The generated ID representing a channel. // @return error(error) An optional error value if an error occurred. func (n *RuntimeLuaNakamaModule) channelIdBuild(l *lua.LState) int { Loading