welcomeMessages property

List<String>? welcomeMessages
getter/setter pair

Messages which are sent at the beginning of a chat. In this case the messages will appear as system messages.

Implementation

external List<String>? welcomeMessages;