globalMessageStrings

@SerializedName(value = "globalMessageStrings")
@Expose
open var globalMessageStrings: GlobalMessageStrings

A dictionary, each of whose keys is a resource identifier and each of whose values is a multiformatMessageString object, which holds message strings in plain text and (optionally) Markdown format. The strings can include placeholders, which can be used to construct a message in combination with an arbitrary number of additional string arguments.