ApiModelTransformers
constructor( outgoingMessageTransformer: MessageTransformer = NoOpMessageTransformer, incomingMessageTransformer: MessageTransformer = NoOpMessageTransformer, incomingChannelTransformer: ChannelTransformer = NoOpChannelTransformer, outgoingUserTransformers: UserTransformer = NoOpUserTransformer, incomingUserTransformer: UserTransformer = NoOpUserTransformer)
Parameters
outgoingMessageTransformer
The transformer used to transform the message before sending it to the API.
incomingMessageTransformer
The transformer used to transform the message received from the API.
incomingChannelTransformer
The transformer used to transform the channel received from the API.
outgoingUserTransformers
The transformer used to transform the user before sending it to the API.
incomingUserTransformer
The transformer used to transform the user received from the API.