'string', 'conversation_id' => 'string', 'conversation_type' => 'int', 'user_id' => 'string', 'group_id' => 'string', 'recv_msg_opt' => 'int', 'is_pinned' => 'bool', 'is_private_chat' => 'bool', 'burn_duration' => 'int', 'group_at_type' => 'int', 'attached_info' => 'string', 'ex' => 'string', 'max_seq' => 'int', 'min_seq' => 'int', 'create_time' => 'datetime', 'is_msg_destruct' => 'bool', 'msg_destruct_time' => 'int', 'latest_msg_destruct_time' => 'datetime', ]; protected function getOptions(): array{ return array_merge(parent::getOptions(),[ 'connection' => 'immongodb', ]); } }