hug property

Map<String, dynamic> hug

Implementation

static Map<String, dynamic> get hug => {
      'msgtype': CuteEventContent.eventType,
      'cute_type': 'hug',
      'body': '🤗',
    };