onMessagesAdded

abstract fun onMessagesAdded(context: MC, channel: C, messages: List<BaseMessage>)

Called when one or more BaseMessage is added to this collection.

Since

3.1.0

Parameters

context

a context of where this addition happened.

channel

a channel this collection holds.

messages

list of BaseMessage that have been added. All messages will have the same SendingStatus.

See also