messageCustomServiceAction property

MessageCustomServiceAction? messageCustomServiceAction

A non-standard action has happened in the chat

Implementation

MessageCustomServiceAction? get messageCustomServiceAction {
  if (this is MessageCustomServiceAction) {
    return this as MessageCustomServiceAction;
  }
  return null;
}