InviteTmpGroupFail property

String get InviteTmpGroupFail

The other party is busy!

Implementation

String get InviteTmpGroupFail {
  return Intl.message(
    'The other party is busy!',
    name: 'InviteTmpGroupFail',
    desc: '',
    args: [],
  );
}