Skip to content

Add send(text:) convinience method #471

@maratal

Description

@maratal

Now you call
await room.messages.send(withParams: .init(text: "Hello")) which looks unnecessary complicated.

It should be
await room.messages.send(text: "Hello") and if user needs to add metadata and headers they will use the full version with params.

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-qualityAffects the developer experience when working in our codebase.enhancementNew feature or improved functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions