Functions
Link copied to clipboard
fun MessageSendConfiguration.Companion.create(block: Consumer<MessageSendConfigurationBuilder>): MessageSendConfiguration
Creates a new instance of MessageSendConfiguration using the provided Java-friendly Consumer.
fun MessageSendConfiguration.Companion.create(block: MessageSendConfigurationBuilder.() -> Unit): MessageSendConfiguration
Creates a new instance of MessageSendConfiguration using the provided configuration block.