Skip to content

golang sdk can not create a distinct channel #348

@elonmaph

Description

@elonmaph

According to https://getstream.io/chat/docs/go-golang/creating_channels/#2-creating-a-channel-for-a-list-of-members---distinct-channels, creating a 1v1 distinct channel only requires executing:

client.CreateChannel(ctx, "messaging", nil, "tommaso", map[string]interface{}{
"members": []string{"thierry", "tommaso"},
})

but the latest code does not match the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions