editLocalized

Edits the text content of the original message with a localized message.

Parameters

localizationPath

The path of the localization template, prefixed with localizationPrefix unless starting with /

entries

The entries to fill the template with

See also


Edits the text content of the original message with a localized message.

Parameters

localizationPath

The path of the localization template, prefixed with localizationPrefix unless starting with /

entries

The entries to fill the template with

See also


fun Message.editLocalized(context: LocalizationContext, localizationPath: String, vararg entries: PairEntry): MessageEditAction(source)

Edits the text content of the message with a localized message.

Parameters

localizationPath

The path of the localization template, prefixed with localizationPrefix unless starting with /

entries

The entries to fill the template with

See also