Skip to main content
All docs
V25.2
  • TextMessageBuilder.Author(Action<UserBuilder>) Method

    Mirrors the client-side author object.

    Namespace: DevExtreme.AspNet.Mvc.Builders.Chat

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public TextMessageBuilder Author(
        Action<UserBuilder> configurator
    )

    Parameters

    Name Type Description
    configurator Action<UserBuilder>

    A function that allows you to specify nested options.

    Returns

    Type Description
    TextMessageBuilder

    A reference to this instance after the method is called.

    See Also